reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3627 if (FreeIntRegs >= NeededInt && FreeSSERegs >= NeededSSE) { 3628 FreeIntRegs -= NeededInt; 3647 --FreeIntRegs; 3651 ++FreeIntRegs; 3664 it->info = classifyArgumentType(it->type, FreeIntRegs, NeededInt, 3671 if (FreeIntRegs >= NeededInt && FreeSSERegs >= NeededSSE) { 3672 FreeIntRegs -= NeededInt; 3675 it->info = getIndirectResult(it->type, FreeIntRegs);