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.h440 unsigned getVarArgsGPRSize() const { return VarArgsGPRSize; } in getVarArgsGPRSize() function
H A DAArch64FrameLowering.cpp471 FixedObjectSize += AFI->getVarArgsGPRSize(); in getFixedObjectSize()
4778 AFI->getVarArgsGPRSize() + AFI->getTailCallReservedStack(); in processFunctionBeforeFrameFinalized()
H A DAArch64ISelLowering.cpp11777 if (FuncInfo->getVarArgsGPRSize() > 0) in LowerWin64_VASTART()
11778 StackOffset = -(uint64_t)FuncInfo->getVarArgsGPRSize(); in LowerWin64_VASTART()
11784 FR = DAG.getFrameIndex(FuncInfo->getVarArgsGPRSize() > 0 in LowerWin64_VASTART()
11819 int GPRSize = FuncInfo->getVarArgsGPRSize(); in LowerAAPCS_VASTART()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2065 const unsigned GPRSize = FuncInfo->getVarArgsGPRSize(); in selectVaStartAAPCS()
2117 FrameIdx = FuncInfo->getVarArgsGPRSize() > 0 in selectVaStartDarwin()