Searched refs:ArgGPRsLeft (Results 1 – 1 of 1) sorted by relevance
10577 int ArgGPRsLeft = IsRetIndirect ? NumArgGPRs - 1 : NumArgGPRs; in computeInfo() local10784 int &ArgGPRsLeft, in classifyArgumentType() argument10792 if (ArgGPRsLeft) in classifyArgumentType()10793 ArgGPRsLeft -= 1; in classifyArgumentType()10831 if (IsCandidate && NeededArgGPRs <= ArgGPRsLeft && in classifyArgumentType()10833 ArgGPRsLeft -= NeededArgGPRs; in classifyArgumentType()10847 NeededArgGPRs = 2 + (ArgGPRsLeft % 2); in classifyArgumentType()10851 if (NeededArgGPRs > ArgGPRsLeft) { in classifyArgumentType()10853 NeededArgGPRs = ArgGPRsLeft; in classifyArgumentType()10856 ArgGPRsLeft -= NeededArgGPRs; in classifyArgumentType()[all …]