Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DAttributes.cpp46 for (auto A : Records.getAllDerivedDefinitions(KindName)) { in emitTargetIndependentNames()
66 for (auto A : Records.getAllDerivedDefinitions(KindName)) { in emitTargetIndependentNames()
84 Records.getAllDerivedDefinitions("CompatRule"); in emitFnAttrCompatCheck()
96 Records.getAllDerivedDefinitions("MergeRule"); in emitFnAttrCompatCheck()
115 for (auto A : Records.getAllDerivedDefinitions(KindName)) { in emitAttributeProperties()
H A DExegesisEmitter.cpp70 for (Record *Def : Records.getAllDerivedDefinitions("ProcPfmCounters")) { in collectPfmCounters()
95 std::vector<Record *> Targets = Records.getAllDerivedDefinitions("Target"); in ExegesisEmitter()
151 Records.getAllDerivedDefinitions("ProcPfmCounters"); in emitPfmCounters()
179 Records.getAllDerivedDefinitions("PfmCountersBinding"); in emitPfmCountersLookupTable()
H A DCodeGenSchedule.cpp255 Records.getAllDerivedDefinitions("InstructionEquivalenceClass"); in checkSTIPredicates()
403 RecVec RV = Records.getAllDerivedDefinitions("STIPredicate"); in collectSTIPredicates()
476 RecVec Queues = Records.getAllDerivedDefinitions("MemoryQueue"); in collectLoadStoreQueueInfo()
520 RecVec ProcRecords = Records.getAllDerivedDefinitions("Processor"); in collectProcModels()
619 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW"); in collectSchedRW()
633 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW"); in collectSchedRW()
648 RecVec AliasDefs = Records.getAllDerivedDefinitions("SchedAlias"); in collectSchedRW()
891 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW"); in collectSchedClasses()
1201 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW"); in collectProcItinRW()
1908 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.cpp55 std::vector<Record*> MRs = Records.getAllDerivedDefinitions("HwMode"); in CodeGenHwModes()
71 std::vector<Record*> MSs = Records.getAllDerivedDefinitions("HwModeSelect"); in CodeGenHwModes()
H A DTableGen.cpp220 for (Record *Rec : Records.getAllDerivedDefinitions(Class)) in LLVMTableGenMain()
229 for (Record *Rec : Records.getAllDerivedDefinitions("Set")) { in LLVMTableGenMain()
H A DCodeGenTarget.cpp272 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target"); in CodeGenTarget()
411 RegAltNameIndices = Records.getAllDerivedDefinitions("RegAltNameIndex"); in ReadRegAltNameIndices()
457 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in ReadInstructions()
539 Records.getAllDerivedDefinitions("InstructionEncoding"); in reverseBitsForLittleEndianEncoding()
636 RC.getAllDerivedDefinitions("IntrinsicProperty"); in CodeGenIntrinsicTable()
643 std::vector<Record *> Defs = RC.getAllDerivedDefinitions("Intrinsic"); in CodeGenIntrinsicTable()
H A DSearchableTableEmitter.cpp665 for (auto EnumRec : Records.getAllDerivedDefinitions("GenericEnum")) { in run()
686 Records.getAllDerivedDefinitions(FilterClass)); in run()
691 for (auto TableRec : Records.getAllDerivedDefinitions("GenericTable")) { in run()
720 collectTableEntries(*Table, Records.getAllDerivedDefinitions(FilterClass)); in run()
738 for (Record *IndexRec : Records.getAllDerivedDefinitions("SearchIndex")) { in run()
763 std::vector<Record *> Items = Records.getAllDerivedDefinitions(TableName); in run()
/llvm-project-15.0.7/clang/utils/TableGen/
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 DClangOpenCLBuiltinEmitter.cpp384 Records.getAllDerivedDefinitions("GenericType"); in EmitDeclarations()
387 std::vector<Record *> Types = Records.getAllDerivedDefinitions("Type"); in EmitDeclarations()
490 std::vector<Record *> Types = Records.getAllDerivedDefinitions("Type"); in GetOverloads()
498 std::vector<Record *> Builtins = Records.getAllDerivedDefinitions("Builtin"); in GetOverloads()
530 Records.getAllDerivedDefinitions("FunctionExtension"); in EmitExtensionTable()
784 for (const auto *VectList : Records.getAllDerivedDefinitions("IntList")) { in EmitQualTypeFinder()
799 Records.getAllDerivedDefinitions("ImageType"); in EmitQualTypeFinder()
849 for (const auto *GenType : Records.getAllDerivedDefinitions("GenericType")) { in EmitQualTypeFinder()
893 std::vector<Record *> Types = Records.getAllDerivedDefinitions("Type"); in EmitQualTypeFinder()
1214 std::vector<Record *> Builtins = Records.getAllDerivedDefinitions("Builtin"); in emit()
H A DClangASTPropertiesEmitter.cpp102 records.getAllDerivedDefinitions(PropertyClassName)) { in ASTPropsEmitter()
109 records.getAllDerivedDefinitions(CreationRuleClassName)) { in ASTPropsEmitter()
123 records.getAllDerivedDefinitions(OverrideRuleClassName)) { in ASTPropsEmitter()
137 records.getAllDerivedDefinitions(ReadHelperRuleClassName)) { in ASTPropsEmitter()
151 records.getAllDerivedDefinitions(PropertyTypeClassName)) { in ASTPropsEmitter()
161 records.getAllDerivedDefinitions(TypeKindClassName)) { in ASTPropsEmitter()
174 records.getAllDerivedDefinitions(TypeCaseClassName)) { in ASTPropsEmitter()
H A DClangCommentCommandInfoEmitter.cpp29 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command"); in EmitClangCommentCommandInfo()
123 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command"); in EmitClangCommentCommandList()
H A DClangASTNodesEmitter.cpp149 = Records.getAllDerivedDefinitions(NodeClassName); in deriveChildTree()
222 = Records.getAllDerivedDefinitions(DeclContextNodeClassName); in EmitClangDeclContext()
223 RecordVector Decls = Records.getAllDerivedDefinitions(DeclNodeClassName); in EmitClangDeclContext()
H A DSveEmitter.cpp268 for (auto *RV : Records.getAllDerivedDefinitions("EltType")) in SVEEmitter()
270 for (auto *RV : Records.getAllDerivedDefinitions("MemEltType")) in SVEEmitter()
272 for (auto *RV : Records.getAllDerivedDefinitions("FlagType")) in SVEEmitter()
274 for (auto *RV : Records.getAllDerivedDefinitions("MergeType")) in SVEEmitter()
276 for (auto *RV : Records.getAllDerivedDefinitions("ImmCheckType")) in SVEEmitter()
1231 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createHeader()
1292 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createBuiltins()
1323 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createCodeGenMap()
1356 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createRangeChecks()
H A DClangAttrEmitter.cpp169 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); in getParsedAttrList()
1704 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrLateParsedList()
1883 Records.getAllDerivedDefinitions("AttrSubjectMatcherRule"); in PragmaClangAttributeSupport()
1914 Records.getAllDerivedDefinitions(DeclNodeClassName); in PragmaClangAttributeSupport()
2172 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrTypeArgList()
2259 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrIdentifierArgList()
2322 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitAttributes()
3077 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), in EmitClangAttrPCHRead()
3410 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in EmitClangAttrASTVisitor()
3535 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()
590 for (auto *S : Records.getAllDerivedDefinitions("TextSubstitution")) { in DiagnosticTextBuilder()
598 for (Record *Diag : Records.getAllDerivedDefinitions("Diagnostic")) { in DiagnosticTextBuilder()
1232 std::vector<Record *> Diags = Records.getAllDerivedDefinitions("Diagnostic"); in EmitClangDiagsDefs()
1235 = Records.getAllDerivedDefinitions("DiagGroup"); in EmitClangDiagsDefs()
1583 std::vector<Record *> Diags = Records.getAllDerivedDefinitions("Diagnostic"); in EmitClangDiagGroups()
1586 Records.getAllDerivedDefinitions("DiagGroup"); in EmitClangDiagGroups()
1633 Records.getAllDerivedDefinitions("Diagnostic"); in EmitClangDiagsIndexName()
1738 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()
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DPassCAPIGen.cpp63 for (const auto *def : records.getAllDerivedDefinitions("PassBase")) { in emitCAPIHeader()
97 for (const auto *def : records.getAllDerivedDefinitions("PassBase")) { in emitCAPIImpl()
H A DLLVMIRConversionGen.cpp170 for (const auto *def : recordKeeper.getAllDerivedDefinitions("LLVM_OpBase")) { in emitBuilders()
364 for (const auto *def : recordKeeper.getAllDerivedDefinitions("LLVM_EnumAttr")) in emitEnumConversionDefs()
371 recordKeeper.getAllDerivedDefinitions("LLVM_CEnumAttr")) in emitEnumConversionDefs()
388 recordKeeper.getAllDerivedDefinitions("LLVM_IntrOpBase")) in emitIntrOpPairs()
H A DDirectiveCommonGen.cpp53 recordKeeper.getAllDerivedDefinitions("DirectiveLanguage"); in emitDecls()
56 const auto &clauses = recordKeeper.getAllDerivedDefinitions("Clause"); in emitDecls()
H A DDialectGen.cpp235 auto dialectDefs = recordKeeper.getAllDerivedDefinitions("Dialect"); in emitDialectDecls()
306 auto dialectDefs = recordKeeper.getAllDerivedDefinitions("Dialect"); in emitDialectDefs()
H A DSPIRVUtilsGen.cpp200 auto defs = recordKeeper.getAllDerivedDefinitions("Availability"); in emitInterfaceDefs()
286 auto defs = recordKeeper.getAllDerivedDefinitions("Availability"); in emitInterfaceDecls()
449 auto defs = recordKeeper.getAllDerivedDefinitions("EnumAttrInfo"); in emitEnumDecls()
480 auto defs = recordKeeper.getAllDerivedDefinitions("EnumAttrInfo"); in emitEnumDefs()
1095 auto defs = recordKeeper.getAllDerivedDefinitions("SPV_ExtInstOp"); in emitExtendedSetDeserializationDispatch()
1153 auto defs = recordKeeper.getAllDerivedDefinitions("SPV_Op"); in emitSerializationFns()
1218 auto defs = recordKeeper.getAllDerivedDefinitions("EnumAttrInfo"); in emitAttrUtils()
1361 auto defs = recordKeeper.getAllDerivedDefinitions("SPV_Op"); in emitAvailabilityImpl()
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h50 return Records.getAllDerivedDefinitions("Directive"); in getDirectives()
54 return Records.getAllDerivedDefinitions("Clause"); in getClauses()
64 return Records.getAllDerivedDefinitions("DirectiveLanguage"); in getDirectiveLanguages()
/llvm-project-15.0.7/lldb/utils/TableGen/
H A DLLDBPropertyDefEmitter.cpp174 Records.getAllDerivedDefinitions("Property"); in EmitPropertyDefs()
185 Records.getAllDerivedDefinitions("Property"); in EmitPropertyEnumDefs()

123