Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h288 int getArgumentFrameIndex(const Argument *A);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h311 int getArgumentFrameIndex(const Argument *A);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp510 int FunctionLoweringInfo::getArgumentFrameIndex(const Argument *A) { in getArgumentFrameIndex() function in FunctionLoweringInfo
DFastISel.cpp1347 if (Arg && FuncInfo.getArgumentFrameIndex(Arg) != INT_MAX) in selectIntrinsicCall()
DSelectionDAGISel.cpp1282 FI = FuncInfo->getArgumentFrameIndex(Arg); in processDbgDeclares()
DSelectionDAGBuilder.cpp4917 int FI = FuncInfo.getArgumentFrameIndex(Arg); in EmitFuncArgumentDbgValue()
5207 FI = FuncInfo.getArgumentFrameIndex(Arg); in visitIntrinsicCall()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp524 int FunctionLoweringInfo::getArgumentFrameIndex(const Argument *A) { in getArgumentFrameIndex() function in FunctionLoweringInfo
DFastISel.cpp1126 Offset = FuncInfo.getArgumentFrameIndex(Arg); in selectIntrinsicCall()
DSelectionDAGBuilder.cpp4689 if (int FI = FuncInfo.getArgumentFrameIndex(Arg)) in EmitFuncArgumentDbgValue()