Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h179 bool isProfitableLSRChainElement(Instruction *I);
H A DARMTargetTransformInfo.cpp1004 bool ARMTTIImpl::isProfitableLSRChainElement(Instruction *I) { in isProfitableLSRChainElement() function in ARMTTIImpl
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h620 bool isProfitableLSRChainElement(Instruction *I) const;
1504 virtual bool isProfitableLSRChainElement(Instruction *I) = 0;
1862 bool isProfitableLSRChainElement(Instruction *I) override { in isProfitableLSRChainElement() function
1863 return Impl.isProfitableLSRChainElement(I); in isProfitableLSRChainElement()
H A DTargetTransformInfoImpl.h216 bool isProfitableLSRChainElement(Instruction *I) const { return false; } in isProfitableLSRChainElement() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp354 bool TargetTransformInfo::isProfitableLSRChainElement(Instruction *I) const { in isProfitableLSRChainElement() function in TargetTransformInfo
355 return TTIImpl->isProfitableLSRChainElement(I); in isProfitableLSRChainElement()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h329 bool isProfitableLSRChainElement(Instruction *I) { in isProfitableLSRChainElement() function
330 return TargetTransformInfoImplBase::isProfitableLSRChainElement(I); in isProfitableLSRChainElement()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2871 if (TTI.isProfitableLSRChainElement(Chain.Incs[0].UserInst)) in isProfitableChain()
2875 if (TTI.isProfitableLSRChainElement(Inc.UserInst)) in isProfitableChain()