Home
last modified time | relevance | path

Searched refs:Out (Results 1 - 25 of 191) sorted by relevance

12345678

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAsmWriter.cpp344 static void PrintCallingConv(unsigned cc, raw_ostream &Out) { in PrintCallingConv() argument
346 default: Out << "cc" << cc; break; in PrintCallingConv()
347 case CallingConv::Fast: Out << "fastcc"; break; in PrintCallingConv()
348 case CallingConv::Cold: Out << "coldcc"; break; in PrintCallingConv()
349 case CallingConv::WebKit_JS: Out << "webkit_jscc"; break; in PrintCallingConv()
350 case CallingConv::AnyReg: Out << "anyregcc"; break; in PrintCallingConv()
351 case CallingConv::PreserveMost: Out << "preserve_mostcc"; break; in PrintCallingConv()
352 case CallingConv::PreserveAll: Out << "preserve_allcc"; break; in PrintCallingConv()
353 case CallingConv::CXX_FAST_TLS: Out << "cxx_fast_tlscc"; break; in PrintCallingConv()
354 case CallingConv::GHC: Out << "ghcc in PrintCallingConv()
1253 WriteOptimizationInfo(raw_ostream &Out, const User *U) WriteOptimizationInfo() argument
1292 WriteConstantInternal(raw_ostream &Out, const Constant *CV, TypePrinting &TypePrinter, SlotTracker *Machine, const Module *Context) WriteConstantInternal() argument
1555 writeMDTuple(raw_ostream &Out, const MDTuple *Node, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) writeMDTuple() argument
1596 raw_ostream &Out; global() member
1664 writeMetadataAsOperand(raw_ostream &Out, const Metadata *MD, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) writeMetadataAsOperand() argument
1768 writeGenericDINode(raw_ostream &Out, const GenericDINode *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) writeGenericDINode() argument
1787 writeDILocation(raw_ostream &Out, const DILocation *DL, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) writeDILocation() argument
1802 writeDISubrange(raw_ostream &Out, const DISubrange *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) writeDISubrange() argument
1816 writeDIEnumerator(raw_ostream &Out, const DIEnumerator *N, TypePrinting *, SlotTracker *, const Module *) writeDIEnumerator() argument
1831 writeDIBasicType(raw_ostream &Out, const DIBasicType *N, TypePrinting *, SlotTracker *, const Module *) writeDIBasicType() argument
1846 writeDIDerivedType(raw_ostream &Out, const DIDerivedType *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) writeDIDerivedType() argument
1869 writeDICompositeType(raw_ostream &Out, const DICompositeType *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) writeDICompositeType() argument
1894 writeDISubroutineType(raw_ostream &Out, const DISubroutineType *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) writeDISubroutineType() argument
1906 writeDIFile(raw_ostream &Out, const DIFile *N, TypePrinting *, SlotTracker *, const Module *) writeDIFile() argument
1922 writeDICompileUnit(raw_ostream &Out, const DICompileUnit *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) writeDICompileUnit() argument
1951 writeDISubprogram(raw_ostream &Out, const DISubprogram *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) writeDISubprogram() argument
1978 writeDILexicalBlock(raw_ostream &Out, const DILexicalBlock *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) writeDILexicalBlock() argument
1990 writeDILexicalBlockFile(raw_ostream &Out, const DILexicalBlockFile *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) writeDILexicalBlockFile() argument
2004 writeDINamespace(raw_ostream &Out, const DINamespace *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) writeDINamespace() argument
2015 writeDICommonBlock(raw_ostream &Out, const DICommonBlock *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) writeDICommonBlock() argument
2028 writeDIMacro(raw_ostream &Out, const DIMacro *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) writeDIMacro() argument
2040 writeDIMacroFile(raw_ostream &Out, const DIMacroFile *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) writeDIMacroFile() argument
2051 writeDIModule(raw_ostream &Out, const DIModule *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) writeDIModule() argument
2065 writeDITemplateTypeParameter(raw_ostream &Out, const DITemplateTypeParameter *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) writeDITemplateTypeParameter() argument
2077 writeDITemplateValueParameter(raw_ostream &Out, const DITemplateValueParameter *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) writeDITemplateValueParameter() argument
2092 writeDIGlobalVariable(raw_ostream &Out, const DIGlobalVariable *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) writeDIGlobalVariable() argument
2111 writeDILocalVariable(raw_ostream &Out, const DILocalVariable *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) writeDILocalVariable() argument
2127 writeDILabel(raw_ostream &Out, const DILabel *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) writeDILabel() argument
2139 writeDIExpression(raw_ostream &Out, const DIExpression *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) writeDIExpression() argument
2165 writeDIGlobalVariableExpression(raw_ostream &Out, const DIGlobalVariableExpression *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) writeDIGlobalVariableExpression() argument
2177 writeDIObjCProperty(raw_ostream &Out, const DIObjCProperty *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) writeDIObjCProperty() argument
2192 writeDIImportedEntity(raw_ostream &Out, const DIImportedEntity *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) writeDIImportedEntity() argument
2206 WriteMDNodeBodyInternal(raw_ostream &Out, const MDNode *Node, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) WriteMDNodeBodyInternal() argument
2228 WriteAsOperandInternal(raw_ostream &Out, const Value *V, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) WriteAsOperandInternal() argument
2306 WriteAsOperandInternal(raw_ostream &Out, const Metadata *MD, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context, bool FromValue) WriteAsOperandInternal() argument
2357 formatted_raw_ostream &Out; global() member in __anon24212::AssemblyWriter
3148 printMetadataIdentifier(StringRef Name, formatted_raw_ostream &Out) printMetadataIdentifier() argument
3194 PrintVisibility(GlobalValue::VisibilityTypes Vis, formatted_raw_ostream &Out) PrintVisibility() argument
3203 PrintDSOLocation(const GlobalValue &GV, formatted_raw_ostream &Out) PrintDSOLocation() argument
3213 PrintDLLStorageClass(GlobalValue::DLLStorageClassTypes SCT, formatted_raw_ostream &Out) PrintDLLStorageClass() argument
3222 PrintThreadLocalModel(GlobalVariable::ThreadLocalMode TLM, formatted_raw_ostream &Out) PrintThreadLocalModel() argument
3254 maybePrintComdat(formatted_raw_ostream &Out, const GlobalObject &GO) maybePrintComdat() argument
3649 maybePrintCallAddrSpace(const Value *Operand, const Instruction *I, raw_ostream &Out) maybePrintCallAddrSpace() argument
[all...]
/third_party/benchmark/src/
H A Dcsv_reporter.cc63 std::ostream& Out = GetOutputStream(); in ReportRuns() local
77 Out << *B++; in ReportRuns()
78 if (B != elements.end()) Out << ","; in ReportRuns()
82 Out << ",\"" << *B++ << "\""; in ReportRuns()
84 Out << "\n"; in ReportRuns()
110 std::ostream& Out = GetOutputStream(); in PrintRunData() local
111 Out << CsvEscape(run.benchmark_name()) << ","; in PrintRunData()
113 Out << std::string(elements.size() - 3, ','); in PrintRunData()
114 Out << std::boolalpha << (internal::SkippedWithError == run.skipped) << ","; in PrintRunData()
115 Out << CsvEscap in PrintRunData()
[all...]
H A Dreporter.cc37 auto &Out = *out; in PrintBasicContext() local
42 Out << LocalDateTimeString() << "\n"; in PrintBasicContext()
46 Out << "Running " << context.executable_name << "\n"; in PrintBasicContext()
49 Out << "Run on (" << info.num_cpus << " X " in PrintBasicContext()
53 Out << "CPU Caches:\n"; in PrintBasicContext()
55 Out << " L" << CInfo.level << " " << CInfo.type << " " in PrintBasicContext()
58 Out << " (x" << (info.num_cpus / CInfo.num_sharing) << ")"; in PrintBasicContext()
59 Out << "\n"; in PrintBasicContext()
63 Out << "Load Average: "; in PrintBasicContext()
65 Out << StrForma in PrintBasicContext()
[all...]
H A Dconsole_reporter.cc129 auto& Out = GetOutputStream(); in PrintRunData() local
135 printer(Out, name_color, "%-*s ", name_field_width_, in PrintRunData()
139 printer(Out, COLOR_RED, "ERROR OCCURRED: \'%s\'", in PrintRunData()
141 printer(Out, COLOR_DEFAULT, "\n"); in PrintRunData()
144 printer(Out, COLOR_WHITE, "SKIPPED: \'%s\'", result.skip_message.c_str()); in PrintRunData()
145 printer(Out, COLOR_DEFAULT, "\n"); in PrintRunData()
156 printer(Out, COLOR_YELLOW, "%10.2f %-4s %10.2f %-4s ", real_time, in PrintRunData()
159 printer(Out, COLOR_YELLOW, "%10.0f %-4s %10.0f %-4s ", real_time * 100, "%", in PrintRunData()
164 printer(Out, COLOR_YELLOW, "%s %-4s %s %-4s ", real_time_str.c_str(), in PrintRunData()
168 printer(Out, COLOR_YELLO in PrintRunData()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DArchiveWriter.cpp145 static void print(raw_ostream &Out, object::Archive::Kind Kind, T Val) { in print() argument
146 support::endian::write(Out, Val, in print()
151 raw_ostream &Out, const sys::TimePoint<std::chrono::seconds> &ModTime, in printRestOfMemberHeader()
153 printWithSpacePadding(Out, sys::toTimeT(ModTime), 12); in printRestOfMemberHeader()
157 printWithSpacePadding(Out, UID % 1000000, 6); in printRestOfMemberHeader()
158 printWithSpacePadding(Out, GID % 1000000, 6); in printRestOfMemberHeader()
160 printWithSpacePadding(Out, format("%o", Perms), 8); in printRestOfMemberHeader()
161 printWithSpacePadding(Out, Size, 10); in printRestOfMemberHeader()
162 Out << "`\n"; in printRestOfMemberHeader()
166 printGNUSmallMemberHeader(raw_ostream &Out, StringRe argument
150 printRestOfMemberHeader( raw_ostream &Out, const sys::TimePoint<std::chrono::seconds> &ModTime, unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) printRestOfMemberHeader() argument
175 printBSDMemberHeader(raw_ostream &Out, uint64_t Pos, StringRef Name, const sys::TimePoint<std::chrono::seconds> &ModTime, unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) printBSDMemberHeader() argument
209 printMemberHeader(raw_ostream &Out, uint64_t Pos, raw_ostream &StringTable, StringMap<uint64_t> &MemberNames, object::Archive::Kind Kind, bool Thin, const NewArchiveMember &M, sys::TimePoint<std::chrono::seconds> ModTime, uint64_t Size) printMemberHeader() argument
276 printNBits(raw_ostream &Out, object::Archive::Kind Kind, uint64_t Val) printNBits() argument
284 writeSymbolTable(raw_ostream &Out, object::Archive::Kind Kind, bool Deterministic, ArrayRef<MemberData> Members, StringRef StringTable) writeSymbolTable() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DJSON.cpp216 bool parseValue(Value &Out);
237 bool parseNumber(char First, Value &Out);
238 bool parseString(std::string &Out);
239 bool parseUnicode(std::string &Out);
254 bool Parser::parseValue(Value &Out) { in parseValue() argument
261 Out = nullptr; in parseValue()
265 Out = true; in parseValue()
269 Out = false; in parseValue()
275 Out = std::move(S); in parseValue()
281 Out in parseValue()
343 parseNumber(char First, Value &Out) parseNumber() argument
363 parseString(std::string &Out) parseString() argument
407 encodeUtf8(uint32_t Rune, std::string &Out) encodeUtf8() argument
440 parseUnicode(std::string &Out) parseUnicode() argument
[all...]
H A DStringExtras.cpp60 void llvm::printEscapedString(StringRef Name, raw_ostream &Out) { in printEscapedString() argument
64 Out << '\\' << C; in printEscapedString()
66 Out << C; in printEscapedString()
68 Out << '\\' << hexdigit(C >> 4) << hexdigit(C & 0x0F); in printEscapedString()
72 void llvm::printHTMLEscaped(StringRef String, raw_ostream &Out) { in printHTMLEscaped() argument
75 Out << "&amp;"; in printHTMLEscaped()
77 Out << "&lt;"; in printHTMLEscaped()
79 Out << "&gt;"; in printHTMLEscaped()
81 Out << "&quot;"; in printHTMLEscaped()
83 Out << " in printHTMLEscaped()
89 printLowerCase(StringRef String, raw_ostream &Out) printLowerCase() argument
[all...]
H A DVersionTuple.cpp21 llvm::raw_string_ostream Out(Result); in getAsString()
22 Out << *this; in getAsString()
27 raw_ostream &llvm::operator<<(raw_ostream &Out, const VersionTuple &V) { in operator <<() argument
28 Out << V.getMajor(); in operator <<()
30 Out << '.' << *Minor; in operator <<()
32 Out << '.' << *Subminor; in operator <<()
34 Out << '.' << *Build; in operator <<()
35 return Out; in operator <<()
H A DConvertUTFWrapper.cpp86 bool convertUTF16ToUTF8String(ArrayRef<char> SrcBytes, std::string &Out) { in convertUTF16ToUTF8String() argument
87 assert(Out.empty()); in convertUTF16ToUTF8String()
116 Out.resize(SrcBytes.size() * UNI_MAX_UTF8_BYTES_PER_CODE_POINT + 1); in convertUTF16ToUTF8String()
117 UTF8 *Dst = reinterpret_cast<UTF8 *>(&Out[0]); in convertUTF16ToUTF8String()
118 UTF8 *DstEnd = Dst + Out.size(); in convertUTF16ToUTF8String()
125 Out.clear(); in convertUTF16ToUTF8String()
129 Out.resize(reinterpret_cast<char *>(Dst) - &Out[0]); in convertUTF16ToUTF8String()
130 Out.push_back(0); in convertUTF16ToUTF8String()
131 Out in convertUTF16ToUTF8String()
135 convertUTF16ToUTF8String(ArrayRef<UTF16> Src, std::string &Out) convertUTF16ToUTF8String() argument
[all...]
H A DTwine.cpp32 void Twine::toVector(SmallVectorImpl<char> &Out) const { in toVector()
33 raw_svector_ostream OS(Out); in toVector()
37 StringRef Twine::toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const { in toNullTerminatedStringRef()
51 toVector(Out); in toNullTerminatedStringRef()
52 Out.push_back(0); in toNullTerminatedStringRef()
53 Out.pop_back(); in toNullTerminatedStringRef()
54 return StringRef(Out.data(), Out.size()); in toNullTerminatedStringRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp420 Register Out = in createDupLane() local
423 TII->get(QPR ? ARM::VDUPLN32q : ARM::VDUPLN32d), Out) in createDupLane()
428 return Out; in createDupLane()
436 Register Out = MRI->createVirtualRegister(TRC); in createExtractSubreg() local
440 TII->get(TargetOpcode::COPY), Out) in createExtractSubreg()
443 return Out; in createExtractSubreg()
450 Register Out = MRI->createVirtualRegister(&ARM::QPRRegClass); in createRegSequence() local
454 TII->get(TargetOpcode::REG_SEQUENCE), Out) in createRegSequence()
459 return Out; in createRegSequence()
468 Register Out in createVExt() local
480 Register Out = MRI->createVirtualRegister(&ARM::DPR_VFP2RegClass); createInsertSubreg() local
496 Register Out = MRI->createVirtualRegister(&ARM::DPRRegClass); createImplicitDef() local
513 unsigned Out; optimizeAllLanesPattern() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DConvertUTFWrapper.cpp87 bool convertUTF16ToUTF8String(ArrayRef<char> SrcBytes, std::string &Out) { in convertUTF16ToUTF8String() argument
88 assert(Out.empty()); in convertUTF16ToUTF8String()
117 Out.resize(SrcBytes.size() * UNI_MAX_UTF8_BYTES_PER_CODE_POINT + 1); in convertUTF16ToUTF8String()
118 UTF8 *Dst = reinterpret_cast<UTF8 *>(&Out[0]); in convertUTF16ToUTF8String()
119 UTF8 *DstEnd = Dst + Out.size(); in convertUTF16ToUTF8String()
126 Out.clear(); in convertUTF16ToUTF8String()
130 Out.resize(reinterpret_cast<char *>(Dst) - &Out[0]); in convertUTF16ToUTF8String()
131 Out.push_back(0); in convertUTF16ToUTF8String()
132 Out in convertUTF16ToUTF8String()
136 convertUTF16ToUTF8String(ArrayRef<UTF16> Src, std::string &Out) convertUTF16ToUTF8String() argument
[all...]
H A DTwine.cpp32 void Twine::toVector(SmallVectorImpl<char> &Out) const { in toVector()
33 raw_svector_ostream OS(Out); in toVector()
37 StringRef Twine::toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const { in toNullTerminatedStringRef()
51 toVector(Out); in toNullTerminatedStringRef()
52 Out.push_back(0); in toNullTerminatedStringRef()
53 Out.pop_back(); in toNullTerminatedStringRef()
54 return StringRef(Out.data(), Out.size()); in toNullTerminatedStringRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/
H A DLineEditor.cpp107 FILE *Out; member
128 FILE *Out = Data->Out; in ElCompletionFn() local
132 Data->ContinuationOutput.size(), 1, Out); in ElCompletionFn()
199 FILE *Out, FILE *Err) in LineEditor()
206 Data->Out = Out; in LineEditor()
211 Data->EL = ::el_init(ProgName.str().c_str(), In, Out, Err); in LineEditor()
239 ::fwrite("\n", 1, 1, Data->Out); in ~LineEditor()
283 FILE *Out; member
198 LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, FILE *Out, FILE *Err) LineEditor() argument
286 LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, FILE *Out, FILE *Err) LineEditor() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceELFStreamer.h93 explicit ELFFileStreamer(Fdstream &Out) : Out(Out) {} in ELFFileStreamer() argument
95 void write8(uint8_t Value) override { Out << char(Value); }
97 void writeBytes(llvm::StringRef Bytes) override { Out << Bytes; }
99 uint64_t tell() const override { return Out.tell(); }
101 void seek(uint64_t Off) override { Out.seek(Off); }
104 Fdstream &Out; member in Ice::ELFFileStreamer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A Dyaml2obj.h49 bool yaml2coff(COFFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH);
50 bool yaml2elf(ELFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH);
51 bool yaml2macho(YamlObjectFile &Doc, raw_ostream &Out, ErrorHandler EH);
52 bool yaml2minidump(MinidumpYAML::Object &Doc, raw_ostream &Out,
54 bool yaml2wasm(WasmYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH);
56 bool convertYAML(Input &YIn, raw_ostream &Out, ErrorHandler ErrHandler,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DDDG.cpp55 const char *Out; in operator <<() local
58 Out = "single-instruction"; in operator <<()
61 Out = "multi-instruction"; in operator <<()
64 Out = "pi-block"; in operator <<()
67 Out = "root"; in operator <<()
70 Out = "?? (error)"; in operator <<()
73 OS << Out; in operator <<() local
153 const char *Out; in operator <<() local
156 Out = "def-use"; in operator <<()
159 Out in operator <<()
168 OS << Out; operator <<() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp21 bool convertYAML(yaml::Input &YIn, raw_ostream &Out, ErrorHandler ErrHandler, in convertYAML() argument
36 return yaml2elf(*Doc.Elf, Out, ErrHandler); in convertYAML()
38 return yaml2coff(*Doc.Coff, Out, ErrHandler); in convertYAML()
40 return yaml2macho(Doc, Out, ErrHandler); in convertYAML()
42 return yaml2minidump(*Doc.Minidump, Out, ErrHandler); in convertYAML()
44 return yaml2wasm(*Doc.Wasm, Out, ErrHandler); in convertYAML()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp122 llvm::Error LineTable::encode(FileWriter &Out, uint64_t BaseAddr) const { in encode() argument
196 Out.writeSLEB(MinLineDelta); in encode()
197 Out.writeSLEB(MaxLineDelta); in encode()
199 Out.writeULEB(Prev.Line); in encode()
219 Out.writeU8(SetFile); in encode()
220 Out.writeULEB(Curr.File); in encode()
227 Out.writeU8(SpecialOp); in encode()
234 Out.writeU8(AdvanceLine); in encode()
235 Out.writeSLEB(LineDelta); in encode()
239 Out in encode()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DJSON.h566 inline bool fromJSON(const Value &E, std::string &Out) { in fromJSON() argument
568 Out = *S; in fromJSON()
573 inline bool fromJSON(const Value &E, int &Out) { in fromJSON() argument
575 Out = *S; in fromJSON()
580 inline bool fromJSON(const Value &E, int64_t &Out) { in fromJSON() argument
582 Out = *S; in fromJSON()
587 inline bool fromJSON(const Value &E, double &Out) { in fromJSON() argument
589 Out = *S; in fromJSON()
594 inline bool fromJSON(const Value &E, bool &Out) { in fromJSON() argument
596 Out in fromJSON()
601 fromJSON(const Value &E, llvm::Optional<T> &Out) fromJSON() argument
612 fromJSON(const Value &E, std::vector<T> &Out) fromJSON() argument
624 fromJSON(const Value &E, std::map<std::string, T> &Out) fromJSON() argument
661 map(StringRef Prop, T &Out) map() argument
670 map(StringRef Prop, llvm::Optional<T> &Out) map() argument
[all...]
H A DOnDiskHashTable.h48 /// EmitKeyDataLength(raw_ostream &Out, key_type_ref Key, data_type_ref Data);
49 /// /// Write Key to Out. KeyLen is the length from EmitKeyDataLength.
50 /// static void EmitKey(raw_ostream &Out, key_type_ref Key,
52 /// /// Write Data to Out. DataLen is the length from EmitKeyDataLength.
53 /// static void EmitData(raw_ostream &Out, key_type_ref Key,
142 /// Emit the table to Out, which must not be at offset 0.
143 offset_type Emit(raw_ostream &Out) { in Emit() argument
145 return Emit(Out, InfoObj); in Emit()
148 /// Emit the table to Out, which must not be at offset 0.
151 offset_type Emit(raw_ostream &Out, Inf argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp72 OperandVector &Operands, MCStreamer &Out,
89 void emitLoadImm(Register DestReg, int64_t Value, MCStreamer &Out);
95 unsigned SecondOpcode, SMLoc IDLoc, MCStreamer &Out);
98 void emitLoadLocalAddress(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out);
101 void emitLoadAddress(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out);
105 void emitLoadTLSIEAddress(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out);
109 void emitLoadTLSGDAddress(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out);
113 MCStreamer &Out, bool HasTmpReg);
126 MCStreamer &Out);
810 MCStreamer &Out, in MatchAndEmitInstruction()
808 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) MatchAndEmitInstruction() argument
1642 emitLoadImm(Register DestReg, int64_t Value, MCStreamer &Out) emitLoadImm() argument
1663 emitAuipcInstPair(MCOperand DestReg, MCOperand TmpReg, const MCExpr *Symbol, RISCVMCExpr::VariantKind VKHi, unsigned SecondOpcode, SMLoc IDLoc, MCStreamer &Out) emitAuipcInstPair() argument
1691 emitLoadLocalAddress(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out) emitLoadLocalAddress() argument
1705 emitLoadAddress(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out) emitLoadAddress() argument
1731 emitLoadTLSIEAddress(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out) emitLoadTLSIEAddress() argument
1746 emitLoadTLSGDAddress(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out) emitLoadTLSGDAddress() argument
1760 emitLoadStoreSymbol(MCInst &Inst, unsigned Opcode, SMLoc IDLoc, MCStreamer &Out, bool HasTmpReg) emitLoadStoreSymbol() argument
1792 processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands, MCStreamer &Out) processInstruction() argument
[all...]
/third_party/skia/src/gpu/tessellate/shaders/
H A DGrStrokeTessellationShader_HardwareImpl.cpp35 v->declareGlobal(GrShaderVar("vsJoinArgs0", kFloat4_GrSLType, TypeModifier::Out)); in onEmitCode()
38 v->declareGlobal(GrShaderVar("vsJoinArgs1", kFloat3_GrSLType, TypeModifier::Out)); in onEmitCode()
41 v->declareGlobal(GrShaderVar("vsPts01", kFloat4_GrSLType, TypeModifier::Out)); in onEmitCode()
42 v->declareGlobal(GrShaderVar("vsPts23", kFloat4_GrSLType, TypeModifier::Out)); in onEmitCode()
43 v->declareGlobal(GrShaderVar("vsPts45", kFloat4_GrSLType, TypeModifier::Out)); in onEmitCode()
44 v->declareGlobal(GrShaderVar("vsPts67", kFloat4_GrSLType, TypeModifier::Out)); in onEmitCode()
45 v->declareGlobal(GrShaderVar("vsPts89", kFloat4_GrSLType, TypeModifier::Out)); in onEmitCode()
46 v->declareGlobal(GrShaderVar("vsTans01", kFloat4_GrSLType, TypeModifier::Out)); in onEmitCode()
47 v->declareGlobal(GrShaderVar("vsTans23", kFloat4_GrSLType, TypeModifier::Out)); in onEmitCode()
50 v->declareGlobal(GrShaderVar("vsStrokeArgs", kFloat2_GrSLType, TypeModifier::Out)); in onEmitCode()
[all...]
/third_party/json/tests/thirdparty/Fuzzer/test/
H A DCustomCrossOverTest.cpp37 uint8_t *Out, size_t MaxOutSize, in LLVMFuzzerCustomCrossOver()
58 memcpy(Out, Data1 + Offset1, Len1); in LLVMFuzzerCustomCrossOver()
59 memcpy(Out + Len1, Separator, SeparatorLen); in LLVMFuzzerCustomCrossOver()
60 memcpy(Out + Len1 + SeparatorLen, Data2 + Offset2, Len2); in LLVMFuzzerCustomCrossOver()
35 LLVMFuzzerCustomCrossOver(const uint8_t *Data1, size_t Size1, const uint8_t *Data2, size_t Size2, uint8_t *Out, size_t MaxOutSize, unsigned int Seed) LLVMFuzzerCustomCrossOver() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp117 raw_pwrite_stream &Out, in addAsmPrinter()
143 auto FOut = std::make_unique<formatted_raw_ostream>(Out); in addAsmPrinter()
166 DwoOut ? MAB->createDwoObjectWriter(Out, *DwoOut) in addAsmPrinter()
167 : MAB->createObjectWriter(Out), in addAsmPrinter()
191 PassManagerBase &PM, raw_pwrite_stream &Out, raw_pwrite_stream *DwoOut, in addPassesToEmitFile()
212 PM.add(createPrintMIRPass(Out)); in addPassesToEmitFile()
213 } else if (addAsmPrinter(PM, Out, DwoOut, FileType, in addPassesToEmitFile()
227 raw_pwrite_stream &Out, in addPassesToEmitMC()
255 T, *Ctx, std::unique_ptr<MCAsmBackend>(MAB), MAB->createObjectWriter(Out), in addPassesToEmitMC()
116 addAsmPrinter(PassManagerBase &PM, raw_pwrite_stream &Out, raw_pwrite_stream *DwoOut, CodeGenFileType FileType, MCContext &Context) addAsmPrinter() argument
190 addPassesToEmitFile( PassManagerBase &PM, raw_pwrite_stream &Out, raw_pwrite_stream *DwoOut, CodeGenFileType FileType, bool DisableVerify, MachineModuleInfoWrapperPass *MMIWP) addPassesToEmitFile() argument
226 addPassesToEmitMC(PassManagerBase &PM, MCContext *&Ctx, raw_pwrite_stream &Out, bool DisableVerify) addPassesToEmitMC() argument

Completed in 18 milliseconds

12345678