| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsTargetTransformInfo.h | 37 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 38 const TargetTransformInfo::LSRCost &C2) const override;
|
| H A D | MipsTargetTransformInfo.cpp | 19 bool MipsTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 20 const TargetTransformInfo::LSRCost &C2) const { in isLSRCostLess()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.h | 65 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 66 const TargetTransformInfo::LSRCost &C2) const override;
|
| H A D | SystemZTargetTransformInfo.cpp | 427 const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 428 const TargetTransformInfo::LSRCost &C2) const { in isLSRCostLess()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 79 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 80 const TargetTransformInfo::LSRCost &C2) const override;
|
| H A D | PPCTargetTransformInfo.cpp | 956 bool PPCTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 957 const TargetTransformInfo::LSRCost &C2) const { in isLSRCostLess()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 266 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 267 const TargetTransformInfo::LSRCost &C2) const override;
|
| H A D | X86TargetTransformInfo.cpp | 6261 bool X86TTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 6262 const TargetTransformInfo::LSRCost &C2) const { in isLSRCostLess()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 456 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 457 const TargetTransformInfo::LSRCost &C2) const override;
|
| H A D | RISCVTargetTransformInfo.cpp | 2664 bool RISCVTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 2665 const TargetTransformInfo::LSRCost &C2) const { in isLSRCostLess()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 490 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 491 const TargetTransformInfo::LSRCost &C2) const override;
|
| H A D | AArch64TargetTransformInfo.cpp | 5950 const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 5951 const TargetTransformInfo::LSRCost &C2) const { in isLSRCostLess()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 533 struct LSRCost { struct 771 LLVM_ABI bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 772 const TargetTransformInfo::LSRCost &C2) const;
|
| H A D | TargetTransformInfoImpl.h | 282 virtual bool isLSRCostLess(const TTI::LSRCost &C1, in isLSRCostLess() 283 const TTI::LSRCost &C2) const { in isLSRCostLess()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 435 bool TargetTransformInfo::isLSRCostLess(const LSRCost &C1, in isLSRCostLess() 436 const LSRCost &C2) const { in isLSRCostLess()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 490 bool isLSRCostLess(const TTI::LSRCost &C1, in isLSRCostLess() 491 const TTI::LSRCost &C2) const override { in isLSRCostLess()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 1205 TargetTransformInfo::LSRCost C;
|