Searched refs:CreateFixedSpillStackObject (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/ARC/ |
| H A D | ARCFrameLowering.cpp | 335 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 D | MachineFrameInfo.cpp | 100 int MachineFrameInfo::CreateFixedSpillStackObject(uint64_t Size, in CreateFixedSpillStackObject() function in MachineFrameInfo
|
| H A D | PrologEpilogInserter.cpp | 401 FrameIdx = MFI.CreateFixedSpillStackObject(Size, FixedSlot->Offset); in assignCalleeSavedSpillSlots()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | MachineFrameInfo.h | 645 int CreateFixedSpillStackObject(uint64_t Size, int64_t SPOffset,
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.cpp | 1965 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 D | MIRParser.cpp | 610 ObjectIdx = MFI.CreateFixedSpillStackObject(Object.Size, Object.Offset); in initializeFrameInfo()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFrameLowering.cpp | 1518 int FI = MFI.CreateFixedSpillStackObject(TRI->getSpillSize(*RC), S->Offset); in assignCalleeSavedSpillSlots() 1535 int FI = MFI.CreateFixedSpillStackObject(Size, Off); in assignCalleeSavedSpillSlots()
|