Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h287 int getArgumentFrameIndex(const Argument *A);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp531 int FunctionLoweringInfo::getArgumentFrameIndex(const Argument *A) { in getArgumentFrameIndex() function in FunctionLoweringInfo
H A DStatepointLowering.cpp646 int FI = Builder.FuncInfo.getArgumentFrameIndex(Arg); in lowerStatepointMetaArgs()
H A DSelectionDAGISel.cpp1440 FI = FuncInfo.getArgumentFrameIndex(Arg); in processDbgDeclare()
H A DSelectionDAGBuilder.cpp5847 int FI = FuncInfo.getArgumentFrameIndex(Arg); in EmitFuncArgumentDbgValue()