Searched refs:isLSRCostLess (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.h | 52 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
|
D | SystemZTargetTransformInfo.cpp | 295 bool SystemZTTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function in SystemZTTIImpl
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 185 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
|
D | X86TargetTransformInfo.cpp | 3325 bool X86TTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function in X86TTIImpl
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 567 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1, 1228 virtual bool isLSRCostLess(TargetTransformInfo::LSRCost &C1, 1509 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function 1511 return Impl.isLSRCostLess(C1, C2); in isLSRCostLess()
|
D | TargetTransformInfoImpl.h | 238 bool isLSRCostLess(TTI::LSRCost &C1, TTI::LSRCost &C2) { in isLSRCostLess() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 276 bool TargetTransformInfo::isLSRCostLess(LSRCost &C1, LSRCost &C2) const { in isLSRCostLess() function in TargetTransformInfo 277 return TTIImpl->isLSRCostLess(C1, C2); in isLSRCostLess()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 260 bool isLSRCostLess(TTI::LSRCost C1, TTI::LSRCost C2) { in isLSRCostLess() function 261 return TargetTransformInfoImplBase::isLSRCostLess(C1, C2); in isLSRCostLess()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 1441 return TTI->isLSRCostLess(C, Other.C); in isLess()
|