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

  /external/llvm/lib/Target/XCore/
XCoreMachineFunctionInfo.cpp 42 LRSpillSlot = MFI->CreateFixedObject(RC->getSize(), 0, true);
XCoreISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 480 /// CreateFixedObject - Create a new object at a fixed location on the stack.
485 int CreateFixedObject(uint64_t Size, int64_t SPOffset, bool Immutable);
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 292 int FrameIdx = MF.getFrameInfo()->CreateFixedObject(2, -4, true);
MSP430ISelLowering.cpp 447 FuncInfo->setVarArgsFrameIndex(MFI->CreateFixedObject(1, Offset, true));
492 int FI = MFI->CreateFixedObject(Flags.getByValSize(),
504 int FI = MFI->CreateFixedObject(ObjSize, VA.getLocMemOffset(), true);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp     [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 366 int FrameIdx = MF.getFrameInfo()->CreateFixedObject(4, 64, true);
388 CreateFixedObject(4, StackOffset+NextVA.getLocMemOffset(),true);
426 int FI = MF.getFrameInfo()->CreateFixedObject(8,
437 int FI = MF.getFrameInfo()->CreateFixedObject(4,
444 int FI2 = MF.getFrameInfo()->CreateFixedObject(4,
460 int FI = MF.getFrameInfo()->CreateFixedObject(4,
520 int FrameIdx = MF.getFrameInfo()->CreateFixedObject(4, ArgOffset,
609 int FI = MF.getFrameInfo()->CreateFixedObject(ValSize, Offset, true);
639 int FI = MF.getFrameInfo()->CreateFixedObject(8, ArgOffset + ArgArea, true);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 558 /// CreateFixedObject - Create a new object at a fixed location on the stack.
563 int MachineFrameInfo::CreateFixedObject(uint64_t Size, int64_t SPOffset,
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 723 int FI = MFI->CreateFixedObject(LocVT.getSizeInBits() / 8,
751 FuncInfo->setVarArgsFrameIndex(MFI->CreateFixedObject(1, StackSize, true));
756 unsigned RegSaveIndex = MFI->CreateFixedObject(1, RegSaveOffset, true);
765 int FI = MFI->CreateFixedObject(8, RegSaveOffset + Offset, true);
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 246 milliseconds