Home
last modified time | relevance | path

Searched defs:isLSRCostLess (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp295 bool SystemZTTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function in SystemZTTIImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h260 bool isLSRCostLess(TTI::LSRCost C1, TTI::LSRCost C2) { in isLSRCostLess() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h238 bool isLSRCostLess(TTI::LSRCost &C1, TTI::LSRCost &C2) { in isLSRCostLess() function
DTargetTransformInfo.h1509 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp276 bool TargetTransformInfo::isLSRCostLess(LSRCost &C1, LSRCost &C2) const { in isLSRCostLess() function in TargetTransformInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp3325 bool X86TTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function in X86TTIImpl