Searched refs:StatepointLowering (Results 1 – 4 of 4) sorted by relevance
277 SDValue OldLocation = Builder.StatepointLowering.getLocation(Incoming); in reservePreviousStackSlotForValue()296 if (Builder.StatepointLowering.isStackSlotAllocated(Offset)) { in reservePreviousStackSlotForValue()306 Builder.StatepointLowering.reserveStackSlot(Offset); in reservePreviousStackSlotForValue()312 Builder.StatepointLowering.setLocation(Incoming, Loc); in reservePreviousStackSlotForValue()378 SDValue Loc = Builder.StatepointLowering.getLocation(Incoming); in spillIncomingStatepointValue()383 Loc = Builder.StatepointLowering.allocateStackSlot(Incoming.getValueType(), in spillIncomingStatepointValue()413 Builder.StatepointLowering.setLocation(Incoming, Loc); in spillIncomingStatepointValue()715 StatepointLowering.startNewStatepoint(*this); in LowerAsSTATEPOINT()725 StatepointLowering.scheduleRelocCall(*Reloc); in LowerAsSTATEPOINT()883 SDValue Res = StatepointLowering.getLocation(SD); in LowerAsSTATEPOINT()[all …]
175 StatepointLoweringState StatepointLowering; variable
1107 StatepointLowering.clear(); in clear()
502 SRCS_MIN+= CodeGen/SelectionDAG/StatepointLowering.cpp