Searched refs:NumArgGPRs (Results 1 – 4 of 4) sorted by relevance
19 const unsigned NumArgGPRs = 5; variable20 extern const MCPhysReg ArgGPRs[NumArgGPRs];
15 const MCPhysReg SystemZ::ArgGPRs[SystemZ::NumArgGPRs] = {
81 for (unsigned I = MFI->getVarArgsFirstGPR(); I < SystemZ::NumArgGPRs; ++I) in determineCalleeSaves()170 if (FirstGPR < SystemZ::NumArgGPRs) { in spillCalleeSavedRegisters()203 for (unsigned I = ZFI->getVarArgsFirstGPR(); I < SystemZ::NumArgGPRs; ++I) in spillCalleeSavedRegisters()
9064 static const int NumArgGPRs = 8; member in __anon2eb210401911::RISCVABIInfo9102 int ArgGPRsLeft = IsRetIndirect ? NumArgGPRs - 1 : NumArgGPRs; in computeInfo()9115 assert(ArgGPRsLeft <= NumArgGPRs && "Arg GPR tracking underflow"); in classifyArgumentType()