Home
last modified time | relevance | path

Searched defs:isProfitableLSRChainElement (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1090 bool ARMTTIImpl::isProfitableLSRChainElement(Instruction *I) { isProfitableLSRChainElement() function in ARMTTIImpl
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h249 bool isProfitableLSRChainElement(Instruction *I) const { return false; } isProfitableLSRChainElement() function
H A DTargetTransformInfo.h2354 bool isProfitableLSRChainElement(Instruction *I) override { isProfitableLSRChainElement() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h406 bool isProfitableLSRChainElement(Instruction *I) { isProfitableLSRChainElement() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp434 bool TargetTransformInfo::isProfitableLSRChainElement(Instruction *I) const { isProfitableLSRChainElement() function in TargetTransformInfo