Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DAttributes.cpp47 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 DTargetFeaturesEmitter.cpp26 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 DARMTargetDefEmitter.cpp63 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 DTableGen.cpp40 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 DDirectiveEmitter.h69 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 DDXILEmitter.cpp316 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 DExegesisEmitter.cpp71 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 DOptionRSTEmitter.cpp23 std::vector<const Record *> Opts = Records.getAllDerivedDefinitions("Option"); in emitOptionRst()
27 for (const Record *R : Records.getAllDerivedDefinitions("OptionGroup")) in emitOptionRst()
H A DCodeGenMapTable.cpp192 InstrDefs = Records.getAllDerivedDefinitions(FilterClass); in MapTableEmitter()
504 Records.getAllDerivedDefinitions("InstrMapping")) { in emitEnums()
547 Records.getAllDerivedDefinitions("InstrMapping"); in EmitMapTable()
H A DSearchableTableEmitter.cpp747 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 DClangOpenCLBuiltinEmitter.cpp393 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 DClangCommentHTMLTagsEmitter.cpp24 ArrayRef<const Record *> Tags = Records.getAllDerivedDefinitions("Tag"); in EmitClangCommentHTMLTags()
41 ArrayRef<const Record *> Tags = Records.getAllDerivedDefinitions("Tag"); in EmitClangCommentHTMLTagsProperties()
H A DClangASTNodesEmitter.cpp159 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 DClangCommentCommandInfoEmitter.cpp30 ArrayRef<const Record *> Tags = Records.getAllDerivedDefinitions("Command"); in EmitClangCommentCommandInfo()
124 ArrayRef<const Record *> Tags = Records.getAllDerivedDefinitions("Command"); in EmitClangCommentCommandList()
H A DSveEmitter.cpp315 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 DClangASTPropertiesEmitter.cpp101 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 DClangAttrEmitter.cpp196 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 DClangDiagnosticsEmitter.cpp47 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 DClangSyntaxEmitter.cpp46 for (const Record *T : Records.getAllDerivedDefinitions("NodeType")) in Hierarchy()
48 for (const Record *Derived : Records.getAllDerivedDefinitions("NodeType")) in Hierarchy()
H A DClangSACheckersEmitter.cpp176 Records.getAllDerivedDefinitions("Checker"); in EmitClangSACheckers()
178 Records.getAllDerivedDefinitions("Package"); in EmitClangSACheckers()
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp53 for (const Record *Tag : Records.getAllDerivedDefinitions("NCR")) { in EmitClangCommentHTMLNamedCharacterReferences()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp257 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 DCodeGenTarget.cpp74 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 DCodeGenHwModes.cpp59 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 DLLDBPropertyDefEmitter.cpp175 Records.getAllDerivedDefinitions("Property"); in EmitPropertyDefs()
186 Records.getAllDerivedDefinitions("Property"); in EmitPropertyEnumDefs()

123