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

  /external/llvm/lib/Target/MBlaze/
MBlazeFrameLowering.cpp 51 int NFI = MFI->CreateFixedObject(4, FRI->second, true);
439 MFI->CreateFixedObject(4,0,true);
444 MFI->CreateFixedObject(4,4,true);
MBlazeISelLowering.cpp 762 int FI = MFI->CreateFixedObject(ArgSize, StackLoc, true);
777 MFI->CreateFixedObject(28,0,true);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 456 /// CreateFixedObject - Create a new object at a fixed location on the stack.
461 int CreateFixedObject(uint64_t Size, int64_t SPOffset, bool Immutable);
  /external/llvm/lib/Target/MSP430/
MSP430RegisterInfo.cpp 230 int FrameIdx = MF.getFrameInfo()->CreateFixedObject(2, -4, true);
MSP430ISelLowering.cpp 368 int FI = MFI->CreateFixedObject(ObjSize, VA.getLocMemOffset(), true);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 173 int FrameIdx = MF.getFrameInfo()->CreateFixedObject(4, 64, true);
195 CreateFixedObject(4, StackOffset+NextVA.getLocMemOffset(),true);
233 int FI = MF.getFrameInfo()->CreateFixedObject(8,
244 int FI = MF.getFrameInfo()->CreateFixedObject(4,
251 int FI2 = MF.getFrameInfo()->CreateFixedObject(4,
267 int FI = MF.getFrameInfo()->CreateFixedObject(4,
327 int FrameIdx = MF.getFrameInfo()->CreateFixedObject(4, ArgOffset,
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 352 FrameIdx = MFI->CreateFixedObject(RC->getSize(), 0, true);
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 448 /// CreateFixedObject - Create a new object at a fixed location on the stack.
453 int MachineFrameInfo::CreateFixedObject(uint64_t Size, int64_t SPOffset,
PrologEpilogInserter.cpp 277 FrameIdx = MFI->CreateFixedObject(RC->getSize(), FixedSlot->Offset, true);
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
PPCFrameLowering.cpp 758 FPSI = MFI->CreateFixedObject(isPPC64? 8 : 4, FPOffset, true);
767 MFI->CreateFixedObject(-1 * TCSPDelta, TCSPDelta, true);
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 876 FI = MFI->CreateFixedObject(ObjSize, StackLocation, true);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 464 milliseconds