Searched refs:CreateFixedSpillStackObject (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h515 /// CreateFixedSpillStackObject - Create a spill slot at a fixed location
517 int CreateFixedSpillStackObject(uint64_t Size, int64_t SPOffset);
/external/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1380 MFI->CreateFixedSpillStackObject(SlotSize, SpillSlotOffset);
1404 int SlotIndex = MFI->CreateFixedSpillStackObject(SlotSize, SpillSlotOffset);
1422 MFI->CreateFixedSpillStackObject(RC->getSize(), SpillSlotOffset);
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp572 /// CreateFixedSpillStackObject - Create a spill slot at a fixed location
574 int MachineFrameInfo::CreateFixedSpillStackObject(uint64_t Size, function in class:MachineFrameInfo
H A DPrologEpilogInserter.cpp365 MFI->CreateFixedSpillStackObject(RC->getSize(), FixedSlot->Offset);

Completed in 96 milliseconds