Home
last modified time | relevance | path

Searched refs:getAllDerivedDefinitions (Results 1 – 25 of 56) sorted by relevance

123

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DAttributes.cpp47 for (auto *A : Records.getAllDerivedDefinitions(KindName)) { in emitTargetIndependentNames()
68 for (auto *A : Records.getAllDerivedDefinitions(KindName)) { in emitTargetIndependentNames()
86 Records.getAllDerivedDefinitions("CompatRule"); in emitFnAttrCompatCheck()
102 Records.getAllDerivedDefinitions("MergeRule"); in emitFnAttrCompatCheck()
121 for (auto *A : Records.getAllDerivedDefinitions(KindName)) { in emitAttributeProperties()
H A DExegesisEmitter.cpp70 for (Record *Def : Records.getAllDerivedDefinitions("ProcPfmCounters")) { in collectPfmCounters()
100 std::vector<Record *> Targets = Records.getAllDerivedDefinitions("Target"); in ExegesisEmitter()
199 Records.getAllDerivedDefinitions("ProcPfmCounters"); in emitPfmCounters()
227 Records.getAllDerivedDefinitions("PfmCountersBinding"); in emitPfmCountersLookupTable()
H A DRISCVTargetDefEmitter.cpp56 for (const Record *Rec : RK.getAllDerivedDefinitions("RISCVProcessorModel")) { in EmitRISCVTargetDef()
80 RK.getAllDerivedDefinitions("RISCVTuneProcessorModel")) { in EmitRISCVTargetDef()
H A DTableGen.cpp48 for (Record *Rec : Records.getAllDerivedDefinitions(Class)) in PrintEnums()
56 for (Record *Rec : Records.getAllDerivedDefinitions("Set")) { in PrintSets()
H A DCodeGenSchedule.cpp273 Records.getAllDerivedDefinitions("InstructionEquivalenceClass"); in checkSTIPredicates()
422 RecVec RV = Records.getAllDerivedDefinitions("STIPredicate"); in collectSTIPredicates()
495 RecVec Queues = Records.getAllDerivedDefinitions("MemoryQueue"); in collectLoadStoreQueueInfo()
539 RecVec ProcRecords = Records.getAllDerivedDefinitions("Processor"); in collectProcModels()
638 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW"); in collectSchedRW()
652 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW"); in collectSchedRW()
667 RecVec AliasDefs = Records.getAllDerivedDefinitions("SchedAlias"); in collectSchedRW()
908 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW"); in collectSchedClasses()
1218 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW"); in collectProcItinRW()
1925 RecVec WRDefs = Records.getAllDerivedDefinitions("WriteRes"); in collectProcResources()
[all …]
H A DOptRSTEmitter.cpp24 std::vector<Record *> Opts = Records.getAllDerivedDefinitions("Option"); in EmitOptRST()
29 Records.getAllDerivedDefinitions("OptionGroup"); in EmitOptRST()
H A DCodeGenHwModes.cpp68 for (Record *R : Records.getAllDerivedDefinitions("HwMode")) { in CodeGenHwModes()
77 for (Record *R : Records.getAllDerivedDefinitions("HwModeSelect")) { in CodeGenHwModes()
H A DCodeGenTarget.cpp288 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target"); in CodeGenTarget()
294 MacroFusions = Records.getAllDerivedDefinitions("Fusion"); in CodeGenTarget()
426 RegAltNameIndices = Records.getAllDerivedDefinitions("RegAltNameIndex"); in ReadRegAltNameIndices()
476 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in ReadInstructions()
558 Records.getAllDerivedDefinitions("InstructionEncoding"); in reverseBitsForLittleEndianEncoding()
H A DSearchableTableEmitter.cpp668 for (auto *EnumRec : Records.getAllDerivedDefinitions("GenericEnum")) { in run()
689 Records.getAllDerivedDefinitions(FilterClass)); in run()
694 for (auto *TableRec : Records.getAllDerivedDefinitions("GenericTable")) { in run()
725 Records.getAllDerivedDefinitions(FilterClass); in run()
757 for (Record *IndexRec : Records.getAllDerivedDefinitions("SearchIndex")) { in run()
782 std::vector<Record *> Items = Records.getAllDerivedDefinitions(TableName); in run()
H A DCodeGenMapTable.cpp195 InstrDefs = Records.getAllDerivedDefinitions(FilterClass); in MapTableEmitter()
505 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in emitEnums()
570 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in EmitMapTable()
H A DCodeGenIntrinsics.cpp30 RC.getAllDerivedDefinitions("IntrinsicProperty"); in CodeGenIntrinsicTable()
37 std::vector<Record *> Defs = RC.getAllDerivedDefinitions("Intrinsic"); in CodeGenIntrinsicTable()
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp80 : R.getAllDerivedDefinitions(PriorizeIfSubclassOf); in ClangASTNodesEmitter()
173 = Records.getAllDerivedDefinitions(NodeClassName); in deriveChildTree()
249 Records.getAllDerivedDefinitions(DeclContextNodeClassName); in EmitClangDeclContext()
251 Records.getAllDerivedDefinitions(DeclNodeClassName); in EmitClangDeclContext()
256 Records.getAllDerivedDefinitions(DeclNodeClassName); in EmitClangDeclContext()
H A DClangOpenCLBuiltinEmitter.cpp396 Records.getAllDerivedDefinitions("GenericType"); in EmitDeclarations()
399 std::vector<Record *> Types = Records.getAllDerivedDefinitions("Type"); in EmitDeclarations()
502 std::vector<Record *> Types = Records.getAllDerivedDefinitions("Type"); in GetOverloads()
510 std::vector<Record *> Builtins = Records.getAllDerivedDefinitions("Builtin"); in GetOverloads()
542 Records.getAllDerivedDefinitions("FunctionExtension"); in EmitExtensionTable()
796 for (const auto *VectList : Records.getAllDerivedDefinitions("IntList")) { in EmitQualTypeFinder()
811 Records.getAllDerivedDefinitions("ImageType"); in EmitQualTypeFinder()
861 for (const auto *GenType : Records.getAllDerivedDefinitions("GenericType")) { in EmitQualTypeFinder()
905 std::vector<Record *> Types = Records.getAllDerivedDefinitions("Type"); in EmitQualTypeFinder()
1226 std::vector<Record *> Builtins = Records.getAllDerivedDefinitions("Builtin"); in emit()
[all …]
H A DClangCommentHTMLTagsEmitter.cpp23 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag"); in EmitClangCommentHTMLTags()
40 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag"); in EmitClangCommentHTMLTagsProperties()
H A DSveEmitter.cpp287 for (auto *RV : Records.getAllDerivedDefinitions("EltType")) in SVEEmitter()
289 for (auto *RV : Records.getAllDerivedDefinitions("MemEltType")) in SVEEmitter()
291 for (auto *RV : Records.getAllDerivedDefinitions("FlagType")) in SVEEmitter()
293 for (auto *RV : Records.getAllDerivedDefinitions("MergeType")) in SVEEmitter()
295 for (auto *RV : Records.getAllDerivedDefinitions("ImmCheckType")) in SVEEmitter()
1220 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createCoreHeaderIntrinsics()
1425 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createBuiltins()
1465 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createCodeGenMap()
1498 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createRangeChecks()
1622 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createSMEBuiltins()
[all …]
H A DClangCommentCommandInfoEmitter.cpp30 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command"); in EmitClangCommentCommandInfo()
125 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command"); in EmitClangCommentCommandList()
H A DClangASTPropertiesEmitter.cpp103 records.getAllDerivedDefinitions(PropertyClassName)) { in ASTPropsEmitter()
110 records.getAllDerivedDefinitions(CreationRuleClassName)) { in ASTPropsEmitter()
124 records.getAllDerivedDefinitions(OverrideRuleClassName)) { in ASTPropsEmitter()
138 records.getAllDerivedDefinitions(ReadHelperRuleClassName)) { in ASTPropsEmitter()
152 records.getAllDerivedDefinitions(PropertyTypeClassName)) { in ASTPropsEmitter()
162 records.getAllDerivedDefinitions(TypeKindClassName)) { in ASTPropsEmitter()
175 records.getAllDerivedDefinitions(TypeCaseClassName)) { in ASTPropsEmitter()
H A DClangAttrEmitter.cpp175 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); in getParsedAttrList()
1827 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrLateParsedList()
2006 Records.getAllDerivedDefinitions("AttrSubjectMatcherRule"); in PragmaClangAttributeSupport()
2037 Records.getAllDerivedDefinitions(DeclNodeClassName); in PragmaClangAttributeSupport()
2427 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrIdentifierArgList()
2507 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitAttributes()
3325 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), in EmitClangAttrPCHRead()
3582 for (auto *R : Records.getAllDerivedDefinitions("Attr")) in EmitClangRegularKeywordAttributeInfo()
3721 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in EmitClangAttrASTVisitor()
3847 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in EmitClangAttrTemplateInstantiate()
[all …]
H A DClangSyntaxEmitter.cpp45 for (llvm::Record *T : Records.getAllDerivedDefinitions("NodeType")) in Hierarchy()
47 for (llvm::Record *Derived : Records.getAllDerivedDefinitions("NodeType")) in Hierarchy()
H A DClangDiagnosticsEmitter.cpp47 = Records.getAllDerivedDefinitions("DiagGroup"); in DiagGroupParentMap()
109 Records.getAllDerivedDefinitions("Diagnostic"); in DiagCategoryIDMap()
588 for (auto *S : Records.getAllDerivedDefinitions("TextSubstitution")) { in DiagnosticTextBuilder()
596 for (Record *Diag : Records.getAllDerivedDefinitions("Diagnostic")) { in DiagnosticTextBuilder()
1238 std::vector<Record *> Diags = Records.getAllDerivedDefinitions("Diagnostic"); in EmitClangDiagsDefs()
1241 = Records.getAllDerivedDefinitions("DiagGroup"); in EmitClangDiagsDefs()
1589 std::vector<Record *> Diags = Records.getAllDerivedDefinitions("Diagnostic"); in EmitClangDiagGroups()
1592 Records.getAllDerivedDefinitions("DiagGroup"); in EmitClangDiagGroups()
1639 Records.getAllDerivedDefinitions("Diagnostic"); in EmitClangDiagsIndexName()
1744 Records.getAllDerivedDefinitions("Diagnostic"); in EmitClangDiagDocs()
[all …]
H A DClangSACheckersEmitter.cpp178 std::vector<Record*> checkers = Records.getAllDerivedDefinitions("Checker"); in EmitClangSACheckers()
179 std::vector<Record*> packages = Records.getAllDerivedDefinitions("Package"); in EmitClangSACheckers()
H A DClangOptionDocEmitter.cpp77 for (Record *R : Records.getAllDerivedDefinitions("Option")) in extractDocumentation()
94 for (Record *R : Records.getAllDerivedDefinitions("OptionGroup")) { in extractDocumentation()
104 for (Record *R : Records.getAllDerivedDefinitions("Option")) { in extractDocumentation()
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp51 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("NCR"); in EmitClangCommentHTMLNamedCharacterReferences()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h55 return Records.getAllDerivedDefinitions("Directive"); in getDirectives()
59 return Records.getAllDerivedDefinitions("Clause"); in getClauses()
69 return Records.getAllDerivedDefinitions("DirectiveLanguage"); in getDirectiveLanguages()
/freebsd-14.2/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBPropertyDefEmitter.cpp174 Records.getAllDerivedDefinitions("Property"); in EmitPropertyDefs()
185 Records.getAllDerivedDefinitions("Property"); in EmitPropertyEnumDefs()

123