Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h277 int getArgumentFrameIndex(const Argument *A);
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp542 int FunctionLoweringInfo::getArgumentFrameIndex(const Argument *A) { in getArgumentFrameIndex() function in FunctionLoweringInfo
H A DStatepointLowering.cpp677 int FI = Builder.FuncInfo.getArgumentFrameIndex(Arg); in lowerStatepointMetaArgs()
H A DFastISel.cpp1229 if (Arg && FuncInfo.getArgumentFrameIndex(Arg) != INT_MAX) in selectIntrinsicCall()
H A DSelectionDAGISel.cpp1316 FI = FuncInfo.getArgumentFrameIndex(Arg); in processDbgDeclares()
H A DSelectionDAGBuilder.cpp5604 int FI = FuncInfo.getArgumentFrameIndex(Arg); in EmitFuncArgumentDbgValue()
6062 FI = FuncInfo.getArgumentFrameIndex(Arg); in visitIntrinsicCall()