Searched refs:LSRCost (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.h | 52 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1, 53 TargetTransformInfo::LSRCost &C2);
|
D | SystemZTargetTransformInfo.cpp | 295 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/ |
D | X86TargetTransformInfo.h | 185 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1, 186 TargetTransformInfo::LSRCost &C2);
|
D | X86TargetTransformInfo.cpp | 3325 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/ |
D | TargetTransformInfo.h | 404 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()
|
D | TargetTransformInfoImpl.h | 238 bool isLSRCostLess(TTI::LSRCost &C1, TTI::LSRCost &C2) { in isLSRCostLess()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 276 bool TargetTransformInfo::isLSRCostLess(LSRCost &C1, LSRCost &C2) const { in isLSRCostLess()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 260 bool isLSRCostLess(TTI::LSRCost C1, TTI::LSRCost C2) { in isLSRCostLess()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 1022 TargetTransformInfo::LSRCost C;
|