Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp2018 raw_string_ostream OpOS(OperandFnBody); in emitConvertFuncs() local
2020 OpOS << "void " << Target.getName() << ClassName << "::\n" in emitConvertFuncs()
2022 OpOS.indent(27); in emitConvertFuncs()
2023 OpOS << "const OperandVector &Operands) {\n" in emitConvertFuncs()
2155 OpOS << " case " << Name << ":\n" in emitConvertFuncs()
2159 OpOS << " Operands[*(p + 1)]->setConstraint(\"r\");\n"; in emitConvertFuncs()
2161 OpOS << " Operands[*(p + 1)]->setConstraint(\"m\");\n"; in emitConvertFuncs()
2162 OpOS << " NumMCOperands += " << OpInfo.MINumOperands << ";\n" in emitConvertFuncs()
2211 OpOS << " case " << Name << ":\n" in emitConvertFuncs()
2242 OpOS << " case " << Name << ":\n" in emitConvertFuncs()
[all …]