Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h410 unsigned getVarArgsGPRSize() const { return VarArgsGPRSize; } in getVarArgsGPRSize() function
H A DAArch64FrameLowering.cpp436 const unsigned VarArgsArea = AFI->getVarArgsGPRSize(); in getFixedObjectSize()
H A DAArch64ISelLowering.cpp10948 if (FuncInfo->getVarArgsGPRSize() > 0) in LowerWin64_VASTART()
10949 StackOffset = -(uint64_t)FuncInfo->getVarArgsGPRSize(); in LowerWin64_VASTART()
10955 FR = DAG.getFrameIndex(FuncInfo->getVarArgsGPRSize() > 0 in LowerWin64_VASTART()
10990 int GPRSize = FuncInfo->getVarArgsGPRSize(); in LowerAAPCS_VASTART()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2010 FrameIdx = FuncInfo->getVarArgsGPRSize() > 0 in selectVaStartDarwin()