Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1086 bool ARMTTIImpl::isProfitableLSRChainElement(Instruction *I) { isProfitableLSRChainElement() function in ARMTTIImpl
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h394 bool isProfitableLSRChainElement(Instruction *I) { isProfitableLSRChainElement() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h240 bool isProfitableLSRChainElement(Instruction *I) const { return false; } isProfitableLSRChainElement() function
H A DTargetTransformInfo.h2294 bool isProfitableLSRChainElement(Instruction *I) override { isProfitableLSRChainElement() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp424 bool TargetTransformInfo::isProfitableLSRChainElement(Instruction *I) const { isProfitableLSRChainElement() function in TargetTransformInfo