Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp1242 const auto *IRoot = dyn_cast<CodeGenInstructionPattern>(MatchRoot); in checkSemantics() local
1243 if (!IRoot) { in checkSemantics()
1249 if (IRoot->getNumInstDefs() != 0) { in checkSemantics()
1252 PrintNote("'" + IRoot->getInstName() + "' has " + in checkSemantics()
1253 Twine(IRoot->getNumInstDefs()) + " output operands"); in checkSemantics()