Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DAttributes.cpp46 Records.getAllDerivedDefinitions("EnumAttr"); in emitTargetIndependentEnums()
59 Records.getAllDerivedDefinitions("EnumAttr"); in emitConversionFn()
105 printEnumAttrClasses(OS ,Records.getAllDerivedDefinitions("EnumAttr")); in emitFnAttrCompatCheck()
106 printStrBoolAttrClasses(OS , Records.getAllDerivedDefinitions("StrBoolAttr")); in emitFnAttrCompatCheck()
113 Records.getAllDerivedDefinitions("CompatRule"); in emitFnAttrCompatCheck()
125 Records.getAllDerivedDefinitions("MergeRule"); in emitFnAttrCompatCheck()
H A DExegesisEmitter.cpp75 for (Record *Def : Records.getAllDerivedDefinitions("ProcPfmCounters")) { in collectPfmCounters()
100 std::vector<Record *> Targets = Records.getAllDerivedDefinitions("Target"); in ExegesisEmitter()
156 Records.getAllDerivedDefinitions("ProcPfmCounters"); in emitPfmCounters()
184 Records.getAllDerivedDefinitions("PfmCountersBinding"); in emitPfmCountersLookupTable()
H A DCodeGenSchedule.cpp258 Records.getAllDerivedDefinitions("InstructionEquivalenceClass"); in checkSTIPredicates()
408 RecVec RV = Records.getAllDerivedDefinitions("STIPredicate"); in collectSTIPredicates()
483 RecVec Queues = Records.getAllDerivedDefinitions("MemoryQueue"); in collectLoadStoreQueueInfo()
527 RecVec ProcRecords = Records.getAllDerivedDefinitions("Processor"); in collectProcModels()
617 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW"); in collectSchedRW()
631 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW"); in collectSchedRW()
646 RecVec AliasDefs = Records.getAllDerivedDefinitions("SchedAlias"); in collectSchedRW()
889 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW"); in collectSchedClasses()
1193 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW"); in collectProcItinRW()
1849 RecVec WRDefs = Records.getAllDerivedDefinitions("WriteRes"); in collectProcResources()
[all …]
H A DCodeGenHwModes.cpp56 std::vector<Record*> MRs = Records.getAllDerivedDefinitions("HwMode"); in CodeGenHwModes()
72 std::vector<Record*> MSs = Records.getAllDerivedDefinitions("HwModeSelect"); in CodeGenHwModes()
H A DRegisterBankEmitter.cpp279 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target"); in run()
285 for (const auto &V : Records.getAllDerivedDefinitions("RegisterBank")) { in run()
305 for (const auto &Class : Records.getAllDerivedDefinitions("RegisterClass")) { in run()
H A DTableGen.cpp197 for (Record *Rec : Records.getAllDerivedDefinitions(Class)) in LLVMTableGenMain()
206 for (Record *Rec : Records.getAllDerivedDefinitions("Set")) { in LLVMTableGenMain()
H A DSearchableTableEmitter.cpp641 for (auto EnumRec : Records.getAllDerivedDefinitions("GenericEnum")) { in run()
661 Records.getAllDerivedDefinitions(FilterClass)); in run()
666 for (auto TableRec : Records.getAllDerivedDefinitions("GenericTable")) { in run()
685 collectTableEntries(*Table, Records.getAllDerivedDefinitions( in run()
704 for (Record *IndexRec : Records.getAllDerivedDefinitions("SearchIndex")) { in run()
726 std::vector<Record *> Items = Records.getAllDerivedDefinitions(TableName); in run()
H A DCodeGenTarget.cpp198 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target"); in CodeGenTarget()
280 RegAltNameIndices = Records.getAllDerivedDefinitions("RegAltNameIndex"); in ReadRegAltNameIndices()
330 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in ReadInstructions()
411 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in reverseBitsForLittleEndianEncoding()
507 std::vector<Record*> Defs = RC.getAllDerivedDefinitions("Intrinsic"); in CodeGenIntrinsicTable()
H A DCodeGenMapTable.cpp205 InstrDefs = Records.getAllDerivedDefinitions(FilterClass); in MapTableEmitter()
512 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in emitEnums()
577 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in EmitMapTable()
H A DOptParserEmitter.cpp113 Records.getAllDerivedDefinitions("OptionGroup"); in EmitOptParser()
114 std::vector<Record*> Opts = Records.getAllDerivedDefinitions("Option"); in EmitOptParser()
H A DInstrInfoEmitter.cpp332 std::vector<Record *> Operands = Records.getAllDerivedDefinitions("Operand"); in emitOperandTypesEnum()
357 RecVec TIIPredicates = Records.getAllDerivedDefinitions("TIIPredicate"); in emitMCIIHelperMethods()
406 RecVec TIIPredicates = Records.getAllDerivedDefinitions("TIIPredicate"); in emitTIIHelperMethods()
H A DDFAPacketizerEmitter.cpp843 Records.getAllDerivedDefinitions("ProcessorItineraries"); in run()
858 Records.getAllDerivedDefinitions("ComboFuncUnits"); in run()
879 Records.getAllDerivedDefinitions("InstrItinClass").size(); in run()
H A DSubtargetFeatureInfo.cpp30 Records.getAllDerivedDefinitions("Predicate"); in getAll()
H A DSubtargetEmitter.cpp144 Records.getAllDerivedDefinitions("SubtargetFeature"); in Enumeration()
179 Records.getAllDerivedDefinitions("SubtargetFeature"); in FeatureKeyValues()
233 Records.getAllDerivedDefinitions("Processor"); in CPUKeyValues()
1377 Records.getAllDerivedDefinitions("Processor"); in EmitProcessorLookup()
1441 Records.getAllDerivedDefinitions("PredicateProlog"); in emitPredicateProlog()
1692 Records.getAllDerivedDefinitions("SubtargetFeature"); in ParseFeaturesFunction()
H A DCallingConvEmitter.cpp38 std::vector<Record*> CCs = Records.getAllDerivedDefinitions("CallingConv"); in run()
H A DCodeEmitterGen.cpp234 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in run()
H A DCodeGenRegisters.cpp1096 std::vector<Record*> SRIs = Records.getAllDerivedDefinitions("SubRegIndex"); in CodeGenRegBank()
1105 std::vector<Record*> Regs = Records.getAllDerivedDefinitions("Register"); in CodeGenRegBank()
1113 Records.getAllDerivedDefinitions("RegisterTuples"); in CodeGenRegBank()
1178 std::vector<Record*> RCs = Records.getAllDerivedDefinitions("RegisterClass"); in CodeGenRegBank()
/freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/
H A DClangCommentHTMLTagsEmitter.cpp24 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag"); in EmitClangCommentHTMLTags()
40 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag"); in EmitClangCommentHTMLTagsProperties()
H A DClangCommentCommandInfoEmitter.cpp29 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command"); in EmitClangCommentCommandInfo()
117 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command"); in EmitClangCommentCommandList()
H A DClangASTNodesEmitter.cpp156 = Records.getAllDerivedDefinitions(Root.getName()); in run()
202 = Records.getAllDerivedDefinitions("DeclContext"); in EmitClangDeclContext()
203 RecordVector Decls = Records.getAllDerivedDefinitions("Decl"); in EmitClangDeclContext()
H A DClangSACheckersEmitter.cpp96 std::vector<Record*> checkers = Records.getAllDerivedDefinitions("Checker"); in EmitClangSACheckers()
97 std::vector<Record*> packages = Records.getAllDerivedDefinitions("Package"); in EmitClangSACheckers()
H A DClangAttrEmitter.cpp160 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); in getParsedAttrList()
1639 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrLateParsedList()
1802 Records.getAllDerivedDefinitions("AttrSubjectMatcherRule"); in PragmaClangAttributeSupport()
2068 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrTypeArgList()
2126 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrVariadicIdentifierArgList()
2146 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrIdentifierArgList()
2171 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in EmitClangAttrClass()
2380 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in EmitClangAttrImpl()
2697 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), in EmitClangAttrPCHRead()
2992 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in EmitClangAttrASTVisitor()
[all …]
H A DClangDiagnosticsEmitter.cpp46 = Records.getAllDerivedDefinitions("DiagGroup"); in DiagGroupParentMap()
108 Records.getAllDerivedDefinitions("Diagnostic"); in DiagCategoryIDMap()
607 for (auto *S : Records.getAllDerivedDefinitions("TextSubstitution")) { in DiagnosticTextBuilder()
615 for (Record *Diag : Records.getAllDerivedDefinitions("Diagnostic")) { in DiagnosticTextBuilder()
1206 std::vector<Record *> Diags = Records.getAllDerivedDefinitions("Diagnostic"); in EmitClangDiagsDefs()
1209 = Records.getAllDerivedDefinitions("DiagGroup"); in EmitClangDiagsDefs()
1537 std::vector<Record *> Diags = Records.getAllDerivedDefinitions("Diagnostic"); in EmitClangDiagGroups()
1540 Records.getAllDerivedDefinitions("DiagGroup"); in EmitClangDiagGroups()
1589 Records.getAllDerivedDefinitions("Diagnostic"); in EmitClangDiagsIndexName()
1693 Records.getAllDerivedDefinitions("Diagnostic"); in EmitClangDiagDocs()
[all …]
H A DClangOptionDocEmitter.cpp52 for (Record *R : Records.getAllDerivedDefinitions("Option")) in extractDocumentation()
69 for (Record *R : Records.getAllDerivedDefinitions("OptionGroup")) { in extractDocumentation()
79 for (Record *R : Records.getAllDerivedDefinitions("Option")) { in extractDocumentation()
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp52 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("NCR"); in EmitClangCommentHTMLNamedCharacterReferences()

12