reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/Analysis/TargetTransformInfoImpl.h
  345   unsigned getIntImmCost(const APInt &Imm, Type *Ty) { return TTI::TCC_Basic; }
lib/Target/AArch64/AArch64TargetTransformInfo.cpp
   59 int AArch64TTIImpl::getIntImmCost(const APInt &Imm, Type *Ty) {
lib/Target/ARM/ARMTargetTransformInfo.cpp
   65 int ARMTTIImpl::getIntImmCost(const APInt &Imm, Type *Ty) {
lib/Target/Lanai/LanaiTargetTransformInfo.h
   52   int getIntImmCost(const APInt &Imm, Type *Ty) {
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
   58 int PPCTTIImpl::getIntImmCost(const APInt &Imm, Type *Ty) {
lib/Target/RISCV/RISCVTargetTransformInfo.cpp
   18 int RISCVTTIImpl::getIntImmCost(const APInt &Imm, Type *Ty) {
lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
   33 int SystemZTTIImpl::getIntImmCost(const APInt &Imm, Type *Ty) {
lib/Target/X86/X86TargetTransformInfo.cpp
 2926 int X86TTIImpl::getIntImmCost(const APInt &Imm, Type *Ty) {