Home
last modified time | relevance | path

Searched refs:FPRSize (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2069 const unsigned FPRSize = FuncInfo->getVarArgsFPRSize(); in selectVaStartAAPCS() local
2070 PushAddress(FuncInfo->getVarArgsFPRIndex(), FPRSize); in selectVaStartAAPCS()
2099 PushIntConstant(-static_cast<int32_t>(FPRSize)); in selectVaStartAAPCS()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11838 int FPRSize = FuncInfo->getVarArgsFPRSize(); in LowerAAPCS_VASTART() local
11839 if (FPRSize > 0) { in LowerAAPCS_VASTART()
11846 DAG.getSignedConstant(FPRSize, DL, PtrVT)); in LowerAAPCS_VASTART()
11867 DAG.getStore(Chain, DL, DAG.getSignedConstant(-FPRSize, DL, MVT::i32), in LowerAAPCS_VASTART()