Searched refs:ArgGPRsLeft (Results 1 – 1 of 1) sorted by relevance
11144 if (ArgGPRsLeft) in classifyArgumentType()11145 ArgGPRsLeft -= 1; in classifyArgumentType()11185 ArgGPRsLeft -= NeededArgGPRs; in classifyArgumentType()11199 NeededArgGPRs = 2 + (ArgGPRsLeft % 2); in classifyArgumentType()11203 if (NeededArgGPRs > ArgGPRsLeft) { in classifyArgumentType()11205 NeededArgGPRs = ArgGPRsLeft; in classifyArgumentType()11208 ArgGPRsLeft -= NeededArgGPRs; in classifyArgumentType()11258 int ArgGPRsLeft = 2; in classifyReturnType() local11451 if (ArgGPRsLeft) in classifyArgumentType()11452 ArgGPRsLeft -= 1; in classifyArgumentType()[all …]