Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h446 unsigned getVarArgsFPRSize() const { return VarArgsFPRSize; } in getVarArgsFPRSize() function
H A DAArch64ISelLowering.cpp11838 int FPRSize = FuncInfo->getVarArgsFPRSize(); in LowerAAPCS_VASTART()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2069 const unsigned FPRSize = FuncInfo->getVarArgsFPRSize(); in selectVaStartAAPCS()