Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h59 bool RematOffset = false; // True if Offset is a constant that needs to be member
897 Register &Offset, bool &RematOffset);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1169 bool &RematOffset) { in findPostIndexCandidate() argument
1215 RematOffset = false; in findPostIndexCandidate()
1221 RematOffset = true; in findPostIndexCandidate()
1436 MatchInfo.Offset, MatchInfo.RematOffset)) in matchCombineIndexedLoadStore()
1451 if (MatchInfo.RematOffset) { in applyCombineIndexedLoadStore()