Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp342 bool PPCTTIImpl::isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, in isHardwareLoopProfitable() function in PPCTTIImpl
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2005 bool ARMTTIImpl::isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, in isHardwareLoopProfitable() function in ARMTTIImpl
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h618 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, in isHardwareLoopProfitable() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h160 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, in isHardwareLoopProfitable() function
H A DTargetTransformInfo.h2007 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, in isHardwareLoopProfitable() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp295 bool TargetTransformInfo::isHardwareLoopProfitable( in isHardwareLoopProfitable() function in TargetTransformInfo