Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp4095 unsigned ResSlot = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local
4096 if (ResSlot & 128) in SelectCodeCommon()
4097 ResSlot = GetVBR(ResSlot, MatcherTable, MatcherIndex); in SelectCodeCommon()
4099 assert(ResSlot < RecordedNodes.size() && "Invalid CompleteMatch"); in SelectCodeCommon()
4100 SDValue Res = RecordedNodes[ResSlot].first; in SelectCodeCommon()