Searched refs:LSRCost (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| D | SystemZTargetTransformInfo.h | 60 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1, 61 TargetTransformInfo::LSRCost &C2);
|
| D | SystemZTargetTransformInfo.cpp | 305 bool SystemZTTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 306 TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCTargetTransformInfo.h | 78 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1, 79 TargetTransformInfo::LSRCost &C2);
|
| D | PPCTargetTransformInfo.cpp | 1271 bool PPCTTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 1272 TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86TargetTransformInfo.h | 224 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1, 225 TargetTransformInfo::LSRCost &C2);
|
| D | X86TargetTransformInfo.cpp | 4662 bool X86TTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 4663 TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | TargetTransformInfo.h | 409 struct LSRCost { struct 611 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1, 612 TargetTransformInfo::LSRCost &C2) const; 1490 virtual bool isLSRCostLess(TargetTransformInfo::LSRCost &C1, 1491 TargetTransformInfo::LSRCost &C2) = 0; 1844 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 1845 TargetTransformInfo::LSRCost &C2) override { in isLSRCostLess()
|
| D | TargetTransformInfoImpl.h | 207 bool isLSRCostLess(TTI::LSRCost &C1, TTI::LSRCost &C2) const { in isLSRCostLess()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | TargetTransformInfo.cpp | 342 bool TargetTransformInfo::isLSRCostLess(LSRCost &C1, LSRCost &C2) const { in isLSRCostLess()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | BasicTTIImpl.h | 321 bool isLSRCostLess(TTI::LSRCost C1, TTI::LSRCost C2) { in isLSRCostLess()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | LoopStrengthReduce.cpp | 1049 TargetTransformInfo::LSRCost C;
|