Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h407 int getVarArgsGPRIndex() const { return VarArgsGPRIndex; } in getVarArgsGPRIndex() function
H A DAArch64ISelLowering.cpp10956 ? FuncInfo->getVarArgsGPRIndex() in LowerWin64_VASTART()
10997 GRTop = DAG.getFrameIndex(FuncInfo->getVarArgsGPRIndex(), PtrVT); in LowerAAPCS_VASTART()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2011 ? FuncInfo->getVarArgsGPRIndex() in selectVaStartDarwin()