Home
last modified time | relevance | path

Searched refs:LSRCost (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h62 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
63 const TargetTransformInfo::LSRCost &C2);
H A DSystemZTargetTransformInfo.cpp342 bool SystemZTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
343 const TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h81 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
82 const TargetTransformInfo::LSRCost &C2);
H A DPPCTargetTransformInfo.cpp921 bool PPCTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
922 const TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h239 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
240 const TargetTransformInfo::LSRCost &C2);
H A DX86TargetTransformInfo.cpp5852 bool X86TTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
5853 const TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h340 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
341 const TargetTransformInfo::LSRCost &C2);
H A DRISCVTargetTransformInfo.cpp1477 bool RISCVTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
1478 const TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h402 struct LSRCost { struct
609 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
610 const TargetTransformInfo::LSRCost &C2) const;
1636 virtual bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
1637 const TargetTransformInfo::LSRCost &C2) = 0;
2054 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
2055 const TargetTransformInfo::LSRCost &C2) override { in isLSRCostLess()
H A DTargetTransformInfoImpl.h217 bool isLSRCostLess(const TTI::LSRCost &C1, const TTI::LSRCost &C2) const { in isLSRCostLess()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp363 bool TargetTransformInfo::isLSRCostLess(const LSRCost &C1, in isLSRCostLess()
364 const LSRCost &C2) const { in isLSRCostLess()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h371 bool isLSRCostLess(TTI::LSRCost C1, TTI::LSRCost C2) { in isLSRCostLess()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1065 TargetTransformInfo::LSRCost C;