HomeSort by relevance Sort by last modified time
    Searched refs:FOS (Results 1 - 11 of 11) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
ResourcePressureView.cpp 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)
    [all...]
TimelineView.cpp 109 formatted_raw_ostream FOS(TempStream);
111 FOS << "\n\nAverage Wait times (based on the timeline view):\n"
116 FOS << " [0] [1] [2] [3]\n";
123 printWaitTimeEntry(FOS, WaitTime[I], I);
133 FOS << " " << Str << '\n';
134 FOS.flush();
207 formatted_raw_ostream FOS(StringStream);
209 printTimelineHeader(FOS, LastCycle);
210 FOS.flush();
225 printTimelineViewEntry(FOS, Entry, Iteration, SourceIndex)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
InstrInfoEmitter.cpp 361 formatted_raw_ostream FOS(OS);
363 FOS << "#ifdef GET_GENINSTRINFO_MC_DECL\n";
364 FOS << "#undef GET_GENINSTRINFO_MC_DECL\n\n";
366 FOS << "namespace llvm {\n";
367 FOS << "class MCInst;\n\n";
369 FOS << "namespace " << TargetName << "_MC {\n\n";
372 FOS << "bool " << Rec->getValueAsString("FunctionName")
376 FOS << "\n} // end " << TargetName << "_MC namespace\n";
377 FOS << "} // end llvm namespace\n\n";
379 FOS << "#endif // GET_GENINSTRINFO_MC_DECL\n\n"
    [all...]
SubtargetEmitter.cpp     [all...]
  /external/clang/lib/Index/
CodegenNameGenerator.cpp 148 llvm::raw_string_ostream FOS(FrontendBuf);
151 MC->mangleCXXCtor(CD, static_cast<CXXCtorType>(StructorType), FOS);
153 MC->mangleCXXDtor(DD, static_cast<CXXDtorType>(StructorType), FOS);
158 llvm::Mangler::getNameWithPrefix(BOS, FOS.str(), DL);
165 llvm::raw_string_ostream FOS(FrontendBuf);
167 MC->mangleThunk(MD, T, FOS);
172 llvm::Mangler::getNameWithPrefix(BOS, FOS.str(), DL);
  /external/swiftshader/third_party/LLVM/tools/llvm-mc/
llvm-mc.cpp 392 formatted_raw_ostream FOS(Out->os());
409 Str.reset(TheTarget->createAsmStreamer(Ctx, FOS, /*asmverbose*/true,
420 FOS, CE, RelaxAll,
  /external/swiftshader/third_party/LLVM/tools/llc/
llc.cpp 362 formatted_raw_ostream FOS(Out->os());
365 if (Target.addPassesToEmitFile(PM, FOS, FileType, OLvl, NoVerify)) {
  /external/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 193 formatted_raw_ostream FOS(OS);
195 CurrentIdx+VBRSize, FOS);
341 formatted_raw_ostream FOS(OS);
343 FOS);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherEmitter.cpp 175 formatted_raw_ostream FOS(OS);
177 CurrentIdx+VBRSize, FOS);
310 formatted_raw_ostream FOS(OS);
312 FOS);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/
llvm-nm.cpp     [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 413 auto FOS = FO->getSExtValue();
414 if (!llvm::isValidAtomicOrderingCABI(FOS))
417 switch ((llvm::AtomicOrderingCABI)FOS) {
    [all...]

Completed in 669 milliseconds