Searched defs:isProfitableLSRChainElement (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ | ||
H A D | ARMTargetTransformInfo.cpp | 1086 bool ARMTTIImpl::isProfitableLSRChainElement(Instruction *I) { isProfitableLSRChainElement() function in ARMTTIImpl |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | BasicTTIImpl.h | 394 bool isProfitableLSRChainElement(Instruction *I) { isProfitableLSRChainElement() function |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 240 bool isProfitableLSRChainElement(Instruction *I) const { return false; } isProfitableLSRChainElement() function |
H A D | TargetTransformInfo.h | 2294 bool isProfitableLSRChainElement(Instruction *I) override { isProfitableLSRChainElement() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 424 bool TargetTransformInfo::isProfitableLSRChainElement(Instruction *I) const { isProfitableLSRChainElement() function in TargetTransformInfo |