Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h335 unsigned getVarArgsGPRSize() const { return VarArgsGPRSize; } in getVarArgsGPRSize() function
H A DAArch64FrameLowering.cpp391 const unsigned VarArgsArea = AFI->getVarArgsGPRSize(); in getFixedObjectSize()
H A DAArch64ISelLowering.cpp8477 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsGPRSize() > 0 in LowerWin64_VASTART()
8511 int GPRSize = FuncInfo->getVarArgsGPRSize(); in LowerAAPCS_VASTART()