Home
last modified time | relevance | path

Searched refs:isHardwareLoopProfitable (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h66 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE,
H A DPPCTargetTransformInfo.cpp714 bool PPCTTIImpl::isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, in isHardwareLoopProfitable() function in PPCTTIImpl
1261 if (!isHardwareLoopProfitable(L, *SE, *AC, LibInfo, HWLoopInfo)) in canSaveCmp()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h271 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE,
H A DARMTargetTransformInfo.cpp1852 bool ARMTTIImpl::isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, in isHardwareLoopProfitable() function in ARMTTIImpl
2112 if (!isHardwareLoopProfitable(L, SE, AC, TLI, HWLoopInfo)) { in preferPredicateOverEpilogue()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h513 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE,
1464 virtual bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE,
1798 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, in isHardwareLoopProfitable() function
1801 return Impl.isHardwareLoopProfitable(L, SE, AC, LibInfo, HWLoopInfo); in isHardwareLoopProfitable()
H A DTargetTransformInfoImpl.h152 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, in isHardwareLoopProfitable() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp275 bool TargetTransformInfo::isHardwareLoopProfitable( in isHardwareLoopProfitable() function in TargetTransformInfo
278 return TTIImpl->isHardwareLoopProfitable(L, SE, AC, LibInfo, HWLoopInfo); in isHardwareLoopProfitable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp265 !TTI->isHardwareLoopProfitable(L, *SE, *AC, LibInfo, HWLoopInfo)) { in TryConvertLoop()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h556 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, in isHardwareLoopProfitable() function
560 return BaseT::isHardwareLoopProfitable(L, SE, AC, LibInfo, HWLoopInfo); in isHardwareLoopProfitable()