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