Searched refs:NumArgGPRs (Results 1 – 1 of 1) sorted by relevance
10514 static const int NumArgGPRs = 8; member in __anoncdae85851d11::RISCVABIInfo10577 int ArgGPRsLeft = IsRetIndirect ? NumArgGPRs - 1 : NumArgGPRs; in computeInfo()10786 assert(ArgGPRsLeft <= NumArgGPRs && "Arg GPR tracking underflow"); in classifyArgumentType()