Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp1072 raw_string_ostream CondO(Conds); in EmitPrintAliasInstruction() local
1113 CondO << formatv(" // {0} - {1}\n", IAP->getResult(), CondStart); in EmitPrintAliasInstruction()
1115 CondO << " {" << Cond << "},\n"; in EmitPrintAliasInstruction()
1163 O << CondO.str(); in EmitPrintAliasInstruction()