Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp234 SDValue OldLocation = Builder.StatepointLowering.getLocation(Incoming); in reservePreviousStackSlotForValue()
253 if (Builder.StatepointLowering.isStackSlotAllocated(Offset)) { in reservePreviousStackSlotForValue()
263 Builder.StatepointLowering.reserveStackSlot(Offset); in reservePreviousStackSlotForValue()
269 Builder.StatepointLowering.setLocation(Incoming, Loc); in reservePreviousStackSlotForValue()
360 SDValue Loc = Builder.StatepointLowering.getLocation(Incoming); in spillIncomingStatepointValue()
364 Loc = Builder.StatepointLowering.allocateStackSlot(Incoming.getValueType(), in spillIncomingStatepointValue()
389 Builder.StatepointLowering.setLocation(Incoming, Loc); in spillIncomingStatepointValue()
579 SDValue Loc = Builder.StatepointLowering.getLocation(SDV); in lowerStatepointMetaArgs()
612 StatepointLowering.startNewStatepoint(*this); in LowerAsSTATEPOINT()
619 StatepointLowering.scheduleRelocCall(*Reloc); in LowerAsSTATEPOINT()
[all …]
H A DSelectionDAGBuilder.h135 StatepointLoweringState StatepointLowering; variable
H A DSelectionDAGBuilder.cpp1016 StatepointLowering.clear(); in clear()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile344 SRCS_MIN+= CodeGen/SelectionDAG/StatepointLowering.cpp