Searched defs:SpillSlot (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetFrameLowering.h | 53 struct SpillSlot { struct 54 unsigned Reg; 55 int64_t Offset; // Offset relative to stack pointer on function entry.
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 875 AllocaInst *SpillSlot = insertPHILoads(PN, F); in demotePHIsOnFunclets() local 1230 AllocaInst *SpillSlot = nullptr; in insertPHILoads() local 1266 AllocaInst *SpillSlot) { in insertPHIStores() 1303 BasicBlock *PredBlock, Value *PredVal, AllocaInst *SpillSlot, in insertPHIStore() 1317 Value *V, Use &U, AllocaInst *&SpillSlot, in replaceUseWithLoad()
|
/freebsd/contrib/llvm-project/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 1257 SDValue SpillSlot = DAG.getTargetFrameIndex(Index, getFrameIndexTy()); in visitGCRelocate() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLoweringCall.cpp | 2208 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonFrameLowering.cpp | 1659 using SpillSlot = TargetFrameLowering::SpillSlot; in assignCalleeSavedSpillSlots() typedef
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 670 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 301 SpillSlot, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 5367 SDValue SpillSlot = DAG.CreateStackTemporary(StoredSize, StackAlign); in LowerCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 1953 SDValue SpillSlot = DAG.CreateStackTemporary(SlotVT); in LowerCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 20035 SDValue SpillSlot = DAG.CreateStackTemporary(StoredSize, StackAlign); LowerCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 8567 SDValue SpillSlot = Ptr; in LowerCall() local
|