Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp278 SDValue OldLocation = Builder.StatepointLowering.getLocation(Incoming); in reservePreviousStackSlotForValue()
297 if (Builder.StatepointLowering.isStackSlotAllocated(Offset)) { in reservePreviousStackSlotForValue()
307 Builder.StatepointLowering.reserveStackSlot(Offset); in reservePreviousStackSlotForValue()
313 Builder.StatepointLowering.setLocation(Incoming, Loc); in reservePreviousStackSlotForValue()
379 SDValue Loc = Builder.StatepointLowering.getLocation(Incoming); in spillIncomingStatepointValue()
384 Loc = Builder.StatepointLowering.allocateStackSlot(Incoming.getValueType(), in spillIncomingStatepointValue()
414 Builder.StatepointLowering.setLocation(Incoming, Loc); in spillIncomingStatepointValue()
716 StatepointLowering.startNewStatepoint(*this); in LowerAsSTATEPOINT()
726 StatepointLowering.scheduleRelocCall(*Reloc); in LowerAsSTATEPOINT()
883 SDValue Res = StatepointLowering.getLocation(SD); in LowerAsSTATEPOINT()
[all …]
H A DSelectionDAGBuilder.h176 StatepointLoweringState StatepointLowering; variable
H A DSelectionDAGBuilder.cpp1111 StatepointLowering.clear(); in clear()
/freebsd/lib/clang/libllvm/
H A DMakefile454 SRCS_MIN+= CodeGen/SelectionDAG/StatepointLowering.cpp