Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp2011 raw_string_ostream OpOS(OperandFnBody); in emitConvertFuncs() local
2013 OpOS << "void " << Target.getName() << ClassName << "::\n" in emitConvertFuncs()
2015 OpOS.indent(27); in emitConvertFuncs()
2016 OpOS << "const OperandVector &Operands) {\n" in emitConvertFuncs()
2148 OpOS << " case " << Name << ":\n" in emitConvertFuncs()
2152 OpOS << " Operands[*(p + 1)]->setConstraint(\"r\");\n"; in emitConvertFuncs()
2154 OpOS << " Operands[*(p + 1)]->setConstraint(\"m\");\n"; in emitConvertFuncs()
2204 OpOS << " case " << Name << ":\n" in emitConvertFuncs()
2235 OpOS << " case " << Name << ":\n" in emitConvertFuncs()
2263 OpOS << " }\n }\n}\n\n"; in emitConvertFuncs()
[all …]