Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp874 AllocaInst *SpillSlot = insertPHILoads(PN, F); in demotePHIsOnFunclets() local
875 if (SpillSlot) in demotePHIsOnFunclets()
876 insertPHIStores(PN, SpillSlot); in demotePHIsOnFunclets()
1229 AllocaInst *SpillSlot = nullptr; in insertPHILoads() local
1238 Value *V = new LoadInst(PN->getType(), SpillSlot, in insertPHILoads()
1242 return SpillSlot; in insertPHILoads()
1255 replaceUseWithLoad(PN, U, SpillSlot, Loads, F); in insertPHILoads()
1257 return SpillSlot; in insertPHILoads()
1316 Value *V, Use &U, AllocaInst *&SpillSlot, in replaceUseWithLoad() argument
1319 if (!SpillSlot) in replaceUseWithLoad()
[all …]
H A DMIRPrinter.cpp415 ? yaml::FixedMachineStackObject::SpillSlot in convertStackObjects()
448 ? yaml::MachineStackObject::SpillSlot in convertStackObjects()
H A DPrologEpilogInserter.cpp484 const TargetFrameLowering::SpillSlot *FixedSpillSlots = in assignCalleeSavedSpillSlots()
506 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots; in assignCalleeSavedSpillSlots()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.h57 const SpillSlot *
59 static const SpillSlot Offsets[] = { in getCalleeSavedSpillSlots()
/freebsd/contrib/llvm-project/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()
1254 SDValue SpillSlot = DAG.getTargetFrameIndex(Index, getFrameIndexTy()); in visitGCRelocate() local
1276 DAG.getLoad(LoadVT, getCurSDLoc(), Chain, SpillSlot, LoadMMO); in visitGCRelocate()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h52 struct SpillSlot { struct
183 virtual const SpillSlot *
H A DMIRYamlMapping.h243 enum ObjectType { DefaultType, SpillSlot, VariableSized };
274 IO.enumCase(Type, "spill-slot", MachineStackObject::SpillSlot);
336 enum ObjectType { DefaultType, SpillSlot };
368 IO.enumCase(Type, "spill-slot", FixedMachineStackObject::SpillSlot);
393 if (Object.Type != FixedMachineStackObject::SpillSlot) {
/freebsd/contrib/llvm-project/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.cpp1660 using SpillSlot = TargetFrameLowering::SpillSlot; in assignCalleeSavedSpillSlots() typedef
1664 const SpillSlot *FixedSlots = getCalleeSavedSpillSlots(NumFixed); in assignCalleeSavedSpillSlots()
1665 for (const SpillSlot *S = FixedSlots; S != FixedSlots+NumFixed; ++S) { in assignCalleeSavedSpillSlots()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h167 const SpillSlot *
H A DPPCFrameLowering.cpp93 const PPCFrameLowering::SpillSlot *PPCFrameLowering::getCalleeSavedSpillSlots( in getCalleeSavedSpillSlots()
178 static const SpillSlot ELFOffsets32[] = { in getCalleeSavedSpillSlots()
213 static const SpillSlot ELFOffsets64[] = { in getCalleeSavedSpillSlots()
222 static const SpillSlot AIXOffsets32[] = {CALLEE_SAVED_FPRS, in getCalleeSavedSpillSlots()
228 static const SpillSlot AIXOffsets64[] = { in getCalleeSavedSpillSlots()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.h86 const SpillSlot *
H A DARMFrameLowering.cpp2860 const TargetFrameLowering::SpillSlot *
2862 static const SpillSlot FixedSpillOffsets[] = {{ARM::FPCXTNS, -4}}; in getCalleeSavedSpillSlots()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp781 if (Object.Type != yaml::FixedMachineStackObject::SpillSlot) in initializeFrameInfo()
846 Object.Type == yaml::MachineStackObject::SpillSlot, Alloca, in initializeFrameInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp2195 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall() local
2196 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex(); in LowerCall()
2198 Chain, dl, Arg, SpillSlot, in LowerCall()
2200 Arg = SpillSlot; in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp29 static const TargetFrameLowering::SpillSlot ELFSpillOffsetTable[] = {
50 static const TargetFrameLowering::SpillSlot XPLINKSpillOffsetTable[] = {
H A DSystemZISelLowering.cpp1928 SDValue SpillSlot = DAG.CreateStackTemporary(SlotVT); in LowerCall() local
1929 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex(); in LowerCall()
1931 DAG.getStore(Chain, DL, ArgValue, SpillSlot, in LowerCall()
1939 SDValue Address = DAG.getNode(ISD::ADD, DL, PtrVT, SpillSlot, in LowerCall()
1948 ArgValue = SpillSlot; in LowerCall()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp670 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall() local
671 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex(); in LowerCall()
673 Chain, DL, Arg, SpillSlot, in LowerCall()
675 Arg = SpillSlot; in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp4170 SDValue SpillSlot = DAG.CreateStackTemporary(StoredSize, StackAlign); in LowerCall() local
4171 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex(); in LowerCall()
4173 DAG.getStore(Chain, DL, ArgValue, SpillSlot, in LowerCall()
4179 DAG.getNode(ISD::ADD, DL, PtrVT, SpillSlot, PartOffset); in LowerCall()
4184 ArgValue = SpillSlot; in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp18457 SDValue SpillSlot = DAG.CreateStackTemporary(StoredSize, StackAlign); in LowerCall() local
18458 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex(); in LowerCall()
18460 DAG.getStore(Chain, DL, ArgValue, SpillSlot, in LowerCall()
18466 DAG.getNode(ISD::ADD, DL, PtrVT, SpillSlot, PartOffset); in LowerCall()
18471 ArgValue = SpillSlot; in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7839 SDValue SpillSlot = Ptr; in LowerCall() local
7870 Arg = SpillSlot; in LowerCall()