Searched refs:LSRCost (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 79 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 80 const TargetTransformInfo::LSRCost &C2);
|
| H A D | PPCTargetTransformInfo.cpp | 1312 bool PPCTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 1313 const TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 228 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 229 const TargetTransformInfo::LSRCost &C2);
|
| H A D | X86TargetTransformInfo.cpp | 5205 bool X86TTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 5206 const TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 420 struct LSRCost { struct 627 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 628 const TargetTransformInfo::LSRCost &C2) const; 1587 virtual bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 1588 const TargetTransformInfo::LSRCost &C2) = 0; 1984 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 1985 const TargetTransformInfo::LSRCost &C2) override { in isLSRCostLess()
|
| H A D | TargetTransformInfoImpl.h | 213 bool isLSRCostLess(const TTI::LSRCost &C1, const TTI::LSRCost &C2) const { in isLSRCostLess()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 358 bool TargetTransformInfo::isLSRCostLess(const LSRCost &C1, in isLSRCostLess() 359 const LSRCost &C2) const { in isLSRCostLess()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 351 bool isLSRCostLess(TTI::LSRCost C1, TTI::LSRCost C2) { in isLSRCostLess()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 1052 TargetTransformInfo::LSRCost C;
|