Searched refs:LSRCost (Results 1 – 15 of 15) sorted by relevance
/freebsd/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 | 347 bool SystemZTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 348 const TargetTransformInfo::LSRCost &C2) { 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);
|
H A D | PPCTargetTransformInfo.cpp | 937 bool PPCTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 938 const TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.h | 260 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 261 const TargetTransformInfo::LSRCost &C2);
|
H A D | X86TargetTransformInfo.cpp | 5914 bool X86TTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 5915 const TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.h | 435 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 436 const TargetTransformInfo::LSRCost &C2);
|
H A D | AArch64TargetTransformInfo.cpp | 4412 bool AArch64TTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 4413 const TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.h | 394 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 395 const TargetTransformInfo::LSRCost &C2);
|
H A D | RISCVTargetTransformInfo.cpp | 1933 bool RISCVTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 1934 const TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 517 struct LSRCost { struct 737 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 738 const TargetTransformInfo::LSRCost &C2) const; 1891 virtual bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, 1892 const TargetTransformInfo::LSRCost &C2) = 0; 2366 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 2367 const TargetTransformInfo::LSRCost &C2) override { in isLSRCostLess()
|
H A D | TargetTransformInfoImpl.h | 238 bool isLSRCostLess(const TTI::LSRCost &C1, const TTI::LSRCost &C2) const { in isLSRCostLess()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 421 bool TargetTransformInfo::isLSRCostLess(const LSRCost &C1, in isLSRCostLess() 422 const LSRCost &C2) const { in isLSRCostLess()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 389 bool isLSRCostLess(TTI::LSRCost C1, TTI::LSRCost C2) { in isLSRCostLess()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 1201 TargetTransformInfo::LSRCost C;
|