Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp3321 unsigned ResSlot = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local
3322 if (ResSlot & 128) in SelectCodeCommon()
3323 ResSlot = GetVBR(ResSlot, MatcherTable, MatcherIndex); in SelectCodeCommon()
3325 assert(ResSlot < RecordedNodes.size() && "Invalid CompleteMatch"); in SelectCodeCommon()
3326 SDValue Res = RecordedNodes[ResSlot].first; in SelectCodeCommon()