Home
last modified time | relevance | path

Searched refs:CreateFixedSpillStackObject (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/ARC/
H A DARCFrameLowering.cpp335 int StackObj = MFI.CreateFixedSpillStackObject(4, CurOffset, true); in assignCalleeSavedSpillSlots()
343 int StackObj = MFI.CreateFixedSpillStackObject(4, CurOffset, true); in assignCalleeSavedSpillSlots()
356 int FI = MFI.CreateFixedSpillStackObject(4, CurOffset, true); in assignCalleeSavedSpillSlots()
367 I.setFrameIdx(MFI.CreateFixedSpillStackObject(4, CurOffset, true)); in assignCalleeSavedSpillSlots()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp100 int MachineFrameInfo::CreateFixedSpillStackObject(uint64_t Size, in CreateFixedSpillStackObject() function in MachineFrameInfo
H A DPrologEpilogInserter.cpp401 FrameIdx = MFI.CreateFixedSpillStackObject(Size, FixedSlot->Offset); in assignCalleeSavedSpillSlots()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h645 int CreateFixedSpillStackObject(uint64_t Size, int64_t SPOffset,
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1965 MFI.CreateFixedSpillStackObject(SlotSize, SpillSlotOffset); in assignCalleeSavedSpillSlots()
1989 int SlotIndex = MFI.CreateFixedSpillStackObject(SlotSize, SpillSlotOffset); in assignCalleeSavedSpillSlots()
2014 int SlotIndex = MFI.CreateFixedSpillStackObject(Size, SpillSlotOffset); in assignCalleeSavedSpillSlots()
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp610 ObjectIdx = MFI.CreateFixedSpillStackObject(Object.Size, Object.Offset); in initializeFrameInfo()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1518 int FI = MFI.CreateFixedSpillStackObject(TRI->getSpillSize(*RC), S->Offset); in assignCalleeSavedSpillSlots()
1535 int FI = MFI.CreateFixedSpillStackObject(Size, Off); in assignCalleeSavedSpillSlots()