Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp2001 raw_string_ostream OpOS(OperandFnBody); in emitConvertFuncs() local
2003 OpOS << "void " << Target.getName() << ClassName << "::\n" in emitConvertFuncs()
2005 OpOS.indent(27); in emitConvertFuncs()
2006 OpOS << "const OperandVector &Operands) {\n" in emitConvertFuncs()
2138 OpOS << " case " << Name << ":\n" in emitConvertFuncs()
2142 OpOS << " Operands[*(p + 1)]->setConstraint(\"r\");\n"; in emitConvertFuncs()
2144 OpOS << " Operands[*(p + 1)]->setConstraint(\"m\");\n"; in emitConvertFuncs()
2194 OpOS << " case " << Name << ":\n" in emitConvertFuncs()
2225 OpOS << " case " << Name << ":\n" in emitConvertFuncs()
2253 OpOS << " }\n }\n}\n\n"; in emitConvertFuncs()
[all …]