/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.h | 66 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE,
|
H A D | PPCTargetTransformInfo.cpp | 711 bool PPCTTIImpl::isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, in isHardwareLoopProfitable() function in PPCTTIImpl 1258 if (!isHardwareLoopProfitable(L, *SE, *AC, LibInfo, HWLoopInfo)) in canSaveCmp()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.h | 271 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE,
|
H A D | ARMTargetTransformInfo.cpp | 1846 bool ARMTTIImpl::isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, in isHardwareLoopProfitable() function in ARMTTIImpl 2106 if (!isHardwareLoopProfitable(L, SE, AC, TLI, HWLoopInfo)) { in preferPredicateOverEpilogue()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 513 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, 1475 virtual bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, 1809 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, in isHardwareLoopProfitable() function 1812 return Impl.isHardwareLoopProfitable(L, SE, AC, LibInfo, HWLoopInfo); in isHardwareLoopProfitable()
|
H A D | TargetTransformInfoImpl.h | 152 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, in isHardwareLoopProfitable() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | HardwareLoops.cpp | 265 !TTI->isHardwareLoopProfitable(L, *SE, *AC, LibInfo, HWLoopInfo)) { in TryConvertLoop()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 279 bool TargetTransformInfo::isHardwareLoopProfitable( in isHardwareLoopProfitable() function in TargetTransformInfo 282 return TTIImpl->isHardwareLoopProfitable(L, SE, AC, LibInfo, HWLoopInfo); in isHardwareLoopProfitable()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 556 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, in isHardwareLoopProfitable() function 560 return BaseT::isHardwareLoopProfitable(L, SE, AC, LibInfo, HWLoopInfo); in isHardwareLoopProfitable()
|