Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h819 bool isIndexedLoadStoreLegal(GLoadStore &LdSt) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp993 bool CombinerHelper::isIndexedLoadStoreLegal(GLoadStore &LdSt) const { in isIndexedLoadStoreLegal() function in CombinerHelper
1031 if (!isIndexedLoadStoreLegal(LdSt)) in findPostIndexCandidate()
1082 isIndexedLoadStoreLegal(*BasePtrLdSt)) in findPostIndexCandidate()
1126 if (!isIndexedLoadStoreLegal(LdSt)) in findPreIndexCandidate()