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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h60 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE,
H A DPPCTargetTransformInfo.cpp494 bool PPCTTIImpl::isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, function in class:PPCTTIImpl
1025 if (!isHardwareLoopProfitable(L, *SE, *AC, LibInfo, HWLoopInfo))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h249 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE,
H A DARMTargetTransformInfo.cpp1204 bool ARMTTIImpl::isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, function in class:ARMTTIImpl
1526 if (!isHardwareLoopProfitable(L, SE, AC, TLI, HWLoopInfo)) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h508 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE,
1295 virtual bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE,
1577 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE,
1580 return Impl.isHardwareLoopProfitable(L, SE, AC, LibInfo, HWLoopInfo);
H A DTargetTransformInfoImpl.h133 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, function in class:llvm::TargetTransformInfoImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp267 !TTI->isHardwareLoopProfitable(L, *SE, *AC, LibInfo, HWLoopInfo)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp308 bool TargetTransformInfo::isHardwareLoopProfitable( function in class:TargetTransformInfo
311 return TTIImpl->isHardwareLoopProfitable(L, SE, AC, LibInfo, HWLoopInfo);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h462 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, function in class:llvm::BasicTTIImplBase
466 return BaseT::isHardwareLoopProfitable(L, SE, AC, LibInfo, HWLoopInfo);

Completed in 124 milliseconds