Searched refs:LSRCost (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.h | 64 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 65 const TargetTransformInfo::LSRCost &C2);
|
| H A D | SystemZTargetTransformInfo.cpp | 343 bool SystemZTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 344 const TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
|
| /freebsd-14.2/contrib/llvm-project/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 | 926 bool PPCTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 927 const TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 361 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 362 const TargetTransformInfo::LSRCost &C2);
|
| H A D | RISCVTargetTransformInfo.cpp | 1502 bool RISCVTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 1503 const TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 257 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 258 const TargetTransformInfo::LSRCost &C2);
|
| H A D | X86TargetTransformInfo.cpp | 5842 bool X86TTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 5843 const TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 507 struct LSRCost { struct 717 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 718 const TargetTransformInfo::LSRCost &C2) const; 1826 virtual bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 1827 const TargetTransformInfo::LSRCost &C2) = 0; 2284 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 2285 const TargetTransformInfo::LSRCost &C2) override { in isLSRCostLess()
|
| H A D | TargetTransformInfoImpl.h | 229 bool isLSRCostLess(const TTI::LSRCost &C1, const TTI::LSRCost &C2) const { in isLSRCostLess()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 411 bool TargetTransformInfo::isLSRCostLess(const LSRCost &C1, in isLSRCostLess() 412 const LSRCost &C2) const { in isLSRCostLess()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 381 bool isLSRCostLess(TTI::LSRCost C1, TTI::LSRCost C2) { in isLSRCostLess()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 1065 TargetTransformInfo::LSRCost C;
|