| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | Attributes.cpp | 49 for (auto A : Records.getAllDerivedDefinitions(KindName)) { in emitTargetIndependentNames() 69 for (auto A : Records.getAllDerivedDefinitions(KindName)) { in emitTargetIndependentNames() 87 Records.getAllDerivedDefinitions("CompatRule"); in emitFnAttrCompatCheck() 99 Records.getAllDerivedDefinitions("MergeRule"); in emitFnAttrCompatCheck() 118 for (auto A : Records.getAllDerivedDefinitions(KindName)) { in emitAttributeProperties()
|
| H A D | ExegesisEmitter.cpp | 74 for (Record *Def : Records.getAllDerivedDefinitions("ProcPfmCounters")) { in collectPfmCounters() 99 std::vector<Record *> Targets = Records.getAllDerivedDefinitions("Target"); in ExegesisEmitter() 155 Records.getAllDerivedDefinitions("ProcPfmCounters"); in emitPfmCounters() 183 Records.getAllDerivedDefinitions("PfmCountersBinding"); in emitPfmCountersLookupTable()
|
| H A D | OptRSTEmitter.cpp | 31 std::vector<Record *> Opts = Records.getAllDerivedDefinitions("Option"); in EmitOptRST() 36 Records.getAllDerivedDefinitions("OptionGroup"); in EmitOptRST()
|
| H A D | CodeGenSchedule.cpp | 256 Records.getAllDerivedDefinitions("InstructionEquivalenceClass"); in checkSTIPredicates() 404 RecVec RV = Records.getAllDerivedDefinitions("STIPredicate"); in collectSTIPredicates() 477 RecVec Queues = Records.getAllDerivedDefinitions("MemoryQueue"); in collectLoadStoreQueueInfo() 521 RecVec ProcRecords = Records.getAllDerivedDefinitions("Processor"); in collectProcModels() 611 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW"); in collectSchedRW() 625 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW"); in collectSchedRW() 640 RecVec AliasDefs = Records.getAllDerivedDefinitions("SchedAlias"); in collectSchedRW() 883 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW"); in collectSchedClasses() 1193 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW"); in collectProcItinRW() 1900 RecVec WRDefs = Records.getAllDerivedDefinitions("WriteRes"); in collectProcResources() [all …]
|
| H A D | CodeGenHwModes.cpp | 55 std::vector<Record*> MRs = Records.getAllDerivedDefinitions("HwMode"); in CodeGenHwModes() 71 std::vector<Record*> MSs = Records.getAllDerivedDefinitions("HwModeSelect"); in CodeGenHwModes()
|
| H A D | TableGen.cpp | 220 for (Record *Rec : Records.getAllDerivedDefinitions(Class)) in LLVMTableGenMain() 229 for (Record *Rec : Records.getAllDerivedDefinitions("Set")) { in LLVMTableGenMain()
|
| H A D | CodeGenTarget.cpp | 267 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target"); in CodeGenTarget() 406 RegAltNameIndices = Records.getAllDerivedDefinitions("RegAltNameIndex"); in ReadRegAltNameIndices() 452 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in ReadInstructions() 534 Records.getAllDerivedDefinitions("InstructionEncoding"); in reverseBitsForLittleEndianEncoding() 631 RC.getAllDerivedDefinitions("IntrinsicProperty"); in CodeGenIntrinsicTable() 638 std::vector<Record *> Defs = RC.getAllDerivedDefinitions("Intrinsic"); in CodeGenIntrinsicTable()
|
| H A D | SearchableTableEmitter.cpp | 660 for (auto EnumRec : Records.getAllDerivedDefinitions("GenericEnum")) { in run() 681 Records.getAllDerivedDefinitions(FilterClass)); in run() 686 for (auto TableRec : Records.getAllDerivedDefinitions("GenericTable")) { in run() 715 collectTableEntries(*Table, Records.getAllDerivedDefinitions(FilterClass)); in run() 733 for (Record *IndexRec : Records.getAllDerivedDefinitions("SearchIndex")) { in run() 758 std::vector<Record *> Items = Records.getAllDerivedDefinitions(TableName); in run()
|
| H A D | CodeGenMapTable.cpp | 194 InstrDefs = Records.getAllDerivedDefinitions(FilterClass); in MapTableEmitter() 501 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in emitEnums() 566 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in EmitMapTable()
|
| H A D | CodeBeadsGen.cpp | 45 std::vector<Record *> Insts = Records.getAllDerivedDefinitions("Instruction"); in run()
|
| H A D | InstrInfoEmitter.cpp | 347 std::vector<Record *> Operands = Records.getAllDerivedDefinitions("Operand"); in emitOperandTypeMappings() 349 Records.getAllDerivedDefinitions("RegisterOperand"); in emitOperandTypeMappings() 351 Records.getAllDerivedDefinitions("RegisterClass"); in emitOperandTypeMappings() 632 RecVec TIIPredicates = Records.getAllDerivedDefinitions("TIIPredicate"); in emitMCIIHelperMethods() 681 RecVec TIIPredicates = Records.getAllDerivedDefinitions("TIIPredicate"); in emitTIIHelperMethods()
|
| /freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangOpenCLBuiltinEmitter.cpp | 350 Records.getAllDerivedDefinitions("GenericType"); in EmitDeclarations() 353 std::vector<Record *> Types = Records.getAllDerivedDefinitions("Type"); in EmitDeclarations() 456 std::vector<Record *> Types = Records.getAllDerivedDefinitions("Type"); in GetOverloads() 464 std::vector<Record *> Builtins = Records.getAllDerivedDefinitions("Builtin"); in GetOverloads() 496 Records.getAllDerivedDefinitions("FunctionExtension"); in EmitExtensionTable() 736 for (const auto *VectList : Records.getAllDerivedDefinitions("IntList")) { in EmitQualTypeFinder() 751 Records.getAllDerivedDefinitions("ImageType"); in EmitQualTypeFinder() 792 for (const auto *GenType : Records.getAllDerivedDefinitions("GenericType")) { in EmitQualTypeFinder() 837 std::vector<Record *> Types = Records.getAllDerivedDefinitions("Type"); in EmitQualTypeFinder() 1066 std::vector<Record *> Builtins = Records.getAllDerivedDefinitions("Builtin"); in emit()
|
| H A D | ClangCommentHTMLTagsEmitter.cpp | 23 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag"); in EmitClangCommentHTMLTags() 40 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag"); in EmitClangCommentHTMLTagsProperties()
|
| H A D | ClangCommentCommandInfoEmitter.cpp | 29 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command"); in EmitClangCommentCommandInfo() 117 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command"); in EmitClangCommentCommandList()
|
| H A D | ClangASTNodesEmitter.cpp | 149 = Records.getAllDerivedDefinitions(NodeClassName); in deriveChildTree() 222 = Records.getAllDerivedDefinitions(DeclContextNodeClassName); in EmitClangDeclContext() 223 RecordVector Decls = Records.getAllDerivedDefinitions(DeclNodeClassName); in EmitClangDeclContext()
|
| H A D | ClangASTPropertiesEmitter.cpp | 102 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 D | SveEmitter.cpp | 268 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() 1290 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createBuiltins() 1321 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createCodeGenMap() 1354 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createRangeChecks()
|
| H A D | ClangAttrEmitter.cpp | 168 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); in getParsedAttrList() 1680 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrLateParsedList() 1859 Records.getAllDerivedDefinitions("AttrSubjectMatcherRule"); in PragmaClangAttributeSupport() 1890 Records.getAllDerivedDefinitions(DeclNodeClassName); in PragmaClangAttributeSupport() 2143 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrTypeArgList() 2222 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrIdentifierArgList() 2268 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitAttributes() 2923 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), in EmitClangAttrPCHRead() 3231 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in EmitClangAttrASTVisitor() 3352 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in EmitClangAttrTemplateInstantiate() [all …]
|
| H A D | ClangOptionDocEmitter.cpp | 50 for (Record *R : Records.getAllDerivedDefinitions("Option")) in extractDocumentation() 67 for (Record *R : Records.getAllDerivedDefinitions("OptionGroup")) { in extractDocumentation() 77 for (Record *R : Records.getAllDerivedDefinitions("Option")) { in extractDocumentation()
|
| H A D | ClangSyntaxEmitter.cpp | 45 for (llvm::Record *T : Records.getAllDerivedDefinitions("NodeType")) in Hierarchy() 47 for (llvm::Record *Derived : Records.getAllDerivedDefinitions("NodeType")) in Hierarchy()
|
| H A D | ClangSACheckersEmitter.cpp | 179 std::vector<Record*> checkers = Records.getAllDerivedDefinitions("Checker"); in EmitClangSACheckers() 180 std::vector<Record*> packages = Records.getAllDerivedDefinitions("Package"); in EmitClangSACheckers()
|
| H A D | ClangDiagnosticsEmitter.cpp | 47 = 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() 1230 std::vector<Record *> Diags = Records.getAllDerivedDefinitions("Diagnostic"); in EmitClangDiagsDefs() 1233 = Records.getAllDerivedDefinitions("DiagGroup"); in EmitClangDiagsDefs() 1566 std::vector<Record *> Diags = Records.getAllDerivedDefinitions("Diagnostic"); in EmitClangDiagGroups() 1569 Records.getAllDerivedDefinitions("DiagGroup"); in EmitClangDiagGroups() 1616 Records.getAllDerivedDefinitions("Diagnostic"); in EmitClangDiagsIndexName() 1721 Records.getAllDerivedDefinitions("Diagnostic"); in EmitClangDiagDocs() [all …]
|
| H A D | ClangCommentHTMLNamedCharacterReferenceEmitter.cpp | 51 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("NCR"); in EmitClangCommentHTMLNamedCharacterReferences()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | DirectiveEmitter.h | 50 return Records.getAllDerivedDefinitions("Directive"); in getDirectives() 54 return Records.getAllDerivedDefinitions("Clause"); in getClauses() 64 return Records.getAllDerivedDefinitions("DirectiveLanguage"); in getDirectiveLanguages()
|
| /freebsd-13.1/contrib/llvm-project/lldb/utils/TableGen/ |
| H A D | LLDBPropertyDefEmitter.cpp | 174 Records.getAllDerivedDefinitions("Property"); in EmitPropertyDefs() 185 Records.getAllDerivedDefinitions("Property"); in EmitPropertyEnumDefs()
|