Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp297 if (Builder.StatepointLowering.isStackSlotAllocated(Offset)) { in reservePreviousStackSlotForValue()
307 Builder.StatepointLowering.reserveStackSlot(Offset); in reservePreviousStackSlotForValue()
313 Builder.StatepointLowering.setLocation(Incoming, Loc); in reservePreviousStackSlotForValue()
376 SDValue Loc = Builder.StatepointLowering.getLocation(Incoming); in spillIncomingStatepointValue()
411 Builder.StatepointLowering.setLocation(Incoming, Loc); in spillIncomingStatepointValue()
713 StatepointLowering.startNewStatepoint(*this); in LowerAsSTATEPOINT()
723 StatepointLowering.scheduleRelocCall(*Reloc); in LowerAsSTATEPOINT()
880 SDValue Res = StatepointLowering.getLocation(SD); in LowerAsSTATEPOINT()
884 StatepointLowering.setLocation(SD, Relocated); in LowerAsSTATEPOINT()
910 SDValue Loc = StatepointLowering.getLocation(SDV); in LowerAsSTATEPOINT()
[all …]
H A DSelectionDAGBuilder.h176 StatepointLoweringState StatepointLowering; variable
H A DSelectionDAGBuilder.cpp1098 StatepointLowering.clear(); in clear()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile455 SRCS_MIN+= CodeGen/SelectionDAG/StatepointLowering.cpp