Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h371 unsigned getVarArgsGPRSize() const { return VarArgsGPRSize; } in getVarArgsGPRSize() function
H A DAArch64FrameLowering.cpp409 const unsigned VarArgsArea = AFI->getVarArgsGPRSize(); in getFixedObjectSize()
H A DAArch64ISelLowering.cpp9935 if (FuncInfo->getVarArgsGPRSize() > 0) in LowerWin64_VASTART()
9936 StackOffset = -(uint64_t)FuncInfo->getVarArgsGPRSize(); in LowerWin64_VASTART()
9942 FR = DAG.getFrameIndex(FuncInfo->getVarArgsGPRSize() > 0 in LowerWin64_VASTART()
9977 int GPRSize = FuncInfo->getVarArgsGPRSize(); in LowerAAPCS_VASTART()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1994 FrameIdx = FuncInfo->getVarArgsGPRSize() > 0 in selectVaStartDarwin()