Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:StackSlot

1936   SDValue StackSlot = DAG.getLoad(
1943 SDValue Sub = DAG.getNode(ISD::SUB, dl, VT, Guard, StackSlot);
1950 // If the sub is not 0, then we know the guard/stackslot do not equal, so
1953 MVT::Other, StackSlot.getOperand(0),
6264 SDValue StackSlot =
6267 Chain, getCurSDLoc(), OpInfo.CallOperand, StackSlot,
6270 OpInfo.CallOperand = StackSlot;