Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 DCMakeLists.txt25 StatepointLowering.cpp
H A DSelectionDAGBuilder.h134 StatepointLoweringState StatepointLowering; variable
H A DSelectionDAGBuilder.cpp1036 StatepointLowering.clear(); in clear()
/netbsd-src/external/apache2/llvm/lib/libLLVMSelectionDAG/
H A DMakefile32 StatepointLowering.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/SelectionDAG/
H A DBUILD.gn36 "StatepointLowering.cpp",