Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp1775 raw_string_ostream OpOS(OperandFnBody); in emitConvertFuncs() local
1777 OpOS << "void " << Target.getName() << ClassName << "::\n" in emitConvertFuncs()
1779 OpOS.indent(27); in emitConvertFuncs()
1780 OpOS << "const OperandVector &Operands) {\n" in emitConvertFuncs()
1888 OpOS << " case " << Name << ":\n" in emitConvertFuncs()
1892 OpOS << " Operands[*(p + 1)]->setConstraint(\"r\");\n"; in emitConvertFuncs()
1894 OpOS << " Operands[*(p + 1)]->setConstraint(\"m\");\n"; in emitConvertFuncs()
1895 OpOS << " NumMCOperands += " << OpInfo.MINumOperands << ";\n" in emitConvertFuncs()
1931 OpOS << " case " << Name << ":\n" in emitConvertFuncs()
1962 OpOS << " case " << Name << ":\n" in emitConvertFuncs()
[all …]