Home
last modified time | relevance | path

Searched refs:isIndexedLoadStoreLegal (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h891 bool isIndexedLoadStoreLegal(GLoadStore &LdSt) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1143 bool CombinerHelper::isIndexedLoadStoreLegal(GLoadStore &LdSt) const { in isIndexedLoadStoreLegal() function in CombinerHelper
1182 if (!isIndexedLoadStoreLegal(LdSt)) in findPostIndexCandidate()
1233 isIndexedLoadStoreLegal(*BasePtrLdSt)) in findPostIndexCandidate()
1277 if (!isIndexedLoadStoreLegal(LdSt)) in findPreIndexCandidate()