Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h274 int getArgumentFrameIndex(const Argument *A);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp532 int FunctionLoweringInfo::getArgumentFrameIndex(const Argument *A) { in getArgumentFrameIndex() function in FunctionLoweringInfo
H A DStatepointLowering.cpp666 int FI = Builder.FuncInfo.getArgumentFrameIndex(Arg); in lowerStatepointMetaArgs()
H A DFastISel.cpp1230 if (Arg && FuncInfo.getArgumentFrameIndex(Arg) != INT_MAX) in selectIntrinsicCall()
H A DSelectionDAGISel.cpp1356 FI = FuncInfo.getArgumentFrameIndex(Arg); in processDbgDeclares()
H A DSelectionDAGBuilder.cpp5603 int FI = FuncInfo.getArgumentFrameIndex(Arg); in EmitFuncArgumentDbgValue()
6051 FI = FuncInfo.getArgumentFrameIndex(Arg); in visitIntrinsicCall()