Home
last modified time | relevance | path

Searched refs:isProfitableLSRChainElement (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h185 bool isProfitableLSRChainElement(Instruction *I);
H A DARMTargetTransformInfo.cpp1084 bool ARMTTIImpl::isProfitableLSRChainElement(Instruction *I) { in isProfitableLSRChainElement() function in ARMTTIImpl
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h618 bool isProfitableLSRChainElement(Instruction *I) const;
1639 virtual bool isProfitableLSRChainElement(Instruction *I) = 0;
2061 bool isProfitableLSRChainElement(Instruction *I) override { in isProfitableLSRChainElement() function
2062 return Impl.isProfitableLSRChainElement(I); in isProfitableLSRChainElement()
H A DTargetTransformInfoImpl.h226 bool isProfitableLSRChainElement(Instruction *I) const { return false; } in isProfitableLSRChainElement() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp372 bool TargetTransformInfo::isProfitableLSRChainElement(Instruction *I) const { in isProfitableLSRChainElement() function in TargetTransformInfo
373 return TTIImpl->isProfitableLSRChainElement(I); in isProfitableLSRChainElement()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h379 bool isProfitableLSRChainElement(Instruction *I) { in isProfitableLSRChainElement() function
380 return TargetTransformInfoImplBase::isProfitableLSRChainElement(I); in isProfitableLSRChainElement()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2912 if (TTI.isProfitableLSRChainElement(Chain.Incs[0].UserInst)) in isProfitableChain()
2916 if (TTI.isProfitableLSRChainElement(Inc.UserInst)) in isProfitableChain()