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

  /external/llvm/lib/Target/Mips/
MipsMachineFunction.h 86 DynAllocFI = MF.getFrameInfo()->CreateFixedObject(4, 0, true);
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeFrameLowering.cpp 53 int NFI = MFI->CreateFixedObject(4, FRI->second, true);
440 MFI->CreateFixedObject(4,0,true);
445 MFI->CreateFixedObject(4,4,true);
MBlazeISelLowering.cpp 755 int FI = MFI->CreateFixedObject(ArgSize, StackLoc, true);
770 MFI->CreateFixedObject(28,0,true);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 441 /// CreateFixedObject - Create a new object at a fixed location on the stack.
446 int CreateFixedObject(uint64_t Size, int64_t SPOffset, bool Immutable);
  /external/llvm/lib/Target/MSP430/
MSP430RegisterInfo.cpp 229 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 174 int FrameIdx = MF.getFrameInfo()->CreateFixedObject(4, 64, true);
196 CreateFixedObject(4, StackOffset+NextVA.getLocMemOffset(),true);
234 int FI = MF.getFrameInfo()->CreateFixedObject(8,
245 int FI = MF.getFrameInfo()->CreateFixedObject(4,
252 int FI2 = MF.getFrameInfo()->CreateFixedObject(4,
268 int FI = MF.getFrameInfo()->CreateFixedObject(4,
328 int FrameIdx = MF.getFrameInfo()->CreateFixedObject(4, ArgOffset,
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 354 FrameIdx = MFI->CreateFixedObject(RC->getSize(), 0, true);
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp 434 int FI = MFI->CreateFixedObject(8, 8 * (ArgNo - 6), true);
453 int FI = MFI->CreateFixedObject(8, -8 * (6 - i), true);
462 FI = MFI->CreateFixedObject(8, - 8 * (12 - i), true);
    [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 433 /// CreateFixedObject - Create a new object at a fixed location on the stack.
438 int MachineFrameInfo::CreateFixedObject(uint64_t Size, int64_t SPOffset,
PrologEpilogInserter.cpp 282 FrameIdx = MFI->CreateFixedObject(RC->getSize(), FixedSlot->Offset, true);
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
PPCFrameLowering.cpp 756 FPSI = MFI->CreateFixedObject(isPPC64? 8 : 4, FPOffset, true);
764 MFI->CreateFixedObject(-1 * TCSPDelta, TCSPDelta, true);
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.cpp 212 int FI = MFI->CreateFixedObject(ObjSize, VA.getLocMemOffset(), true);
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 339 int FI = MFI->CreateFixedObject(LocVT.getSizeInBits()/8,
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 273 milliseconds