Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h145 int getVarArgsGPRIndex() const { return VarArgsGPRIndex; } in getVarArgsGPRIndex() function
DAArch64ISelLowering.cpp4249 GRTop = DAG.getFrameIndex(FuncInfo->getVarArgsGPRIndex(), PtrVT); in LowerAAPCS_VASTART()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h255 int getVarArgsGPRIndex() const { return VarArgsGPRIndex; } in getVarArgsGPRIndex() function
DAArch64ISelLowering.cpp5619 ? FuncInfo->getVarArgsGPRIndex() in LowerWin64_VASTART()
5654 GRTop = DAG.getFrameIndex(FuncInfo->getVarArgsGPRIndex(), PtrVT); in LowerAAPCS_VASTART()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h284 int getVarArgsGPRIndex() const { return VarArgsGPRIndex; } in getVarArgsGPRIndex() function
DAArch64ISelLowering.cpp6877 ? FuncInfo->getVarArgsGPRIndex() in LowerWin64_VASTART()
6912 GRTop = DAG.getFrameIndex(FuncInfo->getVarArgsGPRIndex(), PtrVT); in LowerAAPCS_VASTART()