| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsTargetTransformInfo.h | 37 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
|
| H A D | MipsTargetTransformInfo.cpp | 19 bool MipsTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function in MipsTTIImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.h | 65 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
|
| H A D | SystemZTargetTransformInfo.cpp | 426 bool SystemZTTIImpl::isLSRCostLess( in isLSRCostLess() function in SystemZTTIImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 79 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
|
| H A D | PPCTargetTransformInfo.cpp | 956 bool PPCTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function in PPCTTIImpl 965 return TargetTransformInfoImplBase::isLSRCostLess(C1, C2); in isLSRCostLess()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 266 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
|
| H A D | X86TargetTransformInfo.cpp | 6261 bool X86TTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function in X86TTIImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 456 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
|
| H A D | RISCVTargetTransformInfo.cpp | 2664 bool RISCVTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function in RISCVTTIImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 490 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
|
| H A D | AArch64TargetTransformInfo.cpp | 5949 bool AArch64TTIImpl::isLSRCostLess( in isLSRCostLess() function in AArch64TTIImpl 5963 return TargetTransformInfoImplBase::isLSRCostLess(C1, C2); in isLSRCostLess()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 435 bool TargetTransformInfo::isLSRCostLess(const LSRCost &C1, in isLSRCostLess() function in TargetTransformInfo 437 return TTIImpl->isLSRCostLess(C1, C2); in isLSRCostLess()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 771 LLVM_ABI bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
|
| H A D | TargetTransformInfoImpl.h | 282 virtual bool isLSRCostLess(const TTI::LSRCost &C1, in isLSRCostLess() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 490 bool isLSRCostLess(const TTI::LSRCost &C1, in isLSRCostLess() function 492 return TargetTransformInfoImplBase::isLSRCostLess(C1, C2); in isLSRCostLess()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 1609 return TTI->isLSRCostLess(C, Other.C); in isLess()
|