| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.h | 64 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
|
| H A D | SystemZTargetTransformInfo.cpp | 343 bool SystemZTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function in SystemZTTIImpl
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 79 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
|
| H A D | PPCTargetTransformInfo.cpp | 926 bool PPCTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function in PPCTTIImpl 936 return TargetTransformInfoImplBase::isLSRCostLess(C1, C2); in isLSRCostLess()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 361 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
|
| H A D | RISCVTargetTransformInfo.cpp | 1502 bool RISCVTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function in RISCVTTIImpl
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 257 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
|
| H A D | X86TargetTransformInfo.cpp | 5842 bool X86TTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function in X86TTIImpl
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 717 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 1826 virtual bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 2284 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function 2286 return Impl.isLSRCostLess(C1, C2); in isLSRCostLess()
|
| H A D | TargetTransformInfoImpl.h | 229 bool isLSRCostLess(const TTI::LSRCost &C1, const TTI::LSRCost &C2) const { in isLSRCostLess() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 411 bool TargetTransformInfo::isLSRCostLess(const LSRCost &C1, in isLSRCostLess() function in TargetTransformInfo 413 return TTIImpl->isLSRCostLess(C1, C2); in isLSRCostLess()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 381 bool isLSRCostLess(TTI::LSRCost C1, TTI::LSRCost C2) { in isLSRCostLess() function 382 return TargetTransformInfoImplBase::isLSRCostLess(C1, C2); in isLSRCostLess()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 1486 return TTI->isLSRCostLess(C, Other.C); in isLess()
|