Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h282 void setArgumentFrameIndex(const Argument *A, int FI);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp545 void FunctionLoweringInfo::setArgumentFrameIndex(const Argument *A, in setArgumentFrameIndex() function in FunctionLoweringInfo
H A DSelectionDAGBuilder.cpp11849 FuncInfo->setArgumentFrameIndex(&Arg, FI->getIndex()); in LowerArguments()
11893 FuncInfo->setArgumentFrameIndex(&Arg, FI->getIndex()); in LowerArguments()
11912 FuncInfo->setArgumentFrameIndex(&Arg, FI->getIndex()); in LowerArguments()