Searched refs:GARsLeft (Results 1 – 1 of 1) sorted by relevance
11778 ABIArgInfo classifyArgumentType(QualType Ty, bool IsFixed, int &GARsLeft,11823 int GARsLeft = IsRetIndirect ? NumGARs - 1 : NumGARs; in computeInfo() local11830 ArgInfo.type, /*IsFixed=*/ArgNum < NumFixedArgs, GARsLeft, FARsLeft); in computeInfo()12023 int &GARsLeft, in classifyArgumentType() argument12025 assert(GARsLeft <= NumGARs && "GAR tracking underflow"); in classifyArgumentType()12031 if (GARsLeft) in classifyArgumentType()12032 GARsLeft -= 1; in classifyArgumentType()12069 if (IsCandidate && NeededGARs <= GARsLeft && NeededFARs <= FARsLeft) { in classifyArgumentType()12070 GARsLeft -= NeededGARs; in classifyArgumentType()12083 NeededGARs = 2 + (GARsLeft % 2); in classifyArgumentType()[all …]