Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DFunctionLoweringInfo.h207 int getArgumentFrameIndex(const Argument *A);
/external/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h288 int getArgumentFrameIndex(const Argument *A);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp365 int FunctionLoweringInfo::getArgumentFrameIndex(const Argument *A) { in getArgumentFrameIndex() function in FunctionLoweringInfo
DFastISel.cpp535 Offset = FuncInfo.getArgumentFrameIndex(Arg); in SelectCall()
DSelectionDAGBuilder.cpp4399 Offset = FuncInfo.getArgumentFrameIndex(Arg); in EmitFuncArgumentDbgValue()
/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()