/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFTargetTransformInfo.h | 40 int getIntImmCost(const APInt &Imm, Type *Ty, TTI::TargetCostKind CostKind) { in getIntImmCost() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiTargetTransformInfo.h | 52 InstructionCost getIntImmCost(const APInt &Imm, Type *Ty, in getIntImmCost() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 165 InstructionCost PPCTTIImpl::getIntImmCost(const APInt &Imm, Type *Ty, in getIntImmCost() function in PPCTTIImpl
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 69 InstructionCost SystemZTTIImpl::getIntImmCost(const APInt &Imm, Type *Ty, getIntImmCost() function in SystemZTTIImpl
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 101 InstructionCost RISCVTTIImpl::getIntImmCost(const APInt &Imm, Type *Ty, getIntImmCost() function in RISCVTTIImpl
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 334 InstructionCost AArch64TTIImpl::getIntImmCost(int64_t Val) { getIntImmCost() function in AArch64TTIImpl 349 InstructionCost AArch64TTIImpl::getIntImmCost(const APInt &Imm, Type *Ty, getIntImmCost() function in AArch64TTIImpl
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 5475 InstructionCost X86TTIImpl::getIntImmCost(int64_t Val) { getIntImmCost() function in X86TTIImpl 5485 InstructionCost X86TTIImpl::getIntImmCost(const APInt &Imm, Type *Ty, getIntImmCost() function in X86TTIImpl
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 297 InstructionCost ARMTTIImpl::getIntImmCost(const APInt &Imm, Type *Ty, getIntImmCost() function in ARMTTIImpl
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 421 InstructionCost getIntImmCost(const APInt &Imm, Type *Ty, getIntImmCost() function
|
H A D | TargetTransformInfo.h | 2464 InstructionCost getIntImmCost(const APInt &Imm, Type *Ty, getIntImmCost() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 668 TargetTransformInfo::getIntImmCost(const APInt &Imm, Type *Ty, getIntImmCost() function in TargetTransformInfo
|