Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h274 void setArgumentFrameIndex(const Argument *A, int FI);
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp527 void FunctionLoweringInfo::setArgumentFrameIndex(const Argument *A, in setArgumentFrameIndex() function in FunctionLoweringInfo
DSelectionDAGBuilder.cpp10777 FuncInfo->setArgumentFrameIndex(&Arg, FI->getIndex()); in LowerArguments()
10812 FuncInfo->setArgumentFrameIndex(&Arg, FI->getIndex()); in LowerArguments()
10831 FuncInfo->setArgumentFrameIndex(&Arg, FI->getIndex()); in LowerArguments()