Home
last modified time | relevance | path

Searched refs:getArgumentFrameIndex (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h236 int getArgumentFrameIndex(const Argument *A);
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp506 int FunctionLoweringInfo::getArgumentFrameIndex(const Argument *A) { in getArgumentFrameIndex() function in FunctionLoweringInfo
DFastISel.cpp1124 Offset = FuncInfo.getArgumentFrameIndex(Arg); in selectIntrinsicCall()
DSelectionDAGBuilder.cpp4268 if (int FI = FuncInfo.getArgumentFrameIndex(Arg)) in EmitFuncArgumentDbgValue()