Searched refs:LSRCost (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.h | 62 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 63 const TargetTransformInfo::LSRCost &C2);
|
| H A D | SystemZTargetTransformInfo.cpp | 342 bool SystemZTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 343 const TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 81 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 82 const TargetTransformInfo::LSRCost &C2);
|
| H A D | PPCTargetTransformInfo.cpp | 921 bool PPCTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 922 const TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 239 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 240 const TargetTransformInfo::LSRCost &C2);
|
| H A D | X86TargetTransformInfo.cpp | 5852 bool X86TTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 5853 const TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 340 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 341 const TargetTransformInfo::LSRCost &C2);
|
| H A D | RISCVTargetTransformInfo.cpp | 1477 bool RISCVTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 1478 const TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 402 struct LSRCost { struct 609 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 610 const TargetTransformInfo::LSRCost &C2) const; 1636 virtual bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 1637 const TargetTransformInfo::LSRCost &C2) = 0; 2054 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 2055 const TargetTransformInfo::LSRCost &C2) override { in isLSRCostLess()
|
| H A D | TargetTransformInfoImpl.h | 217 bool isLSRCostLess(const TTI::LSRCost &C1, const TTI::LSRCost &C2) const { in isLSRCostLess()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 363 bool TargetTransformInfo::isLSRCostLess(const LSRCost &C1, in isLSRCostLess() 364 const LSRCost &C2) const { 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 1065 TargetTransformInfo::LSRCost C;
|