Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.h68 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE,
DPPCTargetTransformInfo.cpp342 bool PPCTTIImpl::isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, in isHardwareLoopProfitable() function in PPCTTIImpl
911 if (!isHardwareLoopProfitable(L, *SE, *AC, LibInfo, HWLoopInfo)) in canSaveCmp()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h302 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE,
DARMTargetTransformInfo.cpp2005 bool ARMTTIImpl::isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, in isHardwareLoopProfitable() function in ARMTTIImpl
2274 if (!isHardwareLoopProfitable(L, SE, AC, TLI, HWLoopInfo)) { in preferPredicateOverEpilogue()
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DTargetTransformInfo.h507 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE,
1610 virtual bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE,
2007 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, in isHardwareLoopProfitable() function
2010 return Impl.isHardwareLoopProfitable(L, SE, AC, LibInfo, HWLoopInfo); in isHardwareLoopProfitable()
DTargetTransformInfoImpl.h160 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, in isHardwareLoopProfitable() function
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DHardwareLoops.cpp262 !TTI->isHardwareLoopProfitable(L, *SE, *AC, LibInfo, HWLoopInfo)) { in TryConvertLoop()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DTargetTransformInfo.cpp295 bool TargetTransformInfo::isHardwareLoopProfitable( in isHardwareLoopProfitable() function in TargetTransformInfo
298 return TTIImpl->isHardwareLoopProfitable(L, SE, AC, LibInfo, HWLoopInfo); in isHardwareLoopProfitable()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h618 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, in isHardwareLoopProfitable() function
622 return BaseT::isHardwareLoopProfitable(L, SE, AC, LibInfo, HWLoopInfo); in isHardwareLoopProfitable()