Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h279 int getArgumentFrameIndex(const Argument *A);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp548 int FunctionLoweringInfo::getArgumentFrameIndex(const Argument *A) { in getArgumentFrameIndex() function in FunctionLoweringInfo
H A DStatepointLowering.cpp649 int FI = Builder.FuncInfo.getArgumentFrameIndex(Arg); in lowerStatepointMetaArgs()
H A DSelectionDAGISel.cpp1554 FI = FuncInfo.getArgumentFrameIndex(Arg); in processDbgDeclare()
H A DSelectionDAGBuilder.cpp6088 int FI = FuncInfo.getArgumentFrameIndex(Arg); in EmitFuncArgumentDbgValue()