| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.h | 62 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
|
| H A D | SystemZTargetTransformInfo.cpp | 342 bool SystemZTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function in SystemZTTIImpl
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 81 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
|
| H A D | PPCTargetTransformInfo.cpp | 921 bool PPCTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function in PPCTTIImpl 931 return TargetTransformInfoImplBase::isLSRCostLess(C1, C2); in isLSRCostLess()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 239 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
|
| H A D | X86TargetTransformInfo.cpp | 5852 bool X86TTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function in X86TTIImpl
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 340 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
|
| H A D | RISCVTargetTransformInfo.cpp | 1477 bool RISCVTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function in RISCVTTIImpl
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 609 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 1636 virtual bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 2054 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function 2056 return Impl.isLSRCostLess(C1, C2); in isLSRCostLess()
|
| H A D | TargetTransformInfoImpl.h | 217 bool isLSRCostLess(const TTI::LSRCost &C1, const TTI::LSRCost &C2) const { in isLSRCostLess() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 363 bool TargetTransformInfo::isLSRCostLess(const LSRCost &C1, in isLSRCostLess() function in TargetTransformInfo 365 return TTIImpl->isLSRCostLess(C1, C2); in isLSRCostLess()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 371 bool isLSRCostLess(TTI::LSRCost C1, TTI::LSRCost C2) { in isLSRCostLess() function 372 return TargetTransformInfoImplBase::isLSRCostLess(C1, C2); in isLSRCostLess()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 1486 return TTI->isLSRCostLess(C, Other.C); in isLess()
|