Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp824 unsigned NumMIOps = 0; in EmitPrintAliasInstruction() local
826 NumMIOps += ResultInstOpnd.MINumOperands; in EmitPrintAliasInstruction()
829 Cond = std::string("MI->getNumOperands() == ") + utostr(NumMIOps); in EmitPrintAliasInstruction()