Lines Matching refs:Incoming
199 SDValue Incoming = Builder.getValue(IncomingValue); in reservePreviousStackSlotForValue() local
201 if (isa<ConstantSDNode>(Incoming) || isa<FrameIndexSDNode>(Incoming)) { in reservePreviousStackSlotForValue()
207 SDValue OldLocation = Builder.StatepointLowering.getLocation(Incoming); in reservePreviousStackSlotForValue()
240 SDValue Loc = Builder.DAG.getTargetFrameIndex(*Index, Incoming.getValueType()); in reservePreviousStackSlotForValue()
241 Builder.StatepointLowering.setLocation(Incoming, Loc); in reservePreviousStackSlotForValue()
331 spillIncomingStatepointValue(SDValue Incoming, SDValue Chain, in spillIncomingStatepointValue() argument
333 SDValue Loc = Builder.StatepointLowering.getLocation(Incoming); in spillIncomingStatepointValue()
337 Loc = Builder.StatepointLowering.allocateStackSlot(Incoming.getValueType(), in spillIncomingStatepointValue()
341 Loc = Builder.DAG.getTargetFrameIndex(Index, Incoming.getValueType()); in spillIncomingStatepointValue()
355 Incoming.getValueType().getSizeInBits() && in spillIncomingStatepointValue()
359 Chain = Builder.DAG.getStore(Chain, Builder.getCurSDLoc(), Incoming, Loc, in spillIncomingStatepointValue()
364 Builder.StatepointLowering.setLocation(Incoming, Loc); in spillIncomingStatepointValue()
374 static void lowerIncomingStatepointValue(SDValue Incoming, in lowerIncomingStatepointValue() argument
379 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Incoming)) { in lowerIncomingStatepointValue()
387 } else if (FrameIndexSDNode *FI = dyn_cast<FrameIndexSDNode>(Incoming)) { in lowerIncomingStatepointValue()
392 Incoming.getValueType())); in lowerIncomingStatepointValue()
400 auto Res = spillIncomingStatepointValue(Incoming, Chain, Builder); in lowerIncomingStatepointValue()
471 SDValue Incoming = Builder.getValue(V); in lowerStatepointMetaArgs() local
472 lowerIncomingStatepointValue(Incoming, Ops, Builder); in lowerStatepointMetaArgs()
494 SDValue Incoming = Builder.getValue(V); in lowerStatepointMetaArgs() local
495 if (FrameIndexSDNode *FI = dyn_cast<FrameIndexSDNode>(Incoming)) { in lowerStatepointMetaArgs()
498 Incoming.getValueType())); in lowerStatepointMetaArgs()