Home
last modified time | relevance | path

Searched refs:setArgumentFrameIndex (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h274 void setArgumentFrameIndex(const Argument *A, int FI);
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp534 void FunctionLoweringInfo::setArgumentFrameIndex(const Argument *A, in setArgumentFrameIndex() function in FunctionLoweringInfo
H A DSelectionDAGBuilder.cpp10528 FuncInfo->setArgumentFrameIndex(&Arg, FI->getIndex()); in LowerArguments()
10563 FuncInfo->setArgumentFrameIndex(&Arg, FI->getIndex()); in LowerArguments()
10582 FuncInfo->setArgumentFrameIndex(&Arg, FI->getIndex()); in LowerArguments()