Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineFrameInfo.h504 int CreateFixedSpillStackObject(uint64_t Size, int64_t SPOffset);
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86FrameLowering.cpp1305 MFI->CreateFixedSpillStackObject(SlotSize, SpillSlotOffset); in assignCalleeSavedSpillSlots()
1329 int SlotIndex = MFI->CreateFixedSpillStackObject(SlotSize, SpillSlotOffset); in assignCalleeSavedSpillSlots()
1347 MFI->CreateFixedSpillStackObject(RC->getSize(), SpillSlotOffset); in assignCalleeSavedSpillSlots()
/NextBSD/contrib/llvm/lib/CodeGen/MIRParser/
HDMIRParser.cpp394 ObjectIdx = MFI.CreateFixedSpillStackObject(Object.Size, Object.Offset); in initializeFrameInfo()
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonFrameLowering.cpp1092 int FI = MFI->CreateFixedSpillStackObject(RC->getSize(), S->Offset); in assignCalleeSavedSpillSlots()
1108 int FI = MFI->CreateFixedSpillStackObject(RC->getSize(), Off); in assignCalleeSavedSpillSlots()
/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineFunction.cpp570 int MachineFrameInfo::CreateFixedSpillStackObject(uint64_t Size, in CreateFixedSpillStackObject() function in MachineFrameInfo
HDPrologEpilogInserter.cpp364 MFI->CreateFixedSpillStackObject(RC->getSize(), FixedSlot->Offset); in assignCalleeSavedSpillSlots()