Home
last modified time | relevance | path

Searched refs:OpcodeO (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp1047 raw_string_ostream OpcodeO(PatternsForOpcode); in EmitPrintAliasInstruction() local
1119 OpcodeO << formatv(" {{{0}, {1}, {2} },\n", It->first, PatternStart, in EmitPrintAliasInstruction()
1123 if (OpcodeO.str().empty()) { in EmitPrintAliasInstruction()
1140 O << OpcodeO.str(); in EmitPrintAliasInstruction()