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

  /external/llvm/lib/Target/CellSPU/
SPUMachineFunction.h 41 int getVarArgsFrameIndex() const { return VarArgsFrameIndex; }
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreMachineFunctionInfo.h 52 int getVarArgsFrameIndex() const { return VarArgsFrameIndex; }
XCoreISelLowering.cpp 776 SDValue Addr = DAG.getFrameIndex(XFI->getVarArgsFrameIndex(), MVT::i32);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsMachineFunction.h 98 int getVarArgsFrameIndex() const { return VarArgsFrameIndex; }
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.h 116 int getVarArgsFrameIndex() const { return VarArgsFrameIndex; }
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86MachineFunctionInfo.h 117 int getVarArgsFrameIndex() const { return VarArgsFrameIndex; }
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeMachineFunction.h 164 int getVarArgsFrameIndex() const { return VarArgsFrameIndex; }
MBlazeISelLowering.cpp 638 SDValue FI = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(),
    [all...]
  /external/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.h 229 int getVarArgsFrameIndex() const { return VarArgsFrameIndex; }
ARMISelLowering.cpp     [all...]

Completed in 161 milliseconds