Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDFunctionLoweringInfo.h279 int getArgumentFrameIndex(const Argument *A);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDFunctionLoweringInfo.cpp548 int FunctionLoweringInfo::getArgumentFrameIndex(const Argument *A) { in getArgumentFrameIndex() function in FunctionLoweringInfo
HDStatepointLowering.cpp649 int FI = Builder.FuncInfo.getArgumentFrameIndex(Arg); in lowerStatepointMetaArgs()
HDSelectionDAGISel.cpp1554 FI = FuncInfo.getArgumentFrameIndex(Arg); in processDbgDeclare()
HDSelectionDAGBuilder.cpp6088 int FI = FuncInfo.getArgumentFrameIndex(Arg); in EmitFuncArgumentDbgValue()