Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h184 bool isProfitableLSRChainElement(Instruction *I);
H A DARMTargetTransformInfo.cpp1079 bool ARMTTIImpl::isProfitableLSRChainElement(Instruction *I) { in isProfitableLSRChainElement() function in ARMTTIImpl
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h636 bool isProfitableLSRChainElement(Instruction *I) const;
1590 virtual bool isProfitableLSRChainElement(Instruction *I) = 0;
1991 bool isProfitableLSRChainElement(Instruction *I) override { in isProfitableLSRChainElement() function
1992 return Impl.isProfitableLSRChainElement(I); in isProfitableLSRChainElement()
H A DTargetTransformInfoImpl.h222 bool isProfitableLSRChainElement(Instruction *I) const { return false; } in isProfitableLSRChainElement() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp367 bool TargetTransformInfo::isProfitableLSRChainElement(Instruction *I) const { in isProfitableLSRChainElement() function in TargetTransformInfo
368 return TTIImpl->isProfitableLSRChainElement(I); in isProfitableLSRChainElement()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h359 bool isProfitableLSRChainElement(Instruction *I) { in isProfitableLSRChainElement() function
360 return TargetTransformInfoImplBase::isProfitableLSRChainElement(I); in isProfitableLSRChainElement()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2904 if (TTI.isProfitableLSRChainElement(Chain.Incs[0].UserInst)) in isProfitableChain()
2908 if (TTI.isProfitableLSRChainElement(Inc.UserInst)) in isProfitableChain()