Home
last modified time | relevance | path

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

123

/external/llvm/utils/TableGen/
DAttributes.cpp48 Records.getAllDerivedDefinitions("EnumAttr"); in emitTargetIndependentEnums()
61 Records.getAllDerivedDefinitions("EnumAttr"); in emitConversionFn()
107 printEnumAttrClasses(OS ,Records.getAllDerivedDefinitions("EnumAttr")); in emitFnAttrCompatCheck()
108 printStrBoolAttrClasses(OS , Records.getAllDerivedDefinitions("StrBoolAttr")); in emitFnAttrCompatCheck()
115 Records.getAllDerivedDefinitions("CompatRule"); in emitFnAttrCompatCheck()
127 Records.getAllDerivedDefinitions("MergeRule"); in emitFnAttrCompatCheck()
DTableGen.cpp153 for (Record *Rec : Records.getAllDerivedDefinitions(Class)) in LLVMTableGenMain()
162 for (Record *Rec : Records.getAllDerivedDefinitions("Set")) { in LLVMTableGenMain()
DCodeGenTarget.cpp149 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target"); in CodeGenTarget()
228 RegAltNameIndices = Records.getAllDerivedDefinitions("RegAltNameIndex"); in ReadRegAltNameIndices()
278 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in ReadInstructions()
346 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in reverseBitsForLittleEndianEncoding()
431 std::vector<Record*> Defs = RC.getAllDerivedDefinitions("Intrinsic"); in LoadIntrinsics()
DCodeGenSchedule.cpp139 RecVec ProcRecords = Records.getAllDerivedDefinitions("Processor"); in collectProcModels()
228 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW"); in collectSchedRW()
243 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW"); in collectSchedRW()
259 RecVec AliasDefs = Records.getAllDerivedDefinitions("SchedAlias"); in collectSchedRW()
317 RecVec RWDefs = Records.getAllDerivedDefinitions("SchedReadWrite"); in collectSchedRW()
520 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW"); in collectSchedClasses()
821 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW"); in collectProcItinRW()
1445 ProcResourceDefs = Records.getAllDerivedDefinitions("ProcResourceUnits"); in collectProcResources()
1446 ProcResGroups = Records.getAllDerivedDefinitions("ProcResGroup"); in collectProcResources()
1473 RecVec WRDefs = Records.getAllDerivedDefinitions("WriteRes"); in collectProcResources()
[all …]
DCodeGenMapTable.cpp205 InstrDefs = Records.getAllDerivedDefinitions(FilterClass); in MapTableEmitter()
507 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in emitEnums()
571 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in EmitMapTable()
DOptParserEmitter.cpp111 Records.getAllDerivedDefinitions("OptionGroup"); in EmitOptParser()
112 std::vector<Record*> Opts = Records.getAllDerivedDefinitions("Option"); in EmitOptParser()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
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()
DCodeGenSchedule.cpp229 RecVec Units = Records.getAllDerivedDefinitions("RetireControlUnit"); in collectRetireControlUnits()
259 RecVec ProcRecords = Records.getAllDerivedDefinitions("Processor"); in collectProcModels()
349 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW"); in collectSchedRW()
363 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW"); in collectSchedRW()
378 RecVec AliasDefs = Records.getAllDerivedDefinitions("SchedAlias"); in collectSchedRW()
435 } RecVec RWDefs = Records.getAllDerivedDefinitions("SchedReadWrite"); in collectSchedRW()
621 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW"); in collectSchedClasses()
925 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW"); in collectProcItinRW()
1514 RecVec RegisterFileDefs = Records.getAllDerivedDefinitions("RegisterFile"); in collectRegisterFiles()
1538 for (Record *Def : Records.getAllDerivedDefinitions("PfmIssueCounter")) { in collectPfmCounters()
[all …]
DCodeGenHwModes.cpp56 std::vector<Record*> MRs = Records.getAllDerivedDefinitions("HwMode"); in CodeGenHwModes()
72 std::vector<Record*> MSs = Records.getAllDerivedDefinitions("HwModeSelect"); in CodeGenHwModes()
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()
DTableGen.cpp194 for (Record *Rec : Records.getAllDerivedDefinitions(Class)) in LLVMTableGenMain()
203 for (Record *Rec : Records.getAllDerivedDefinitions("Set")) { in LLVMTableGenMain()
DSearchableTableEmitter.cpp634 for (auto EnumRec : Records.getAllDerivedDefinitions("GenericEnum")) { in run()
654 Records.getAllDerivedDefinitions(FilterClass)); in run()
659 for (auto TableRec : Records.getAllDerivedDefinitions("GenericTable")) { in run()
678 collectTableEntries(*Table, Records.getAllDerivedDefinitions( in run()
697 for (Record *IndexRec : Records.getAllDerivedDefinitions("SearchIndex")) { in run()
719 std::vector<Record *> Items = Records.getAllDerivedDefinitions(TableName); in run()
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()
DCodeGenMapTable.cpp205 InstrDefs = Records.getAllDerivedDefinitions(FilterClass); in MapTableEmitter()
512 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in emitEnums()
577 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in EmitMapTable()
DOptParserEmitter.cpp113 Records.getAllDerivedDefinitions("OptionGroup"); in EmitOptParser()
114 std::vector<Record*> Opts = Records.getAllDerivedDefinitions("Option"); in EmitOptParser()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DSubtargetEmitter.cpp29 std::vector<Record*> DefList = Records.getAllDerivedDefinitions(ClassName); in Enumeration()
75 Records.getAllDerivedDefinitions("SubtargetFeature"); in FeatureKeyValues()
138 Records.getAllDerivedDefinitions("Processor"); in CPUKeyValues()
301 Records.getAllDerivedDefinitions("ProcessorItineraries"); in EmitStageAndOperandCycleData()
478 Records.getAllDerivedDefinitions("ProcessorItineraries"); in EmitProcessorData()
527 Records.getAllDerivedDefinitions("Processor"); in EmitProcessorLookup()
569 Records.getAllDerivedDefinitions("InstrItinClass"); in EmitData()
598 Records.getAllDerivedDefinitions("SubtargetFeature"); in ParseFeaturesFunction()
DTableGen.cpp161 std::vector<Record*> Recs = Records.getAllDerivedDefinitions(Class); in operator ()()
171 std::vector<Record*> Recs = Records.getAllDerivedDefinitions("Set"); in operator ()()
DCodeGenTarget.cpp114 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target"); in CodeGenTarget()
168 RegAltNameIndices = Records.getAllDerivedDefinitions("RegAltNameIndex"); in ReadRegAltNameIndices()
218 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in ReadInstructions()
348 std::vector<Record*> I = RC.getAllDerivedDefinitions("Intrinsic"); in LoadIntrinsics()
/external/clang/utils/TableGen/
DClangCommentHTMLTagsEmitter.cpp24 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag"); in EmitClangCommentHTMLTags()
40 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag"); in EmitClangCommentHTMLTagsProperties()
DClangCommentCommandInfoEmitter.cpp29 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command"); in EmitClangCommentCommandInfo()
117 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command"); in EmitClangCommentCommandList()
DClangASTNodesEmitter.cpp156 = Records.getAllDerivedDefinitions(Root.getName()); in run()
202 = Records.getAllDerivedDefinitions("DeclContext"); in EmitClangDeclContext()
203 RecordVector Decls = Records.getAllDerivedDefinitions("Decl"); in EmitClangDeclContext()
DClangDiagnosticsEmitter.cpp47 = Records.getAllDerivedDefinitions("DiagGroup"); in DiagGroupParentMap()
109 Records.getAllDerivedDefinitions("Diagnostic"); in DiagCategoryIDMap()
497 Records.getAllDerivedDefinitions("Diagnostic"); in EmitClangDiagsDefs()
500 = Records.getAllDerivedDefinitions("DiagGroup"); in EmitClangDiagsDefs()
828 std::vector<Record *> Diags = Records.getAllDerivedDefinitions("Diagnostic"); in EmitClangDiagGroups()
831 Records.getAllDerivedDefinitions("DiagGroup"); in EmitClangDiagGroups()
880 Records.getAllDerivedDefinitions("Diagnostic"); in EmitClangDiagsIndexName()
DClangSACheckersEmitter.cpp98 std::vector<Record*> checkers = Records.getAllDerivedDefinitions("Checker"); in EmitClangSACheckers()
108 std::vector<Record*> packages = Records.getAllDerivedDefinitions("Package"); in EmitClangSACheckers()
120 checkerGroups = Records.getAllDerivedDefinitions("CheckerGroup"); in EmitClangSACheckers()
DClangAttrEmitter.cpp154 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); in getParsedAttrList()
1505 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrLateParsedList()
1527 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrTypeArgList()
1583 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrIdentifierArgList()
1611 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in EmitClangAttrClass()
1811 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in EmitClangAttrImpl()
2081 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); in EmitClangAttrList()
2116 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), in EmitClangAttrPCHRead()
2157 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), Args; in EmitClangAttrPCHWrite()
2297 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); in EmitClangAttrHasAttrImpl()
[all …]
DClangCommentHTMLNamedCharacterReferenceEmitter.cpp52 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("NCR"); in EmitClangCommentHTMLNamedCharacterReferences()

123