Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp271 SDValue OldLocation = Builder.StatepointLowering.getLocation(Incoming); in reservePreviousStackSlotForValue()
290 if (Builder.StatepointLowering.isStackSlotAllocated(Offset)) { in reservePreviousStackSlotForValue()
300 Builder.StatepointLowering.reserveStackSlot(Offset); in reservePreviousStackSlotForValue()
306 Builder.StatepointLowering.setLocation(Incoming, Loc); in reservePreviousStackSlotForValue()
369 SDValue Loc = Builder.StatepointLowering.getLocation(Incoming); in spillIncomingStatepointValue()
374 Loc = Builder.StatepointLowering.allocateStackSlot(Incoming.getValueType(), in spillIncomingStatepointValue()
404 Builder.StatepointLowering.setLocation(Incoming, Loc); in spillIncomingStatepointValue()
733 StatepointLowering.startNewStatepoint(*this); in LowerAsSTATEPOINT()
740 StatepointLowering.scheduleRelocCall(*Reloc); in LowerAsSTATEPOINT()
916 SDValue Loc = StatepointLowering.getLocation(SDV); in LowerAsSTATEPOINT()
[all …]
H A DSelectionDAGBuilder.h134 StatepointLoweringState StatepointLowering; variable
H A DSelectionDAGBuilder.cpp1037 StatepointLowering.clear(); in clear()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile408 SRCS_MIN+= CodeGen/SelectionDAG/StatepointLowering.cpp