Searched refs:LSRCost (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.h | 60 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1, 61 TargetTransformInfo::LSRCost &C2);
|
| H A D | SystemZTargetTransformInfo.cpp | 305 bool SystemZTTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 306 TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 78 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1, 79 TargetTransformInfo::LSRCost &C2);
|
| H A D | PPCTargetTransformInfo.cpp | 1268 bool PPCTTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 1269 TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 223 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1, 224 TargetTransformInfo::LSRCost &C2);
|
| H A D | X86TargetTransformInfo.cpp | 4459 bool X86TTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 4460 TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 409 struct LSRCost { struct 611 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1, 612 TargetTransformInfo::LSRCost &C2) const; 1501 virtual bool isLSRCostLess(TargetTransformInfo::LSRCost &C1, 1502 TargetTransformInfo::LSRCost &C2) = 0; 1855 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 1856 TargetTransformInfo::LSRCost &C2) override { in isLSRCostLess()
|
| H A D | TargetTransformInfoImpl.h | 207 bool isLSRCostLess(TTI::LSRCost &C1, TTI::LSRCost &C2) const { in isLSRCostLess()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 346 bool TargetTransformInfo::isLSRCostLess(LSRCost &C1, LSRCost &C2) const { in isLSRCostLess()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 321 bool isLSRCostLess(TTI::LSRCost C1, TTI::LSRCost C2) { in isLSRCostLess()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 1023 TargetTransformInfo::LSRCost C;
|