Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp2021 raw_string_ostream OpOS(OperandFnBody); in emitConvertFuncs() local
2023 OpOS << "void " << Target.getName() << ClassName << "::\n" in emitConvertFuncs()
2025 OpOS.indent(27); in emitConvertFuncs()
2026 OpOS << "const OperandVector &Operands) {\n" in emitConvertFuncs()
2158 OpOS << " case " << Name << ":\n" in emitConvertFuncs()
2162 OpOS << " Operands[*(p + 1)]->setConstraint(\"r\");\n"; in emitConvertFuncs()
2164 OpOS << " Operands[*(p + 1)]->setConstraint(\"m\");\n"; in emitConvertFuncs()
2214 OpOS << " case " << Name << ":\n" in emitConvertFuncs()
2245 OpOS << " case " << Name << ":\n" in emitConvertFuncs()
2273 OpOS << " }\n }\n}\n\n"; in emitConvertFuncs()
[all …]