Searched defs:getIntImmCost (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp18 int RISCVTTIImpl::getIntImmCost(const APInt &Imm, Type *Ty, function in class:RISCVTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h52 int getIntImmCost(const APInt &Imm, Type *Ty, TTI::TargetCostKind CostKind) { function in class:llvm::LanaiTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp85 int ARMTTIImpl::getIntImmCost(const APInt &Imm, Type *Ty, function in class:ARMTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp45 int AArch64TTIImpl::getIntImmCost(int64_t Val) { function in class:AArch64TTIImpl
60 int AArch64TTIImpl::getIntImmCost(const APInt &Imm, Type *Ty, function in class:AArch64TTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp62 int PPCTTIImpl::getIntImmCost(const APInt &Imm, Type *Ty, function in class:PPCTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp33 int SystemZTTIImpl::getIntImmCost(const APInt &Imm, Type *Ty, function in class:SystemZTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h291 unsigned getIntImmCost(const APInt &Imm, Type *Ty, function in class:llvm::TargetTransformInfoImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp543 int TargetTransformInfo::getIntImmCost(const APInt &Imm, Type *Ty, function in class:TargetTransformInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3665 int X86TTIImpl::getIntImmCost(int64_t Val) { function in class:X86TTIImpl
3675 int X86TTIImpl::getIntImmCost(const APInt &Imm, Type *Ty, function in class:X86TTIImpl

Completed in 168 milliseconds