Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp1084 bool ARMTTIImpl::isProfitableLSRChainElement(Instruction *I) { in isProfitableLSRChainElement() function in ARMTTIImpl
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h226 bool isProfitableLSRChainElement(Instruction *I) const { return false; } in isProfitableLSRChainElement() function
DTargetTransformInfo.h2061 bool isProfitableLSRChainElement(Instruction *I) override { in isProfitableLSRChainElement() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h379 bool isProfitableLSRChainElement(Instruction *I) { in isProfitableLSRChainElement() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp372 bool TargetTransformInfo::isProfitableLSRChainElement(Instruction *I) const { in isProfitableLSRChainElement() function in TargetTransformInfo