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

References

lib/TableGen/TGParser.cpp
   78         if (R.getValue(VI->getName()))
tools/clang/utils/TableGen/ClangDataCollectorsEmitter.cpp
   12     auto Code = R.getValue("Code")->getValue();
tools/clang/utils/TableGen/ClangOptionDocEmitter.cpp
   54     return R->getValue("DocFlatten") && R->getValueAsBit("DocFlatten");
tools/lldb/utils/TableGen/LLDBOptionDefEmitter.cpp
   40     if (Option->getValue("Groups")) {
   45     } else if (Option->getValue("GroupStart")) {
   55     Required = Option->getValue("Required");
   61     if (auto A = Option->getValue("ArgType"))
   63     OptionalArg = Option->getValue("OptionalArg") != nullptr;
   65     if (Option->getValue("Validator"))
   68     if (Option->getValue("ArgEnum"))
   71     if (Option->getValue("Completions"))
   74     if (auto D = Option->getValue("Description"))
tools/lldb/utils/TableGen/LLDBPropertyDefEmitter.cpp
   43   OS << (Property->getValue("Global") ? "true" : "false");
   46   bool hasDefaultUnsignedValue = Property->getValue("HasDefaultUnsignedValue");
   47   bool hasDefaultEnumValue = Property->getValue("HasDefaultEnumValue");
   48   bool hasDefaultStringValue = Property->getValue("HasDefaultStringValue");
   62            !Property->getValue("HasDefaultBooleanValue")) &&
   87     if (auto D = Property->getValue("DefaultStringValue")) {
  100   if (Property->getValue("EnumValues"))
  107   if (auto D = Property->getValue("Description")) {
utils/TableGen/AsmMatcherEmitter.cpp
  953   const RecordVal *DepMask = TheDef->getValue("DeprecatedFeatureMask");
  955     DepMask = TheDef->getValue("ComplexDeprecationPredicate");
 1163     const RecordVal *R = Rec->getValue("ParserMatchClass");
utils/TableGen/CodeEmitterGen.cpp
  269   if (const RecordVal *RV = R->getValue("EncodingInfos")) {
  367     if (const RecordVal *RV = R->getValue("EncodingInfos")) {
  409     if (const RecordVal *RV = R->getValue("EncodingInfos")) {
utils/TableGen/CodeGenInstruction.cpp
  428   if (R->getValue("ComplexDeprecationPredicate")) {
  431   } else if (RecordVal *Dep = R->getValue("DeprecatedFeatureMask")) {
  725           (InstOpRec->getValue("ParserMatchClass") &&
utils/TableGen/CodeGenMapTable.cpp
  106     const RecordVal *Filter = MapRec->getValue("FilterClass");
utils/TableGen/CodeGenRegisters.cpp
   56   if (R->getValue("Namespace"))
  710           NewReg->addValue(*Def->getValue(Field));
  718           if (const RecordVal *DefRV = RegisterCl->getValue(Field))
  791   if (const RecordVal *RV = R->getValue("RegInfos"))
utils/TableGen/CodeGenSchedule.cpp
 1091                      RWD->getValue("Instrs")->getValue()->getAsString() +
 1127                  OldRWDef->getValue("Instrs")->getValue()->getAsString() +
utils/TableGen/CodeGenTarget.cpp
  510     R->getValue("Inst")->setValue(NewBI);
  626   if (R->getValue("GCCBuiltinName"))  // Ignore a missing GCCBuiltinName field.
  628   if (R->getValue("MSBuiltinName"))   // Ignore a missing MSBuiltinName field.
utils/TableGen/DFAEmitter.cpp
  321   if (!R->getValue(Ty.str()))
  339     RecordVal *SymbolV = R->getValue(A);
utils/TableGen/FastISelEmitter.cpp
  440   PhysReg += cast<StringInit>(OpLeafRec->getValue("Namespace")->getValue())
utils/TableGen/FixedLenDecoderEmitter.cpp
 1202     if (!Pred->getValue("AssemblerMatcherPredicate"))
 1230     if (!Pred->getValue("AssemblerMatcherPredicate"))
 1772   RecordVal *DecoderString = Record->getValue("DecoderMethod");
 1936       RecordVal *DecoderString = TypeRecord->getValue("DecoderMethod");
 1963       DecoderString = TypeRecord->getValue("DecoderMethod");
 1970         TypeRecord->getValue("hasCompleteDecoder");
 2029       TypeRecord->getValue("hasCompleteDecoder");
 2397             NumberedInstruction->TheDef->getValue("EncodingInfos")) {
 2415             NumberedInstruction->TheDef->getValue("EncodingInfos")) {
utils/TableGen/GlobalISelEmitter.cpp
 2827           auto Namespace = Def->getValue("Namespace")
 2836           auto Namespace = Use->getValue("Namespace")
utils/TableGen/RegisterInfoEmitter.cpp
  445     const RecordVal *V = Reg->getValue("DwarfAlias");
utils/TableGen/SearchableTableEmitter.cpp
  676       if (auto TypeOfVal = TableRec->getValue(("TypeOf_" + FieldName).str())) {
utils/TableGen/SubtargetEmitter.cpp
  694       if (Rec->getValue("Namespace"))
utils/TableGen/WebAssemblyDisassemblerEmitter.cpp
   34     if (!Def.getValue("Inst"))
   49         Def.getValue("StackBased")->getValue()->getCastTo(StringRecTy::get());
   60       auto IsCanonicalExisting = CGIP.second->TheDef->getValue("IsCanonical")
   67           Def.getValue("IsCanonical")->getValue()->getAsString() == "1";