HomeSort by relevance Sort by last modified time
    Searched refs:CreateFixedSpillStackObject (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 515 /// CreateFixedSpillStackObject - Create a spill slot at a fixed location
517 int CreateFixedSpillStackObject(uint64_t Size, int64_t SPOffset);
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 572 /// CreateFixedSpillStackObject - Create a spill slot at a fixed location
574 int MachineFrameInfo::CreateFixedSpillStackObject(uint64_t Size,
    [all...]
PrologEpilogInserter.cpp 365 MFI->CreateFixedSpillStackObject(RC->getSize(), FixedSlot->Offset);
    [all...]

Completed in 447 milliseconds