Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.h52 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
53 TargetTransformInfo::LSRCost &C2);
DSystemZTargetTransformInfo.cpp295 bool SystemZTTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
296 TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.h185 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
186 TargetTransformInfo::LSRCost &C2);
DX86TargetTransformInfo.cpp3325 bool X86TTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
3326 TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h404 struct LSRCost { struct
567 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
568 TargetTransformInfo::LSRCost &C2) const;
1228 virtual bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
1229 TargetTransformInfo::LSRCost &C2) = 0;
1509 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
1510 TargetTransformInfo::LSRCost &C2) override { in isLSRCostLess()
DTargetTransformInfoImpl.h238 bool isLSRCostLess(TTI::LSRCost &C1, TTI::LSRCost &C2) { in isLSRCostLess()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp276 bool TargetTransformInfo::isLSRCostLess(LSRCost &C1, LSRCost &C2) const { in isLSRCostLess()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h260 bool isLSRCostLess(TTI::LSRCost C1, TTI::LSRCost C2) { in isLSRCostLess()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1022 TargetTransformInfo::LSRCost C;