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

References

utils/TableGen/GlobalISelEmitter.cpp
  279   if (Operator->isSubClassOf("SDNode"))
  280     return (" (" + Operator->getValueAsString("Opcode") + ")").str();
  282   if (Operator->isSubClassOf("Intrinsic"))
  283     return (" (Operator is an Intrinsic, " + Operator->getName() + ")").str();
  285   if (Operator->isSubClassOf("ComplexPattern"))
  286     return (" (Operator is an unmapped ComplexPattern, " + Operator->getName() +
  290   if (Operator->isSubClassOf("SDNodeXForm"))
  291     return (" (Operator is an unmapped SDNodeXForm, " + Operator->getName() +
  295   return (" (Operator " + Operator->getName() + " not understood)").str();