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

12

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DAttributes.cpp47 Records.getAllDerivedDefinitions("EnumAttr");
85 printEnumAttrClasses(OS ,Records.getAllDerivedDefinitions("EnumAttr"));
86 printStrBoolAttrClasses(OS , Records.getAllDerivedDefinitions("StrBoolAttr"));
93 Records.getAllDerivedDefinitions("CompatRule");
105 Records.getAllDerivedDefinitions("MergeRule");
H A DTableGen.cpp150 for (Record *Rec : Records.getAllDerivedDefinitions(Class))
159 for (Record *Rec : Records.getAllDerivedDefinitions("Set")) {
H A DOptParserEmitter.cpp111 Records.getAllDerivedDefinitions("OptionGroup");
112 std::vector<Record*> Opts = Records.getAllDerivedDefinitions("Option");
H A DCodeGenTarget.cpp149 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target");
228 RegAltNameIndices = Records.getAllDerivedDefinitions("RegAltNameIndex");
278 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction");
351 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction");
436 std::vector<Record*> I = RC.getAllDerivedDefinitions("Intrinsic");
H A DCodeGenMapTable.cpp205 InstrDefs = Records.getAllDerivedDefinitions(FilterClass);
497 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping");
564 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping");
H A DCodeGenSchedule.cpp133 RecVec ProcRecords = Records.getAllDerivedDefinitions("Processor");
222 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW");
237 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW");
253 RecVec AliasDefs = Records.getAllDerivedDefinitions("SchedAlias");
311 RecVec RWDefs = Records.getAllDerivedDefinitions("SchedReadWrite");
514 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW");
814 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW");
1454 RecVec WRDefs = Records.getAllDerivedDefinitions("WriteRes");
1459 RecVec SWRDefs = Records.getAllDerivedDefinitions("SchedWriteRes");
1464 RecVec RADefs = Records.getAllDerivedDefinitions("ReadAdvanc
[all...]
H A DDFAPacketizerEmitter.cpp842 Records.getAllDerivedDefinitions("ProcessorItineraries");
857 Records.getAllDerivedDefinitions("ComboFuncUnits");
878 Records.getAllDerivedDefinitions("InstrItinClass").size();
H A DCallingConvEmitter.cpp38 std::vector<Record*> CCs = Records.getAllDerivedDefinitions("CallingConv");
H A DSubtargetEmitter.cpp118 std::vector<Record*> DefList = Records.getAllDerivedDefinitions(ClassName);
155 Records.getAllDerivedDefinitions("SubtargetFeature");
217 Records.getAllDerivedDefinitions("Processor");
1209 Records.getAllDerivedDefinitions("Processor");
1283 std::vector<Record*> Prologs = Records.getAllDerivedDefinitions("PredicateProlog");
1359 Records.getAllDerivedDefinitions("SubtargetFeature");
H A DCodeEmitterGen.cpp225 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction");
H A DAsmMatcherEmitter.cpp1263 Records.getAllDerivedDefinitions("AsmOperandClass");
1368 Records.getAllDerivedDefinitions("Predicate");
1429 Records.getAllDerivedDefinitions("InstAlias");
1530 Records.getAllDerivedDefinitions("TokenAlias");
2454 Info.getRecords().getAllDerivedDefinitions("MnemonicAlias");
H A DCodeGenDAGPatterns.cpp2429 std::vector<Record*> Nodes = Records.getAllDerivedDefinitions("SDNode");
2444 std::vector<Record*> Xforms = Records.getAllDerivedDefinitions("SDNodeXForm");
2456 std::vector<Record*> AMs = Records.getAllDerivedDefinitions("ComplexPattern");
2470 std::vector<Record*> Fragments = Records.getAllDerivedDefinitions("PatFrag");
2554 DefaultOps = Records.getAllDerivedDefinitions("OperandWithDefaultOps");
3111 std::vector<Record*> Instrs = Records.getAllDerivedDefinitions("Instruction");
3427 std::vector<Record*> Patterns = Records.getAllDerivedDefinitions("Pattern");
H A DCodeGenRegisters.cpp931 std::vector<Record*> SRIs = Records.getAllDerivedDefinitions("SubRegIndex");
940 std::vector<Record*> Regs = Records.getAllDerivedDefinitions("Register");
948 Records.getAllDerivedDefinitions("RegisterTuples");
991 std::vector<Record*> RCs = Records.getAllDerivedDefinitions("RegisterClass");
H A DInstrInfoEmitter.cpp313 std::vector<Record *> Operands = Records.getAllDerivedDefinitions("Operand");
H A DAsmWriterEmitter.cpp790 Records.getAllDerivedDefinitions("InstAlias");
H A DRegisterInfoEmitter.cpp1420 Records.getAllDerivedDefinitions("CalleeSavedRegs");
/freebsd-11.0-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangCommentHTMLTagsEmitter.cpp24 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag");
40 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag");
H A DClangCommentCommandInfoEmitter.cpp29 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command");
117 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command");
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp52 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("NCR");
H A DClangASTNodesEmitter.cpp156 = Records.getAllDerivedDefinitions(Root.getName());
202 = Records.getAllDerivedDefinitions("DeclContext");
203 RecordVector Decls = Records.getAllDerivedDefinitions("Decl");
H A DClangDiagnosticsEmitter.cpp47 = Records.getAllDerivedDefinitions("DiagGroup");
109 Records.getAllDerivedDefinitions("Diagnostic");
498 Records.getAllDerivedDefinitions("Diagnostic");
501 = Records.getAllDerivedDefinitions("DiagGroup");
829 std::vector<Record *> Diags = Records.getAllDerivedDefinitions("Diagnostic");
832 Records.getAllDerivedDefinitions("DiagGroup");
881 Records.getAllDerivedDefinitions("Diagnostic");
H A DClangSACheckersEmitter.cpp98 std::vector<Record*> checkers = Records.getAllDerivedDefinitions("Checker");
108 std::vector<Record*> packages = Records.getAllDerivedDefinitions("Package");
120 checkerGroups = Records.getAllDerivedDefinitions("CheckerGroup");
H A DClangAttrEmitter.cpp137 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr");
1354 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
1376 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr");
1432 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
1460 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
1662 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
1790 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"),
1826 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"),
1869 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), Args;
2012 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Att
[all...]
H A DNeonEmitter.cpp2175 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst");
2337 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst");
/freebsd-11.0-release/contrib/llvm/include/llvm/TableGen/
H A DRecord.h1466 /// getAllDerivedDefinitions - This method returns all concrete definitions
1470 getAllDerivedDefinitions(const std::string &ClassName) const;

Completed in 211 milliseconds

12