Home
last modified time | relevance | path

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

/external/clang/utils/TableGen/
DClangCommentHTMLTagsEmitter.cpp24 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag"); in EmitClangCommentHTMLTags()
41 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()
498 Records.getAllDerivedDefinitions("Diagnostic"); in EmitClangDiagsDefs()
501 = Records.getAllDerivedDefinitions("DiagGroup"); in EmitClangDiagsDefs()
829 std::vector<Record *> Diags = Records.getAllDerivedDefinitions("Diagnostic"); in EmitClangDiagGroups()
832 Records.getAllDerivedDefinitions("DiagGroup"); in EmitClangDiagGroups()
881 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.cpp136 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); in getParsedAttrList()
1322 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrLateParsedList()
1344 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrTypeArgList()
1400 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in emitClangAttrIdentifierArgList()
1428 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in EmitClangAttrClass()
1616 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in EmitClangAttrImpl()
1744 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"), in EmitClangAttrList()
1780 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), in EmitClangAttrPCHRead()
1823 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), Args; in EmitClangAttrPCHWrite()
1932 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"); in EmitClangAttrHasAttrImpl()
[all …]
DClangCommentHTMLNamedCharacterReferenceEmitter.cpp52 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("NCR"); in EmitClangCommentHTMLNamedCharacterReferences()
DNeonEmitter.cpp2161 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in runHeader()
2323 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in run()
/external/llvm/utils/TableGen/
DTableGen.cpp146 for (Record *Rec : Records.getAllDerivedDefinitions(Class)) in LLVMTableGenMain()
155 for (Record *Rec : Records.getAllDerivedDefinitions("Set")) { in LLVMTableGenMain()
DDFAPacketizerEmitter.cpp344 Records.getAllDerivedDefinitions("ProcessorItineraries"); in collectAllInsnClasses()
398 Records.getAllDerivedDefinitions("ProcessorItineraries"); in run()
415 Records.getAllDerivedDefinitions("InstrItinClass").size(); in run()
DCodeGenTarget.cpp138 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target"); in CodeGenTarget()
217 RegAltNameIndices = Records.getAllDerivedDefinitions("RegAltNameIndex"); in ReadRegAltNameIndices()
267 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in ReadInstructions()
340 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in reverseBitsForLittleEndianEncoding()
425 std::vector<Record*> I = RC.getAllDerivedDefinitions("Intrinsic"); in LoadIntrinsics()
DCodeGenSchedule.cpp139 RecVec ProcRecords = Records.getAllDerivedDefinitions("Processor"); in collectProcModels()
231 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW"); in collectSchedRW()
246 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW"); in collectSchedRW()
262 RecVec AliasDefs = Records.getAllDerivedDefinitions("SchedAlias"); in collectSchedRW()
320 RecVec RWDefs = Records.getAllDerivedDefinitions("SchedReadWrite"); in collectSchedRW()
523 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW"); in collectSchedClasses()
822 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW"); in collectProcItinRW()
1462 RecVec WRDefs = Records.getAllDerivedDefinitions("WriteRes"); in collectProcResources()
1467 RecVec SWRDefs = Records.getAllDerivedDefinitions("SchedWriteRes"); in collectProcResources()
1472 RecVec RADefs = Records.getAllDerivedDefinitions("ReadAdvance"); in collectProcResources()
[all …]
DOptParserEmitter.cpp111 Records.getAllDerivedDefinitions("OptionGroup"); in EmitOptParser()
112 std::vector<Record*> Opts = Records.getAllDerivedDefinitions("Option"); in EmitOptParser()
DCodeGenMapTable.cpp205 InstrDefs = Records.getAllDerivedDefinitions(FilterClass); in MapTableEmitter()
501 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in emitEnums()
568 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in EmitMapTable()
DSubtargetEmitter.cpp118 std::vector<Record*> DefList = Records.getAllDerivedDefinitions(ClassName); in Enumeration()
164 Records.getAllDerivedDefinitions("SubtargetFeature"); in FeatureKeyValues()
228 Records.getAllDerivedDefinitions("Processor"); in CPUKeyValues()
1221 Records.getAllDerivedDefinitions("Processor"); in EmitProcessorLookup()
1295 std::vector<Record*> Prologs = Records.getAllDerivedDefinitions("PredicateProlog"); in EmitSchedModelHelpers()
1371 Records.getAllDerivedDefinitions("SubtargetFeature"); in ParseFeaturesFunction()
DCallingConvEmitter.cpp38 std::vector<Record*> CCs = Records.getAllDerivedDefinitions("CallingConv"); in run()
DCodeEmitterGen.cpp225 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in run()
DAsmMatcherEmitter.cpp1204 Records.getAllDerivedDefinitions("AsmOperandClass"); in buildOperandClasses()
1309 Records.getAllDerivedDefinitions("Predicate"); in buildInfo()
1362 Records.getAllDerivedDefinitions("InstAlias"); in buildInfo()
1462 Records.getAllDerivedDefinitions("TokenAlias"); in buildInfo()
2400 Info.getRecords().getAllDerivedDefinitions("MnemonicAlias"); in emitMnemonicAliases()
DCodeGenDAGPatterns.cpp2385 std::vector<Record*> Nodes = Records.getAllDerivedDefinitions("SDNode"); in ParseNodeInfo()
2400 std::vector<Record*> Xforms = Records.getAllDerivedDefinitions("SDNodeXForm"); in ParseNodeTransforms()
2412 std::vector<Record*> AMs = Records.getAllDerivedDefinitions("ComplexPattern"); in ParseComplexPatterns()
2426 std::vector<Record*> Fragments = Records.getAllDerivedDefinitions("PatFrag"); in ParsePatternFragments()
2510 DefaultOps = Records.getAllDerivedDefinitions("OperandWithDefaultOps"); in ParseDefaultOperands()
3067 std::vector<Record*> Instrs = Records.getAllDerivedDefinitions("Instruction"); in ParseInstructions()
3388 std::vector<Record*> Patterns = Records.getAllDerivedDefinitions("Pattern"); in ParsePatterns()
DCodeGenRegisters.cpp931 std::vector<Record*> SRIs = Records.getAllDerivedDefinitions("SubRegIndex"); in CodeGenRegBank()
940 std::vector<Record*> Regs = Records.getAllDerivedDefinitions("Register"); in CodeGenRegBank()
948 Records.getAllDerivedDefinitions("RegisterTuples"); in CodeGenRegBank()
991 std::vector<Record*> RCs = Records.getAllDerivedDefinitions("RegisterClass"); in CodeGenRegBank()
DInstrInfoEmitter.cpp314 std::vector<Record *> Operands = Records.getAllDerivedDefinitions("Operand"); in emitOperandTypesEnum()
DAsmWriterEmitter.cpp796 Records.getAllDerivedDefinitions("InstAlias"); in EmitPrintAliasInstruction()
DRegisterInfoEmitter.cpp1415 Records.getAllDerivedDefinitions("CalleeSavedRegs"); in runTargetDesc()
/external/llvm/include/llvm/TableGen/
DRecord.h1709 getAllDerivedDefinitions(const std::string &ClassName) const;
/external/llvm/lib/TableGen/
DRecord.cpp2026 RecordKeeper::getAllDerivedDefinitions(const std::string &ClassName) const { in getAllDerivedDefinitions() function in RecordKeeper