Searched refs:GARsLeft (Results 1 – 1 of 1) sorted by relevance
43 ABIArgInfo classifyArgumentType(QualType Ty, bool IsFixed, int &GARsLeft,88 int GARsLeft = IsRetIndirect ? NumGARs - 1 : NumGARs; in computeInfo() local95 ArgInfo.type, /*IsFixed=*/ArgNum < NumFixedArgs, GARsLeft, FARsLeft); in computeInfo()298 int &GARsLeft, in classifyArgumentType() argument300 assert(GARsLeft <= NumGARs && "GAR tracking underflow"); in classifyArgumentType()306 if (GARsLeft) in classifyArgumentType()307 GARsLeft -= 1; in classifyArgumentType()346 if (IsCandidate && NeededGARs <= GARsLeft && NeededFARs <= FARsLeft) { in classifyArgumentType()347 GARsLeft -= NeededGARs; in classifyArgumentType()360 NeededGARs = 2 + (GARsLeft % 2); in classifyArgumentType()[all …]