Home
last modified time | relevance | path

Searched defs:isHardwareLoopProfitable (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp340 bool PPCTTIImpl::isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, isHardwareLoopProfitable() function in PPCTTIImpl
/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2142 bool ARMTTIImpl::isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, isHardwareLoopProfitable() function in ARMTTIImpl
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h181 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, isHardwareLoopProfitable() function
H A DTargetTransformInfo.h2294 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, isHardwareLoopProfitable() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h668 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, isHardwareLoopProfitable() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp345 bool TargetTransformInfo::isHardwareLoopProfitable( isHardwareLoopProfitable() function in TargetTransformInfo