Searched defs:SpillSlot (Results 1 – 11 of 11) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | TargetFrameLowering.h | 52 struct SpillSlot { struct 53 unsigned Reg; 54 int Offset; // Offset relative to stack pointer on function entry.
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 726 AllocaInst *SpillSlot = insertPHILoads(PN, F); in demotePHIsOnFunclets() local 1084 AllocaInst *SpillSlot = nullptr; in insertPHILoads() local 1120 AllocaInst *SpillSlot) { in insertPHIStores() 1157 BasicBlock *PredBlock, Value *PredVal, AllocaInst *SpillSlot, in insertPHIStore() 1170 void WinEHPrepare::replaceUseWithLoad(Value *V, Use &U, AllocaInst *&SpillSlot, in replaceUseWithLoad()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | StatepointLowering.cpp | 142 SDValue SpillSlot = Builder.DAG.CreateStackTemporary(ValueType); in allocateStackSlot() local 201 std::optional<int> SpillSlot = in findPreviousSpillSlot() local 1249 SDValue SpillSlot = DAG.getTargetFrameIndex(Index, getFrameIndexTy()); in visitGCRelocate() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 2485 SDValue SpillSlot = DAG.CreateStackTemporary(StoredSize, StackAlign); in LowerCall() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonFrameLowering.cpp | 1657 using SpillSlot = TargetFrameLowering::SpillSlot; in assignCalleeSavedSpillSlots() typedef
|
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 651 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 297 SpillSlot, enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 1738 SDValue SpillSlot = DAG.CreateStackTemporary(SlotVT); in LowerCall() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 12969 SDValue SpillSlot = DAG.CreateStackTemporary(StoredSize, StackAlign); in LowerCall() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 7385 SDValue SpillSlot = Ptr; in LowerCall() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 4620 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall() local
|