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.cpp2033 raw_string_ostream OpOS(OperandFnBody); in emitConvertFuncs() local
2035 OpOS << "void " << Target.getName() << ClassName << "::\n" in emitConvertFuncs()
2037 OpOS.indent(27); in emitConvertFuncs()
2038 OpOS << "const OperandVector &Operands) {\n" in emitConvertFuncs()
2169 OpOS << " case " << Name << ":\n" in emitConvertFuncs()
2173 OpOS << " Operands[*(p + 1)]->setConstraint(\"r\");\n"; in emitConvertFuncs()
2175 OpOS << " Operands[*(p + 1)]->setConstraint(\"m\");\n"; in emitConvertFuncs()
2176 OpOS << " NumMCOperands += " << OpInfo.MINumOperands << ";\n" in emitConvertFuncs()
2223 OpOS << " case " << Name << ":\n" in emitConvertFuncs()
2254 OpOS << " case " << Name << ":\n" in emitConvertFuncs()
[all …]