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);
478 MFI->CreateFixedObject(4,0,true);
483 MFI->CreateFixedObject(4,4,true);
MBlazeISelLowering.cpp 764 int FI = MFI->CreateFixedObject(ArgSize, StackLoc, true);
779 MFI->CreateFixedObject(28,0,true);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 461 /// CreateFixedObject - Create a new object at a fixed location on the stack.
466 int CreateFixedObject(uint64_t Size, int64_t SPOffset, bool Immutable);
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 170 int FrameIdx = MF.getFrameInfo()->CreateFixedObject(4, 64, true);
192 CreateFixedObject(4, StackOffset+NextVA.getLocMemOffset(),true);
230 int FI = MF.getFrameInfo()->CreateFixedObject(8,
241 int FI = MF.getFrameInfo()->CreateFixedObject(4,
248 int FI2 = MF.getFrameInfo()->CreateFixedObject(4,
264 int FI = MF.getFrameInfo()->CreateFixedObject(4,
324 int FrameIdx = MF.getFrameInfo()->CreateFixedObject(4, ArgOffset,
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 292 int FrameIdx = MF.getFrameInfo()->CreateFixedObject(2, -4, true);
MSP430ISelLowering.cpp 331 FuncInfo->setVarArgsFrameIndex(MFI->CreateFixedObject(1, Offset, true));
376 int FI = MFI->CreateFixedObject(Flags.getByValSize(),
388 int FI = MFI->CreateFixedObject(ObjSize, VA.getLocMemOffset(), true);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 818 FPSI = MFI->CreateFixedObject(isPPC64? 8 : 4, FPOffset, true);
827 MFI->CreateFixedObject(-1 * TCSPDelta, TCSPDelta, true);
836 int FrameIdx = MFI->CreateFixedObject((uint64_t)4, (int64_t)-4, true);
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 402 FrameIdx = MFI->CreateFixedObject(RC->getSize(), 0, true);
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 523 /// CreateFixedObject - Create a new object at a fixed location on the stack.
528 int MachineFrameInfo::CreateFixedObject(uint64_t Size, int64_t SPOffset,
    [all...]
PrologEpilogInserter.cpp 265 FrameIdx = MFI->CreateFixedObject(RC->getSize(), FixedSlot->Offset, true);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 371 milliseconds