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

References

utils/TableGen/CodeGenDAGPatterns.cpp
 3117     std::vector<std::string> &Args = P->getArgList();
 3124       P->error("Cannot have unnamed 'node' values in pattern fragment!");
 3135       P->error("Operands list should start with '(ops ... '!");
 3142         P->error("Operands list should all be 'node' values.");
 3144         P->error("Operands list should have names for each operand!");
 3147         P->error("'" + ArgNameStr +
 3154       P->error("Operands list does not contain an entry for operand '" +
 3161       for (auto T : P->getTrees())