Home | History | Annotate | Download | only in compiler

Lines Matching refs:PrintF

22   PrintF("  Node* nil = graph.NewNode(common_builder.Dead());\n");
29 PrintF(" Node* n%d = graph.NewNode(op", node->id());
31 PrintF(", nil");
33 PrintF("); USE(n%d);\n", node->id());
39 PrintF(" n%d->ReplaceInput(%d, n%d);\n", from->id(), index, to->id());
50 PrintF(" op = %s.%s(", builder, mnemonic);
54 PrintF("0");
57 PrintF("unique_name");
60 PrintF("unique_constant");
63 PrintF("%d", op->InputCount());
66 PrintF("%d", OperatorProperties::GetEffectInputCount(op));
70 PrintF("%d", OperatorProperties::GetControlInputCount(op));
75 PrintF(");\n");