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

References

tools/clang/utils/TableGen/MveEmitter.cpp
  990   if (Op->getName() == "seq") {
 1006   } else if (Op->isSubClassOf("Type")) {
 1009     const Type *CastType = getType(Op, Param);
 1025     if (Op->isSubClassOf("IRBuilder")) {
 1027       for (unsigned i : Op->getValueAsListOfInts("address_params"))
 1030       for (unsigned i : Op->getValueAsListOfInts("int_constant_params"))
 1033           Op->getValueAsString("func"), Args, AddressArgs, IntConstantArgs);
 1034     } else if (Op->isSubClassOf("IRInt")) {
 1036       for (Record *RParam : Op->getValueAsListOfDefs("params"))
 1038       std::string IntName = Op->getValueAsString("intname");
 1039       if (Op->getValueAsBit("appendKind"))
 1043       PrintFatalError("Unsupported dag node " + Op->getName());