Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1084 bool ARMTTIImpl::isProfitableLSRChainElement(Instruction *I) { in isProfitableLSRChainElement() function in ARMTTIImpl
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h379 bool isProfitableLSRChainElement(Instruction *I) { in isProfitableLSRChainElement() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h226 bool isProfitableLSRChainElement(Instruction *I) const { return false; } in isProfitableLSRChainElement() function
H A DTargetTransformInfo.h2061 bool isProfitableLSRChainElement(Instruction *I) override { 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