Home
last modified time | relevance | path

Searched refs:SpillSlot (Results 1 – 22 of 22) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp726 AllocaInst *SpillSlot = insertPHILoads(PN, F); in demotePHIsOnFunclets() local
727 if (SpillSlot) in demotePHIsOnFunclets()
728 insertPHIStores(PN, SpillSlot); in demotePHIsOnFunclets()
1084 AllocaInst *SpillSlot = nullptr; in insertPHILoads() local
1093 Value *V = new LoadInst(PN->getType(), SpillSlot, in insertPHILoads()
1097 return SpillSlot; in insertPHILoads()
1110 replaceUseWithLoad(PN, U, SpillSlot, Loads, F); in insertPHILoads()
1112 return SpillSlot; in insertPHILoads()
1174 if (!SpillSlot) in replaceUseWithLoad()
1234 Load = new LoadInst(V->getType(), SpillSlot, in replaceUseWithLoad()
[all …]
H A DMIRPrinter.cpp397 ? yaml::FixedMachineStackObject::SpillSlot in convertStackObjects()
430 ? yaml::MachineStackObject::SpillSlot in convertStackObjects()
H A DPrologEpilogInserter.cpp496 const TargetFrameLowering::SpillSlot *FixedSpillSlots = in assignCalleeSavedSpillSlots()
518 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots; in assignCalleeSavedSpillSlots()
/openbsd/gnu/llvm/llvm/lib/Target/VE/
H A DVEFrameLowering.h57 const SpillSlot *
59 static const SpillSlot Offsets[] = { in getCalleeSavedSpillSlots()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp142 SDValue SpillSlot = Builder.DAG.CreateStackTemporary(ValueType); in allocateStackSlot() local
143 const unsigned FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex(); in allocateStackSlot()
155 return SpillSlot; in allocateStackSlot()
201 std::optional<int> SpillSlot = in findPreviousSpillSlot() local
203 if (!SpillSlot) in findPreviousSpillSlot()
206 if (MergedResult && *MergedResult != *SpillSlot) in findPreviousSpillSlot()
209 MergedResult = SpillSlot; in findPreviousSpillSlot()
1249 SDValue SpillSlot = DAG.getTargetFrameIndex(Index, getFrameIndexTy()); in visitGCRelocate() local
1271 DAG.getLoad(LoadVT, getCurSDLoc(), Chain, SpillSlot, LoadMMO); in visitGCRelocate()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h52 struct SpillSlot { struct
181 virtual const SpillSlot *
H A DMIRYamlMapping.h241 enum ObjectType { DefaultType, SpillSlot, VariableSized };
272 IO.enumCase(Type, "spill-slot", MachineStackObject::SpillSlot);
310 enum ObjectType { DefaultType, SpillSlot };
342 IO.enumCase(Type, "spill-slot", FixedMachineStackObject::SpillSlot);
367 if (Object.Type != FixedMachineStackObject::SpillSlot) {
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h90 const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries) in getCalleeSavedSpillSlots()
92 static const SpillSlot Offsets[] = { in getCalleeSavedSpillSlots()
H A DHexagonFrameLowering.cpp1657 using SpillSlot = TargetFrameLowering::SpillSlot; in assignCalleeSavedSpillSlots() typedef
1661 const SpillSlot *FixedSlots = getCalleeSavedSpillSlots(NumFixed); in assignCalleeSavedSpillSlots()
1662 for (const SpillSlot *S = FixedSlots; S != FixedSlots+NumFixed; ++S) { in assignCalleeSavedSpillSlots()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMFrameLowering.h79 const SpillSlot *
H A DARMFrameLowering.cpp2819 const TargetFrameLowering::SpillSlot *
2821 static const SpillSlot FixedSpillOffsets[] = {{ARM::FPCXTNS, -4}}; in getCalleeSavedSpillSlots()
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h168 const SpillSlot *
H A DPPCFrameLowering.cpp94 const PPCFrameLowering::SpillSlot *PPCFrameLowering::getCalleeSavedSpillSlots( in getCalleeSavedSpillSlots()
179 static const SpillSlot ELFOffsets32[] = { in getCalleeSavedSpillSlots()
214 static const SpillSlot ELFOffsets64[] = { in getCalleeSavedSpillSlots()
223 static const SpillSlot AIXOffsets32[] = {CALLEE_SAVED_FPRS, in getCalleeSavedSpillSlots()
229 static const SpillSlot AIXOffsets64[] = { in getCalleeSavedSpillSlots()
/openbsd/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp771 if (Object.Type != yaml::FixedMachineStackObject::SpillSlot) in initializeFrameInfo()
818 Object.Type == yaml::MachineStackObject::SpillSlot, Alloca, in initializeFrameInfo()
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp2485 SDValue SpillSlot = DAG.CreateStackTemporary(StoredSize, StackAlign); in LowerCall() local
2486 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex(); in LowerCall()
2488 DAG.getStore(Chain, DL, ArgValue, SpillSlot, in LowerCall()
2494 DAG.getNode(ISD::ADD, DL, PtrVT, SpillSlot, PartOffset); in LowerCall()
2499 ArgValue = SpillSlot; in LowerCall()
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp28 static const TargetFrameLowering::SpillSlot ELFSpillOffsetTable[] = {
49 static const TargetFrameLowering::SpillSlot XPLINKSpillOffsetTable[] = {
H A DSystemZISelLowering.cpp1738 SDValue SpillSlot = DAG.CreateStackTemporary(SlotVT); in LowerCall() local
1739 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex(); in LowerCall()
1741 DAG.getStore(Chain, DL, ArgValue, SpillSlot, in LowerCall()
1749 SDValue Address = DAG.getNode(ISD::ADD, DL, PtrVT, SpillSlot, in LowerCall()
1758 ArgValue = SpillSlot; in LowerCall()
/openbsd/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp297 SpillSlot, enumerator
298 Best = SpillSlot
325 if (Min >= LocationQuality::SpillSlot) in getLocQualityIfBetter()
328 return LocationQuality::SpillSlot; in getLocQualityIfBetter()
/openbsd/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp651 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall() local
652 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex(); in LowerCall()
654 Chain, DL, Arg, SpillSlot, in LowerCall()
656 Arg = SpillSlot; in LowerCall()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp12969 SDValue SpillSlot = DAG.CreateStackTemporary(StoredSize, StackAlign); in LowerCall() local
12970 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex(); in LowerCall()
12972 DAG.getStore(Chain, DL, ArgValue, SpillSlot, in LowerCall()
12978 DAG.getNode(ISD::ADD, DL, PtrVT, SpillSlot, PartOffset); in LowerCall()
12983 ArgValue = SpillSlot; in LowerCall()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7385 SDValue SpillSlot = Ptr; in LowerCall() local
7414 Arg = SpillSlot; in LowerCall()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4620 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall() local
4621 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex(); in LowerCall()
4623 Chain, dl, Arg, SpillSlot, in LowerCall()
4625 Arg = SpillSlot; in LowerCall()