Home
last modified time | relevance | path

Searched defs:isLSRCostLess (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp926 bool PPCTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, isLSRCostLess() function in PPCTTIImpl
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp343 bool SystemZTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, isLSRCostLess() function in SystemZTTIImpl
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1502 bool RISCVTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, isLSRCostLess() function in RISCVTTIImpl
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h381 bool isLSRCostLess(TTI::LSRCost C1, TTI::LSRCost C2) { isLSRCostLess() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h229 bool isLSRCostLess(const TTI::LSRCost &C1, const TTI::LSRCost &C2) const { isLSRCostLess() function
H A DTargetTransformInfo.h2284 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, isLSRCostLess() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp411 bool TargetTransformInfo::isLSRCostLess(const LSRCost &C1, isLSRCostLess() function in TargetTransformInfo
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp5842 bool X86TTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, isLSRCostLess() function in X86TTIImpl