Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp2039 raw_string_ostream OpOS(OperandFnBody); in emitConvertFuncs() local
2041 OpOS << "void " << Target.getName() << ClassName << "::\n" in emitConvertFuncs()
2043 OpOS.indent(27); in emitConvertFuncs()
2044 OpOS << "const OperandVector &Operands) {\n" in emitConvertFuncs()
2177 OpOS << " case " << Name << ":\n" in emitConvertFuncs()
2181 OpOS << " Operands[*(p + 1)]->setConstraint(\"r\");\n"; in emitConvertFuncs()
2183 OpOS << " Operands[*(p + 1)]->setConstraint(\"m\");\n"; in emitConvertFuncs()
2184 OpOS << " NumMCOperands += " << OpInfo.MINumOperands << ";\n" in emitConvertFuncs()
2231 OpOS << " case " << Name << ":\n" in emitConvertFuncs()
2262 OpOS << " case " << Name << ":\n" in emitConvertFuncs()
[all …]