Searched refs:IsRegCall (Results 1 – 2 of 2) sorted by relevance
2255 bool IsVectorCall, bool IsRegCall) const;3582 unsigned FreeIntRegs = IsRegCall ? 11 : 6; in computeInfo()3583 unsigned FreeSSERegs = IsRegCall ? 16 : 8; in computeInfo()3625 if (IsRegCall && it->type->isStructureOrClassType()) in computeInfo()3904 bool IsRegCall) const { in classify()3932 if ((IsVectorCall || IsRegCall) && in classify()3934 if (IsRegCall) { in classify()4027 IsVectorCall, IsRegCall); in computeVectorCallArgs()4046 } else if (IsRegCall) { in computeInfo()4053 IsVectorCall, IsRegCall); in computeInfo()[all …]
1297 bool IsRegCall = FD && in mangleUnqualifiedName() local1300 if (IsRegCall) in mangleUnqualifiedName()