Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.h51 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
DSystemZTargetTransformInfo.cpp296 bool SystemZTTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function in SystemZTTIImpl
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.h121 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
DX86TargetTransformInfo.cpp2575 bool X86TTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function in X86TTIImpl
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h478 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
1038 virtual bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
1262 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function
1264 return Impl.isLSRCostLess(C1, C2); in isLSRCostLess()
DTargetTransformInfoImpl.h243 bool isLSRCostLess(TTI::LSRCost &C1, TTI::LSRCost &C2) { in isLSRCostLess() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp154 bool TargetTransformInfo::isLSRCostLess(LSRCost &C1, LSRCost &C2) const { in isLSRCostLess() function in TargetTransformInfo
155 return TTIImpl->isLSRCostLess(C1, C2); in isLSRCostLess()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h188 bool isLSRCostLess(TTI::LSRCost C1, TTI::LSRCost C2) { in isLSRCostLess() function
189 return TargetTransformInfoImplBase::isLSRCostLess(C1, C2); in isLSRCostLess()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1412 return TTI.isLSRCostLess(C, Other.C); in isLess()