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

  /external/llvm/lib/Target/XCore/
XCoreMachineFunctionInfo.cpp 44 LRSpillSlot = MFI->CreateStackObject(RC->getSize(), RC->getAlignment(), true);
56 FPSpillSlot = MFI->CreateStackObject(RC->getSize(), RC->getAlignment(), true);
67 EHSpillSlot[0] = MFI->CreateStackObject(RC->getSize(), RC->getAlignment(), true);
68 EHSpillSlot[1] = MFI->CreateStackObject(RC->getSize(), RC->getAlignment(), true);
XCoreFrameLowering.cpp 584 RS->addScavengingFrameIndex(MFI->CreateStackObject(RC->getSize(),
588 RS->addScavengingFrameIndex(MFI->CreateStackObject(RC->getSize(),
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsMachineFunction.cpp 73 EhDataRegFI[I] = MF.getFrameInfo()->CreateStackObject(RC->getSize(),
86 ISRDataRegFI[I] = MF.getFrameInfo()->CreateStackObject(
108 MoveF64ViaSpillFI = MF.getFrameInfo()->CreateStackObject(
MipsSEFrameLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 280 RS->addScavengingFrameIndex(MFFrame->CreateStackObject(8, 8, false));
281 RS->addScavengingFrameIndex(MFFrame->CreateStackObject(8, 8, false));
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 567 int CreateStackObject(uint64_t Size, unsigned Alignment, bool isSS,
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 537 int MachineFrameInfo::CreateStackObject(uint64_t Size, unsigned Alignment,
556 CreateStackObject(Size, Alignment, true);
    [all...]
PrologEpilogInserter.cpp 353 FrameIdx = MFI->CreateStackObject(RC->getSize(), Align, true);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 125 MF->getFrameInfo()->CreateStackObject(TySize, Align, false, AI);
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp     [all...]
PPCFastISel.cpp     [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 487 ObjectIdx = MFI.CreateStackObject(
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp     [all...]
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyPEI.cpp 369 FrameIdx = MFI->CreateStackObject(RC->getSize(), Align, true);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 776 int FI = MFI->CreateStackObject(Size, Align, false);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]

Completed in 333 milliseconds