| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
| H A D | Attributes.cpp | 47 for (auto *A : Records.getAllDerivedDefinitions(KindName)) { in emitTargetIndependentNames() 71 for (auto *A : Records.getAllDerivedDefinitions(KindName)) { in emitTargetIndependentNames() 88 for (const Record *Rule : Records.getAllDerivedDefinitions("CompatRule")) { in emitFnAttrCompatCheck() 104 for (const Record *Rule : Records.getAllDerivedDefinitions("MergeRule")) { in emitFnAttrCompatCheck() 122 for (auto *A : Records.getAllDerivedDefinitions(KindName)) { in emitAttributeProperties()
|
| H A D | TargetFeaturesEmitter.cpp | 26 ArrayRef<const Record *> Targets = Records.getAllDerivedDefinitions("Target"); in TargetFeaturesEmitter() 36 Records.getAllDerivedDefinitions("SubtargetFeature"); in enumeration() 88 Records.getAllDerivedDefinitions("SubtargetFeature"); in printFeatureKeyValues() 127 Records.getAllDerivedDefinitions("Processor"); in printCPUKeyValues()
|
| H A D | ARMTargetDefEmitter.cpp | 63 for (const Record *Rec : RK.getAllDerivedDefinitions("SubtargetFeature")) { in emitARMTargetDef() 73 RK.getAllDerivedDefinitions("Extension"); in emitARMTargetDef() 269 for (const Record *Rec : RK.getAllDerivedDefinitions("ProcessorModel")) in emitARMTargetDef() 273 for (const Record *Rec : RK.getAllDerivedDefinitions("ProcessorAlias")) { in emitARMTargetDef() 298 for (const Record *Rec : RK.getAllDerivedDefinitions("ProcessorModel")) { in emitARMTargetDef()
|
| H A D | TableGen.cpp | 40 for (const Record *Rec : Records.getAllDerivedDefinitions(Class)) in printEnums() 48 for (const Record *Rec : Records.getAllDerivedDefinitions("Set")) { in printSets()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | DirectiveEmitter.h | 69 return Records.getAllDerivedDefinitions("Association"); in getAssociations() 73 return Records.getAllDerivedDefinitions("Category"); in getCategories() 77 return Records.getAllDerivedDefinitions("SourceLanguage"); in getSourceLanguages() 81 return Records.getAllDerivedDefinitions("Directive"); in getDirectives() 85 return Records.getAllDerivedDefinitions("Clause"); in getClauses() 95 return Records.getAllDerivedDefinitions("DirectiveLanguage"); in getDirectiveLanguages()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DXILEmitter.cpp | 316 for (const Record *Version : Records.getAllDerivedDefinitions("Version")) { in emitDXILVersions() 340 for (const Record *OpClass : Records.getAllDerivedDefinitions("DXILOpClass")) in emitDXILOpClasses() 350 Records.getAllDerivedDefinitions("DXILOpParamType")) in emitDXILOpParamTypes() 359 for (const Record *Attr : Records.getAllDerivedDefinitions("DXILAttribute")) in emitDXILAttributes() 401 Records.getAllDerivedDefinitions("DXILAttribute")) { in emitDXILOpAttributes() 468 Records.getAllDerivedDefinitions("IntrinArgSelectType")) { in emitDXILIntrinsicArgSelectTypes() 555 Records.getAllDerivedDefinitions("DXILShaderStage"); in emitDXILOperationTableDataStructs() 596 for (const Record *R : Records.getAllDerivedDefinitions("DXILOp")) { in emitDxilOperation()
|
| H A D | ExegesisEmitter.cpp | 71 Records.getAllDerivedDefinitions("ProcPfmCounters")) { in collectPfmCounters() 101 ArrayRef<const Record *> Targets = Records.getAllDerivedDefinitions("Target"); in ExegesisEmitter() 200 Records.getAllDerivedDefinitions("ProcPfmCounters"); in emitPfmCounters() 228 Records.getAllDerivedDefinitions("PfmCountersBinding"); in emitPfmCountersLookupTable()
|
| H A D | OptionRSTEmitter.cpp | 23 std::vector<const Record *> Opts = Records.getAllDerivedDefinitions("Option"); in emitOptionRst() 27 for (const Record *R : Records.getAllDerivedDefinitions("OptionGroup")) in emitOptionRst()
|
| H A D | CodeGenMapTable.cpp | 192 InstrDefs = Records.getAllDerivedDefinitions(FilterClass); in MapTableEmitter() 504 Records.getAllDerivedDefinitions("InstrMapping")) { in emitEnums() 547 Records.getAllDerivedDefinitions("InstrMapping"); in EmitMapTable()
|
| H A D | SearchableTableEmitter.cpp | 747 for (const auto *EnumRec : Records.getAllDerivedDefinitions("GenericEnum")) { in run() 768 Records.getAllDerivedDefinitions(FilterClass)); in run() 774 Records.getAllDerivedDefinitions("GenericTable")) { in run() 808 Records.getAllDerivedDefinitions(FilterClass); in run() 843 Records.getAllDerivedDefinitions("SearchIndex")) { in run() 869 Records.getAllDerivedDefinitions(TableName); in run()
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangOpenCLBuiltinEmitter.cpp | 393 Records.getAllDerivedDefinitions("GenericType"); in EmitDeclarations() 396 ArrayRef<const Record *> Types = Records.getAllDerivedDefinitions("Type"); in EmitDeclarations() 499 ArrayRef<const Record *> Types = Records.getAllDerivedDefinitions("Type"); in GetOverloads() 508 Records.getAllDerivedDefinitions("Builtin"); in GetOverloads() 537 Records.getAllDerivedDefinitions("FunctionExtension"); in EmitExtensionTable() 790 for (const auto *VectList : Records.getAllDerivedDefinitions("IntList")) { in EmitQualTypeFinder() 805 Records.getAllDerivedDefinitions("ImageType"); in EmitQualTypeFinder() 846 for (const auto *GenType : Records.getAllDerivedDefinitions("GenericType")) { in EmitQualTypeFinder() 890 ArrayRef<const Record *> Types = Records.getAllDerivedDefinitions("Type"); in EmitQualTypeFinder() 1208 Records.getAllDerivedDefinitions("Builtin"); in emit() [all …]
|
| H A D | ClangCommentHTMLTagsEmitter.cpp | 24 ArrayRef<const Record *> Tags = Records.getAllDerivedDefinitions("Tag"); in EmitClangCommentHTMLTags() 41 ArrayRef<const Record *> Tags = Records.getAllDerivedDefinitions("Tag"); in EmitClangCommentHTMLTagsProperties()
|
| H A D | ClangASTNodesEmitter.cpp | 159 for (const Record *R : Records.getAllDerivedDefinitions(NodeClassName)) { in deriveChildTree() 234 for (const Record *R : Records.getAllDerivedDefinitions(DeclNodeClassName)) { in EmitClangDeclContext() 240 Records.getAllDerivedDefinitions(DeclContextNodeClassName)) { in EmitClangDeclContext()
|
| H A D | ClangCommentCommandInfoEmitter.cpp | 30 ArrayRef<const Record *> Tags = Records.getAllDerivedDefinitions("Command"); in EmitClangCommentCommandInfo() 124 ArrayRef<const Record *> Tags = Records.getAllDerivedDefinitions("Command"); in EmitClangCommentCommandList()
|
| H A D | SveEmitter.cpp | 315 for (auto *RV : Records.getAllDerivedDefinitions("EltType")) in SVEEmitter() 317 for (auto *RV : Records.getAllDerivedDefinitions("MemEltType")) in SVEEmitter() 319 for (auto *RV : Records.getAllDerivedDefinitions("FlagType")) in SVEEmitter() 321 for (auto *RV : Records.getAllDerivedDefinitions("MergeType")) in SVEEmitter() 323 for (auto *RV : Records.getAllDerivedDefinitions("ImmCheckType")) in SVEEmitter() 1268 std::vector<const Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createCoreHeaderIntrinsics() 1474 std::vector<const Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createBuiltins() 1556 std::vector<const Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createCodeGenMap() 1589 std::vector<const Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createRangeChecks() 1713 std::vector<const Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createSMEBuiltins() [all …]
|
| H A D | ClangASTPropertiesEmitter.cpp | 101 records.getAllDerivedDefinitions(PropertyClassName)) { in ASTPropsEmitter() 108 records.getAllDerivedDefinitions(CreationRuleClassName)) { in ASTPropsEmitter() 121 records.getAllDerivedDefinitions(OverrideRuleClassName)) { in ASTPropsEmitter() 135 records.getAllDerivedDefinitions(ReadHelperRuleClassName)) { in ASTPropsEmitter() 149 records.getAllDerivedDefinitions(PropertyTypeClassName)) { in ASTPropsEmitter() 160 records.getAllDerivedDefinitions(TypeKindClassName)) { in ASTPropsEmitter() 172 records.getAllDerivedDefinitions(TypeCaseClassName)) { in ASTPropsEmitter()
|
| H A D | ClangAttrEmitter.cpp | 196 for (const Record *Attr : Records.getAllDerivedDefinitions("Attr")) { in getParsedAttrList() 1901 for (const auto *Attr : Records.getAllDerivedDefinitions("Attr")) { in emitClangAttrLateParsedListImpl() 2111 Records.getAllDerivedDefinitions("AttrSubjectMatcherRule")) { in PragmaClangAttributeSupport() 2119 Records.getAllDerivedDefinitions(DeclNodeClassName); in PragmaClangAttributeSupport() 2121 Records.getAllDerivedDefinitions("AttrSubjectMatcherAggregateRule")) { in PragmaClangAttributeSupport() 2383 for (const auto *A : Records.getAllDerivedDefinitions("Attr")) { in generateNameToAttrsMap() 2476 for (const auto *Attr : Records.getAllDerivedDefinitions("Attr")) { in emitClangAttrTypeArgList() 2557 for (const auto *A : Records.getAllDerivedDefinitions("Attr")) { in emitClangAttrVariadicIdentifierArgList() 2590 for (const auto *Attr : Records.getAllDerivedDefinitions("Attr")) { in emitClangAttrUnevaluatedStringLiteralList() 2606 for (const auto *Attr : Records.getAllDerivedDefinitions("Attr")) { in emitClangAttrIdentifierArgList() [all …]
|
| H A D | ClangDiagnosticsEmitter.cpp | 47 for (const Record *Group : Records.getAllDerivedDefinitions("DiagGroup")) in DiagGroupParentMap() 105 Records.getAllDerivedDefinitions("Diagnostic")) { in DiagCategoryIDMap() 584 for (auto *S : Records.getAllDerivedDefinitions("TextSubstitution")) { in DiagnosticTextBuilder() 592 for (const Record *Diag : Records.getAllDerivedDefinitions("Diagnostic")) { in DiagnosticTextBuilder() 1535 Records.getAllDerivedDefinitions("CompatWarningId"); in EmitClangDiagsCompatIDs() 1631 Records.getAllDerivedDefinitions("Diagnostic"); in EmitClangDiagsEnums() 1692 Records.getAllDerivedDefinitions("Diagnostic"); in EmitClangDiagsDefs() 1695 Records.getAllDerivedDefinitions("DiagGroup"); in EmitClangDiagsDefs() 2027 Records.getAllDerivedDefinitions("Diagnostic"); in EmitClangDiagGroups() 2030 Records.getAllDerivedDefinitions("DiagGroup"); in EmitClangDiagGroups() [all …]
|
| H A D | ClangSyntaxEmitter.cpp | 46 for (const Record *T : Records.getAllDerivedDefinitions("NodeType")) in Hierarchy() 48 for (const Record *Derived : Records.getAllDerivedDefinitions("NodeType")) in Hierarchy()
|
| H A D | ClangSACheckersEmitter.cpp | 176 Records.getAllDerivedDefinitions("Checker"); in EmitClangSACheckers() 178 Records.getAllDerivedDefinitions("Package"); in EmitClangSACheckers()
|
| H A D | ClangCommentHTMLNamedCharacterReferenceEmitter.cpp | 53 for (const Record *Tag : Records.getAllDerivedDefinitions("NCR")) { in EmitClangCommentHTMLNamedCharacterReferences()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenSchedule.cpp | 257 for (const Record *R : Records.getAllDerivedDefinitions("STIPredicateDecl")) { in checkSTIPredicates() 269 Records.getAllDerivedDefinitions("InstructionEquivalenceClass")) { in checkSTIPredicates() 411 for (const Record *R : Records.getAllDerivedDefinitions("STIPredicate")) { in collectSTIPredicates() 449 Records.getAllDerivedDefinitions("TIIPredicate")) { in checkMCInstPredicates() 464 Records.getAllDerivedDefinitions("RetireControlUnit")) { in collectRetireControlUnits() 477 for (const Record *Queue : Records.getAllDerivedDefinitions("MemoryQueue")) { in collectLoadStoreQueueInfo() 518 Records.getAllDerivedDefinitions("Processor"); in collectProcModels() 604 for (const Record *InstRWDef : Records.getAllDerivedDefinitions("InstRW")) { in collectSchedRW() 617 for (const Record *ItinRWDef : Records.getAllDerivedDefinitions("ItinRW")) { in collectSchedRW() 633 Records.getAllDerivedDefinitions("SchedAlias"); in collectSchedRW() [all …]
|
| H A D | CodeGenTarget.cpp | 74 ArrayRef<const Record *> Targets = Records.getAllDerivedDefinitions("Target"); in CodeGenTarget() 80 MacroFusions = Records.getAllDerivedDefinitions("Fusion"); in CodeGenTarget() 208 Records.getAllDerivedDefinitions("Instruction"); in ReadInstructions() 296 Records.getAllDerivedDefinitions("InstructionEncoding")) { in reverseBitsForLittleEndianEncoding()
|
| H A D | CodeGenHwModes.cpp | 59 for (const Record *R : Records.getAllDerivedDefinitions("HwMode")) { in CodeGenHwModes() 70 for (const Record *R : Records.getAllDerivedDefinitions("HwModeSelect")) { in CodeGenHwModes()
|
| /freebsd/contrib/llvm-project/lldb/utils/TableGen/ |
| H A D | LLDBPropertyDefEmitter.cpp | 175 Records.getAllDerivedDefinitions("Property"); in EmitPropertyDefs() 186 Records.getAllDerivedDefinitions("Property"); in EmitPropertyEnumDefs()
|