reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/TableGen/CodeGenDAGPatterns.cpp
 3245         I.error("Input " + DI->getDef()->getName() + " must be named!");
 3254       I.error("Input $" + Pat->getName() + " must be an identifier!");
 3279     I.error("All $" + Pat->getName() + " inputs must agree with each other");
 3281   Slot->UpdateNodeType(0, Pat->getExtType(0), I);
 3282   Pat->UpdateNodeType(0, Slot->getExtType(0), I);
 3284     I.error("All $" + Pat->getName() + " inputs must agree with each other");