Searched refs:isHardwareLoopProfitable (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.h | 57 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE,
|
D | PPCTargetTransformInfo.cpp | 478 bool PPCTTIImpl::isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, in isHardwareLoopProfitable() function in PPCTTIImpl 961 if (!isHardwareLoopProfitable(L, *SE, *AC, LibInfo, HWLoopInfo)) in canSaveCmp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 226 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE,
|
D | ARMTargetTransformInfo.cpp | 910 bool ARMTTIImpl::isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, in isHardwareLoopProfitable() function in ARMTTIImpl 1185 if (!isHardwareLoopProfitable(L, SE, AC, TLI, HWLoopInfo)) { in preferPredicateOverEpilogue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 517 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, 1211 virtual bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, 1484 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, in isHardwareLoopProfitable() function 1488 return Impl.isHardwareLoopProfitable(L, SE, AC, LibInfo, HWLoopInfo); in isHardwareLoopProfitable()
|
D | TargetTransformInfoImpl.h | 209 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, in isHardwareLoopProfitable() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | HardwareLoops.cpp | 264 !TTI->isHardwareLoopProfitable(L, *SE, *AC, LibInfo, HWLoopInfo)) { in TryConvertLoop()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 241 bool TargetTransformInfo::isHardwareLoopProfitable( in isHardwareLoopProfitable() function in TargetTransformInfo 244 return TTIImpl->isHardwareLoopProfitable(L, SE, AC, LibInfo, HWLoopInfo); in isHardwareLoopProfitable()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 506 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, in isHardwareLoopProfitable() function 510 return BaseT::isHardwareLoopProfitable(L, SE, AC, LibInfo, HWLoopInfo); in isHardwareLoopProfitable()
|