Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h443 int getVarArgsFPRIndex() const { return VarArgsFPRIndex; } in getVarArgsFPRIndex() function
H A DAArch64ISelLowering.cpp11844 VRTop = DAG.getFrameIndex(FuncInfo->getVarArgsFPRIndex(), PtrVT); in LowerAAPCS_VASTART()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2070 PushAddress(FuncInfo->getVarArgsFPRIndex(), FPRSize); in selectVaStartAAPCS()