Home
last modified time | relevance | path

Searched defs:OS (Results 1 – 25 of 1048) sorted by relevance

12345678910>>...42

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DPredicateExpander.cpp19 void PredicateExpander::expandTrue(raw_ostream &OS) { OS << "true"; } in expandTrue()
142 void PredicateExpander::expandCheckOpcode(raw_ostream &OS, in expandCheckOpcode()
172 void PredicateExpander::expandCheckPseudo(raw_ostream &OS, in expandCheckPseudo()
209 void PredicateExpander::expandTIIFunctionCall(raw_ostream &OS, in expandTIIFunctionCall()
250 void PredicateExpander::expandCheckNonPortable(raw_ostream &OS, in expandCheckNonPortable()
258 void PredicateExpander::expandReturnStatement(raw_ostream &OS, in expandReturnStatement()
269 void PredicateExpander::expandOpcodeSwitchCase(raw_ostream &OS, in expandOpcodeSwitchCase()
436 void STIPredicateExpander::expandHeader(raw_ostream &OS, in expandHeader()
463 void STIPredicateExpander::expandPrologue(raw_ostream &OS, in expandPrologue()
529 void STIPredicateExpander::expandBody(raw_ostream &OS, in expandBody()
[all …]
H A DDAGISelMatcher.cpp24 void Matcher::print(raw_ostream &OS, unsigned indent) const { in print()
118 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
165 printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
211 void CheckChildIntegerMatcher::printImpl(raw_ostream &OS, in printImpl()
220 void CheckChild2CondCodeMatcher::printImpl(raw_ostream &OS, in printImpl()
241 void CheckFoldableChainNodeMatcher::printImpl(raw_ostream &OS, in printImpl()
246 void CheckImmAllOnesVMatcher::printImpl(raw_ostream &OS, in printImpl()
251 void CheckImmAllZerosVMatcher::printImpl(raw_ostream &OS, in printImpl()
262 printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
277 printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
[all …]
H A DGlobalISelMatchTableExecutorEmitter.cpp16 raw_ostream &OS, ArrayRef<RuleMatcher> Rules) { in emitSubtargetFeatureBitsetImpl()
108 raw_ostream &OS, ArrayRef<Record *> ComplexOperandMatchers) { in emitComplexPredicates()
129 raw_ostream &OS, ArrayRef<StringRef> CustomOperandRenderers) { in emitCustomOperandRenderers()
146 raw_ostream &OS, ArrayRef<LLTCodeGen> TypeObjects) { in emitTypeObjects()
166 raw_ostream &OS, const MatchTable &Table) { in emitMatchTable()
178 raw_ostream &OS, const MatchTable &Table, ArrayRef<LLTCodeGen> TypeObjects, in emitExecutorImpl()
200 raw_ostream &OS, StringRef IfDefName) { in emitPredicateBitset()
210 raw_ostream &OS, StringRef IfDefName) { in emitTemporariesDecl()
247 raw_ostream &OS, unsigned MaxTemporaries, StringRef IfDefName) { in emitTemporariesInit()
258 raw_ostream &OS, StringRef IfDefName) { in emitPredicatesDecl()
[all …]
H A DDirectiveEmitter.cpp38 raw_ostream &OS; member in __anon8b0af4bc0111::IfDefScope
76 raw_ostream &OS, in GenerateEnumClauseVal()
310 raw_ostream &OS) { in GenerateGetKindClauseVal()
386 raw_ostream &OS) { in GenerateIsAllowedClause()
499 raw_ostream &OS) { in GenerateDirectiveClauseMap()
575 raw_ostream &OS) { in GenerateFlangClauseDump()
590 raw_ostream &OS) { in GenerateFlangClauseUnparse()
685 raw_ostream &OS) { in GenerateFlangClausesParser()
764 raw_ostream &OS) { in EmitDirectivesFlangImpl()
786 raw_ostream &OS) { in GenerateClauseClassMacro()
[all …]
H A DMacroFusionPredicatorEmitter.cpp81 std::vector<Record *> Fusions, PredicateExpander &PE, raw_ostream &OS) { in emitMacroFusionDecl()
98 std::vector<Record *> Fusions, PredicateExpander &PE, raw_ostream &OS) { in emitMacroFusionImpl()
125 std::vector<Record *> &Predicates, PredicateExpander &PE, raw_ostream &OS) { in emitPredicates()
142 raw_ostream &OS) { in emitFirstPredicate()
174 raw_ostream &OS) { in emitSecondPredicate()
194 raw_ostream &OS) { in emitBothPredicate()
217 void MacroFusionPredicatorEmitter::run(raw_ostream &OS) { in run()
H A DIntrinsicEmitter.cpp72 void IntrinsicEmitter::run(raw_ostream &OS, bool Enums) { in run()
111 raw_ostream &OS) { in EmitEnumInfo()
171 void IntrinsicEmitter::EmitArgKind(raw_ostream &OS) { in EmitArgKind()
185 void IntrinsicEmitter::EmitIITInfo(raw_ostream &OS) { in EmitIITInfo()
207 raw_ostream &OS) { in EmitTargetInfo()
224 const CodeGenIntrinsicTable &Ints, raw_ostream &OS) { in EmitIntrinsicToNameTable()
234 const CodeGenIntrinsicTable &Ints, raw_ostream &OS) { in EmitIntrinsicToOverloadTable()
264 static void printIITEntry(raw_ostream &OS, unsigned char X) { in printIITEntry()
269 raw_ostream &OS) { in EmitGenerator()
421 raw_ostream &OS) { in EmitAttributes()
[all …]
H A DSubtargetEmitter.cpp153 void SubtargetEmitter::Enumeration(raw_ostream &OS, in Enumeration()
299 SubtargetEmitter::CPUKeyValues(raw_ostream &OS, in CPUKeyValues()
426 EmitStageAndOperandCycleData(raw_ostream &OS, in EmitStageAndOperandCycleData()
603 EmitItineraries(raw_ostream &OS, in EmitItineraries()
669 const CodeGenProcModel &ProcModel, raw_ostream &OS) { in EmitProcessorResourceSubUnits()
692 raw_ostream &OS) { in EmitRetireControlUnitInfo()
1499 void SubtargetEmitter::EmitSchedModel(raw_ostream &OS) { in EmitSchedModel()
1552 raw_ostream &OS) { in emitPredicates()
1605 static void emitSchedModelHelperEpilogue(raw_ostream &OS, in emitSchedModelHelperEpilogue()
1659 raw_ostream &OS, bool OnlyExpandMCInstPredicates) { in emitSchedModelHelpersImpl()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp174 void TypePrinter::spaceBeforePlaceHolder(raw_ostream &OS) { in spaceBeforePlaceHolder()
364 void TypePrinter::printAfter(QualType t, raw_ostream &OS) { in printAfter()
718 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorBefore()
795 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorAfter()
800 raw_ostream &OS) { in printExtVectorBefore()
825 const DependentSizedMatrixType *T, raw_ostream &OS) { in printDependentSizedMatrixBefore()
839 const DependentSizedMatrixType *T, raw_ostream &OS) { in printDependentSizedMatrixAfter()
992 raw_ostream &OS) { in printFunctionAfter()
2274 void clang::printTemplateArgumentList(raw_ostream &OS, in printTemplateArgumentList()
2281 void clang::printTemplateArgumentList(raw_ostream &OS, in printTemplateArgumentList()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp23 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<()
43 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<()
71 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<()
119 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<()
188 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<()
202 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<()
213 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_Lang &Lang) { in operator <<()
291 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<()
311 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<()
340 raw_ostream &llvm::pdb::dumpPDBSourceCompression(raw_ostream &OS, in dumpPDBSourceCompression()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp78 Error MachOWriter::writeMachO(raw_ostream &OS) { in writeMachO()
90 void MachOWriter::writeHeader(raw_ostream &OS) { in writeHeader()
232 void ZeroFillBytes(raw_ostream &OS, size_t Size) { in ZeroFillBytes()
248 void MachOWriter::writeLoadCommands(raw_ostream &OS) { in writeLoadCommands()
297 Error MachOWriter::writeSectionData(raw_ostream &OS) { in writeSectionData()
404 void MachOWriter::writeRelocations(raw_ostream &OS) { in writeRelocations()
446 void MachOWriter::dumpExportEntry(raw_ostream &OS, in dumpExportEntry()
471 void MachOWriter::writeExportTrie(raw_ostream &OS) { in writeExportTrie()
583 void MachOWriter::writeNameList(raw_ostream &OS) { in writeNameList()
616 void MachOWriter::writeDataInCode(raw_ostream &OS) { in writeDataInCode()
[all …]
H A DWasmEmitter.cpp72 raw_ostream &OS; member in __anoned9f3d830111::SubSectionWriter
105 static int writeUint8(raw_ostream &OS, uint8_t Value) { in writeUint8()
131 void WasmWriter::writeInitExpr(raw_ostream &OS, in writeInitExpr()
162 void WasmWriter::writeSectionContent(raw_ostream &OS, in writeSectionContent()
185 void WasmWriter::writeSectionContent(raw_ostream &OS, in writeSectionContent()
270 void WasmWriter::writeSectionContent(raw_ostream &OS, in writeSectionContent()
314 void WasmWriter::writeSectionContent(raw_ostream &OS, in writeSectionContent()
336 void WasmWriter::writeSectionContent(raw_ostream &OS, in writeSectionContent()
346 void WasmWriter::writeSectionContent(raw_ostream &OS, in writeSectionContent()
364 void WasmWriter::writeSectionContent(raw_ostream &OS, in writeSectionContent()
[all …]
H A DDWARFEmitter.cpp66 static void ZeroFillBytes(raw_ostream &OS, size_t Size) { in ZeroFillBytes()
72 const uint64_t Length, raw_ostream &OS, in writeInitialLength()
83 raw_ostream &OS, bool IsLittleEndian) { in writeDWARFOffset()
105 raw_string_ostream OS(AbbrevTableBuffer); in getAbbrevTableContentByIndex() local
243 Error DWARFYAML::emitDebugPubnames(raw_ostream &OS, const Data &DI) { in emitDebugPubnames()
485 raw_ostream &OS) { in writeExtendedOpcode()
631 Error DWARFYAML::emitDebugAddr(raw_ostream &OS, const Data &DI) { in emitDebugAddr()
720 writeDWARFExpression(raw_ostream &OS, in writeDWARFExpression()
752 static Expected<uint64_t> writeListEntry(raw_ostream &OS, in writeListEntry()
813 static Expected<uint64_t> writeListEntry(raw_ostream &OS, in writeListEntry()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp118 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, in operator <<()
141 raw_ostream &operator<<(raw_ostream &OS, const SymbolStringPtr &Sym) { in operator <<()
145 raw_ostream &operator<<(raw_ostream &OS, const SymbolNameSet &Symbols) { in operator <<()
157 raw_ostream &operator<<(raw_ostream &OS, const JITSymbolFlags &Flags) { in operator <<()
192 raw_ostream &operator<<(raw_ostream &OS, const SymbolMap &Symbols) { in operator <<()
197 raw_ostream &operator<<(raw_ostream &OS, in operator <<()
214 raw_ostream &operator<<(raw_ostream &OS, const LookupKind &K) { in operator <<()
224 raw_ostream &operator<<(raw_ostream &OS, in operator <<()
245 raw_ostream &operator<<(raw_ostream &OS, in operator <<()
255 raw_ostream &operator<<(raw_ostream &OS, in operator <<()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DDetailedRecordsBackend.cpp59 void DetailedRecordsEmitter::run(raw_ostream &OS) { in run()
67 void DetailedRecordsEmitter::printReportHeading(raw_ostream &OS) { in printReportHeading()
72 void DetailedRecordsEmitter::printVariables(raw_ostream &OS) { in printVariables()
84 void DetailedRecordsEmitter::printClasses(raw_ostream &OS) { in printClasses()
100 void DetailedRecordsEmitter::printRecords(raw_ostream &OS) { in printRecords()
118 raw_ostream &OS) { in printSectionHeading()
124 void DetailedRecordsEmitter::printDefms(Record *Rec, raw_ostream &OS) { in printDefms()
138 raw_ostream &OS) { in printTemplateArgs()
158 void DetailedRecordsEmitter::printSuperclasses(Record *Rec, raw_ostream &OS) { in printSuperclasses()
177 void DetailedRecordsEmitter::printFields(Record *Rec, raw_ostream &OS) { in printFields()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiInstPrinter.cpp38 bool LanaiInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, in printInst()
72 raw_ostream &OS, in printMemoryLoadIncrement()
91 raw_ostream &OS, in printMemoryStoreIncrement()
143 raw_ostream &OS) { in printInst()
164 raw_ostream &OS) { in printMemImmOperand()
178 raw_ostream &OS) { in printHi16ImmOperand()
228 raw_ostream &OS) { in printMemoryImmediateOffset()
238 raw_ostream &OS, in printMemRiOperand()
253 raw_ostream &OS, in printMemRrOperand()
274 raw_ostream &OS, in printMemSplsOperand()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp29 void CoveragePrinterText::closeViewFile(OwnedStream OS) { in closeViewFile()
39 auto OS = std::move(OSOrErr.get()); in createIndexFile() local
73 auto OS = std::move(OSOrErr.get()); in generateSubDirectoryReport() local
142 void SourceCoverageViewText::renderLinePrefix(raw_ostream &OS, in renderLinePrefix()
150 void SourceCoverageViewText::renderViewDivider(raw_ostream &OS, in renderViewDivider()
161 void SourceCoverageViewText::renderLine(raw_ostream &OS, LineRef L, in renderLine()
214 raw_ostream &OS, const LineCoverageStats &Line) { in renderLineCoverageColumn()
227 void SourceCoverageViewText::renderLineNumberColumn(raw_ostream &OS, in renderLineNumberColumn()
238 void SourceCoverageViewText::renderRegionMarkers(raw_ostream &OS, in renderRegionMarkers()
280 void SourceCoverageViewText::renderExpansionView(raw_ostream &OS, in renderExpansionView()
[all …]
H A DSourceCoverageViewHTML.cpp46 raw_string_ostream OS{EscapedHTML}; in escape() local
295 void emitPrelude(raw_ostream &OS, const CoverageViewOptions &Opts, in emitPrelude()
368 void emitEpilog(raw_ostream &OS) { in emitEpilog()
381 OwnedStream OS = std::move(OSOrErr.get()); in createViewFile() local
393 void CoveragePrinterHTML::closeViewFile(OwnedStream OS) { in closeViewFile()
398 static void emitColumnLabelsForIndex(raw_ostream &OS, in emitColumnLabelsForIndex()
488 auto OS = std::move(OSOrErr.get()); in createIndexFile() local
553 auto OS = std::move(OSOrErr.get()); in generateSubDirectoryReport() local
708 auto OS = std::move(OSOrErr.get()); in createIndexFile() local
875 raw_ostream &OS, const LineCoverageStats &Line) { in renderLineCoverageColumn()
[all …]
H A DCoverageExporterLcov.cpp49 void renderFunctionSummary(raw_ostream &OS, in renderFunctionSummary()
56 raw_ostream &OS, in renderFunctions()
66 void renderLineExecutionCounts(raw_ostream &OS, in renderLineExecutionCounts()
114 void renderBranchExecutionCounts(raw_ostream &OS, in renderBranchExecutionCounts()
163 void renderLineSummary(raw_ostream &OS, const FileCoverageSummary &Summary) { in renderLineSummary()
168 void renderBranchSummary(raw_ostream &OS, const FileCoverageSummary &Summary) { in renderBranchSummary()
173 void renderFile(raw_ostream &OS, const coverage::CoverageMapping &Coverage, in renderFile()
198 void renderFiles(raw_ostream &OS, const coverage::CoverageMapping &Coverage, in renderFiles()
/freebsd/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBPropertyDefEmitter.cpp24 static void emitPropertyEnum(Record *Property, raw_ostream &OS) { in emitPropertyEnum()
30 static void emitProperty(Record *Property, raw_ostream &OS) { in emitProperty()
130 raw_ostream &OS) { in emityProperties()
153 raw_ostream &OS) { in emitPropertyEnum()
170 void lldb_private::EmitPropertyDefs(RecordKeeper &Records, raw_ostream &OS) { in EmitPropertyDefs()
181 raw_ostream &OS) { in EmitPropertyEnumDefs()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DFaultMapParser.cpp16 void printFaultType(FaultMapParser::FaultKind FT, raw_ostream &OS) { in printFaultType()
33 llvm::operator<<(raw_ostream &OS, in operator <<()
42 raw_ostream &llvm::operator<<(raw_ostream &OS, in operator <<()
51 raw_ostream &llvm::operator<<(raw_ostream &OS, const FaultMapParser &FMP) { in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp33 static void getNameWithPrefixImpl(raw_ostream &OS, const Twine &GVName, in getNameWithPrefixImpl()
62 static void getNameWithPrefixImpl(raw_ostream &OS, const Twine &GVName, in getNameWithPrefixImpl()
69 void Mangler::getNameWithPrefix(raw_ostream &OS, const Twine &GVName, in getNameWithPrefix()
76 raw_svector_ostream OS(OutName); in getNameWithPrefix() local
94 static void addByteCountSuffix(raw_ostream &OS, const Function *F, in addByteCountSuffix()
119 void Mangler::getNameWithPrefix(raw_ostream &OS, const GlobalValue *GV, in getNameWithPrefix()
189 raw_svector_ostream OS(OutName); in getNameWithPrefix() local
212 void llvm::emitLinkerFlagsForGlobalCOFF(raw_ostream &OS, const GlobalValue *GV, in emitLinkerFlagsForGlobalCOFF()
268 void llvm::emitLinkerFlagsForUsedCOFF(raw_ostream &OS, const GlobalValue *GV, in emitLinkerFlagsForUsedCOFF()
H A DIRPrintingPasses.cpp29 raw_ostream &OS; member in __anonfc4583b70111::PrintModulePassWrapper
36 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper()
79 raw_ostream &OS; member in __anonfc4583b70111::PrintFunctionPassWrapper
85 PrintFunctionPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintFunctionPassWrapper()
126 ModulePass *llvm::createPrintModulePass(llvm::raw_ostream &OS, in createPrintModulePass()
132 FunctionPass *llvm::createPrintFunctionPass(llvm::raw_ostream &OS, in createPrintFunctionPass()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCaching.h32 : OS(std::move(OS)), ObjectPathName(OSPath) {} in OS() function
33 std::unique_ptr<raw_pwrite_stream> OS; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackSafetyAnalysis.h103 raw_ostream &OS; variable
106 explicit StackSafetyPrinterPass(raw_ostream &OS) : OS(OS) {} in StackSafetyPrinterPass()
142 raw_ostream &OS; variable
145 explicit StackSafetyGlobalPrinterPass(raw_ostream &OS) : OS(OS) {} in StackSafetyGlobalPrinterPass()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DWithColor.cpp36 static bool DefaultAutoDetectFunction(const raw_ostream &OS) { in DefaultAutoDetectFunction()
44 WithColor::WithColor(raw_ostream &OS, HighlightColor Color, ColorMode Mode) in WithColor()
91 raw_ostream &WithColor::error(raw_ostream &OS, StringRef Prefix, in error()
101 raw_ostream &WithColor::warning(raw_ostream &OS, StringRef Prefix, in warning()
111 raw_ostream &WithColor::note(raw_ostream &OS, StringRef Prefix, in note()
121 raw_ostream &WithColor::remark(raw_ostream &OS, StringRef Prefix, in remark()

12345678910>>...42