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.h60 bool RematOffset = false; // True if Offset is a constant that needs to be member
1015 Register &Offset, bool &RematOffset) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1237 bool &RematOffset) const { in findPostIndexCandidate()
1283 RematOffset = false; in findPostIndexCandidate()
1289 RematOffset = true; in findPostIndexCandidate()
1504 MatchInfo.Offset, MatchInfo.RematOffset)) in matchCombineIndexedLoadStore()
1519 if (MatchInfo.RematOffset) { in applyCombineIndexedLoadStore()