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

References

utils/TableGen/CodeGenDAGPatterns.cpp
 3623   for (unsigned j = 0, e = I.getNumTrees(); j != e; ++j) {
 3625     TreePatternNodePtr Pat = I.getTree(j);
 3633       I.error("Top-level forms in instruction pattern should have"
 3639     FindPatternInputsAndOutputs(I, Pat, InstInputs, InstResults,
 3649   assert(I.getArgList().empty() && "Args list should still be empty here!");
 3664       I.error("'" + OpName + "' set but does not appear in operand list!");
 3672       I.error("Operand $" + OpName + " does not exist in operand list!");
 3678       I.error("Operand $" + OpName + " should be a set destination: all "
 3682       I.error("Operand $" + OpName + " class mismatch!");
 3701       I.error("Operand #" + Twine(i) + " in operands list has no name!");
 3712       I.error("Operand $" + OpName +
 3721         I.error("Operand $" + OpName + "'s register class disagrees"
 3745     I.error("Input operand $" + InstInputs.begin()->first +
 3749       I.getRecord(), std::move(ResultNodeOperands),
 3750       GetNumNodeResults(I.getRecord(), *this));
 3760   TreePatternNodePtr Pattern = I.getTree(0);
 3771   Record *R = I.getRecord();
 3776   LLVM_DEBUG(I.dump());