Home | History | Annotate | Download | only in llvm-mca

Lines Matching refs:FOS

98   formatted_raw_ostream FOS(TempStream);
100 FOS << "\n\nResources:\n";
111 FOS << '[' << ResourceIndex;
113 FOS << '.' << J;
114 FOS << ']';
115 FOS.PadToColumn(6);
116 FOS << "- " << ProcResource.Name << '\n';
122 FOS << "\n\nResource pressure per iteration:\n";
123 FOS.flush();
124 printColumnNames(FOS, SM);
125 FOS << '\n';
126 FOS.flush();
130 printResourcePressure(FOS, Usage / Executions, (I + 1) * 7);
133 FOS.flush();
141 formatted_raw_ostream FOS(TempStream);
143 FOS << "\n\nResource pressure by instruction:\n";
144 printColumnNames(FOS, STI.getSchedModel());
145 FOS << "Instructions:\n";
153 printResourcePressure(FOS, Usage / Executions, (J + 1) * 7);
163 FOS << Str << '\n';
166 FOS.flush();