Searched refs:LSRCost (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.h | 51 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1, 52 TargetTransformInfo::LSRCost &C2);
|
D | SystemZTargetTransformInfo.cpp | 296 bool SystemZTTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 297 TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 121 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1, 122 TargetTransformInfo::LSRCost &C2);
|
D | X86TargetTransformInfo.cpp | 2575 bool X86TTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 2576 TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 334 struct LSRCost { struct 478 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1, 479 TargetTransformInfo::LSRCost &C2) const; 1038 virtual bool isLSRCostLess(TargetTransformInfo::LSRCost &C1, 1039 TargetTransformInfo::LSRCost &C2) = 0; 1262 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess() 1263 TargetTransformInfo::LSRCost &C2) override { in isLSRCostLess()
|
D | TargetTransformInfoImpl.h | 243 bool isLSRCostLess(TTI::LSRCost &C1, TTI::LSRCost &C2) { in isLSRCostLess()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 154 bool TargetTransformInfo::isLSRCostLess(LSRCost &C1, LSRCost &C2) const { in isLSRCostLess()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 188 bool isLSRCostLess(TTI::LSRCost C1, TTI::LSRCost C2) { in isLSRCostLess()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 1005 TargetTransformInfo::LSRCost C;
|