Searched refs:ArgGPRsLeft (Results 1 – 1 of 1) sorted by relevance
9075 int &ArgGPRsLeft) const;9102 int ArgGPRsLeft = IsRetIndirect ? NumArgGPRs - 1 : NumArgGPRs; in computeInfo() local9115 assert(ArgGPRsLeft <= NumArgGPRs && "Arg GPR tracking underflow"); in classifyArgumentType()9121 if (ArgGPRsLeft) in classifyArgumentType()9122 ArgGPRsLeft -= 1; in classifyArgumentType()9139 NeededArgGPRs = 2 + (ArgGPRsLeft % 2); in classifyArgumentType()9143 if (NeededArgGPRs > ArgGPRsLeft) { in classifyArgumentType()9145 NeededArgGPRs = ArgGPRsLeft; in classifyArgumentType()9148 ArgGPRsLeft -= NeededArgGPRs; in classifyArgumentType()9189 int ArgGPRsLeft = 2; in classifyReturnType() local[all …]