Searched refs:Records (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/tools/clang/utils/TableGen/
H A DTableGenBackends.h32 void EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS);
33 void EmitClangAttrExprArgsList(RecordKeeper &Records, raw_ostream &OS);
34 void EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS);
35 void EmitClangAttrList(RecordKeeper &Records, raw_ostream &OS);
36 void EmitClangAttrPCHRead(RecordKeeper &Records, raw_ostream &OS);
37 void EmitClangAttrPCHWrite(RecordKeeper &Records, raw_ostream &OS);
38 void EmitClangAttrSpellingList(RecordKeeper &Records, raw_ostream &OS);
39 void EmitClangAttrSpellingListIndex(RecordKeeper &Records, raw_ostream &OS);
40 void EmitClangAttrLateParsedList(RecordKeeper &Records, raw_ostream &OS);
41 void EmitClangAttrTemplateInstantiate(RecordKeeper &Records, raw_ostrea
[all...]
H A DTableGen.cpp146 bool ClangTableGenMain(raw_ostream &OS, RecordKeeper &Records) { argument
149 EmitClangAttrClass(Records, OS);
152 EmitClangAttrExprArgsList(Records, OS);
155 EmitClangAttrImpl(Records, OS);
158 EmitClangAttrList(Records, OS);
161 EmitClangAttrPCHRead(Records, OS);
164 EmitClangAttrPCHWrite(Records, OS);
167 EmitClangAttrSpellingList(Records, OS);
170 EmitClangAttrSpellingListIndex(Records, OS);
173 EmitClangAttrLateParsedList(Records, O
[all...]
H A DClangCommentHTMLTagsEmitter.cpp23 void EmitClangCommentHTMLTags(RecordKeeper &Records, raw_ostream &OS) { argument
24 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag");
41 void EmitClangCommentHTMLTagsProperties(RecordKeeper &Records, argument
43 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag");
H A DClangCommentCommandInfoEmitter.cpp23 void EmitClangCommentCommandInfo(RecordKeeper &Records, raw_ostream &OS) { argument
29 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command");
108 void EmitClangCommentCommandList(RecordKeeper &Records, raw_ostream &OS) { argument
116 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command");
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp50 void EmitClangCommentHTMLNamedCharacterReferences(RecordKeeper &Records, argument
52 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("NCR");
H A DClangASTNodesEmitter.cpp31 RecordKeeper &Records; member in class:__anon3467::ClangASTNodesEmitter
58 : Records(R), Root(N, SMLoc(), R), BaseSuffix(S)
156 = Records.getAllDerivedDefinitions(Root.getName());
185 void EmitClangDeclContext(RecordKeeper &Records, raw_ostream &OS) { argument
202 = Records.getAllDerivedDefinitions("DeclContext");
203 RecordVector Decls = Records.getAllDerivedDefinitions("Decl");
H A DClangDiagnosticsEmitter.cpp41 RecordKeeper &Records; member in class:__anon3469::DiagGroupParentMap
44 DiagGroupParentMap(RecordKeeper &records) : Records(records) {
46 = Records.getAllDerivedDefinitions("DiagGroup");
96 RecordKeeper &Records; member in class:__anon3470::DiagCategoryIDMap
100 DiagCategoryIDMap(RecordKeeper &records) : Records(records) {
101 DiagGroupParentMap ParentInfo(Records);
108 Records.getAllDerivedDefinitions("Diagnostic");
477 void EmitClangDiagsDefs(RecordKeeper &Records, raw_ostream &OS, argument
490 Records.getAllDerivedDefinitions("Diagnostic");
493 = Records
597 EmitClangDiagGroups(RecordKeeper &Records, raw_ostream &OS) argument
741 EmitClangDiagsIndexName(RecordKeeper &Records, raw_ostream &OS) argument
[all...]
H A DClangAttrEmitter.cpp880 void EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS) { argument
886 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
975 void EmitClangAttrExprArgsList(RecordKeeper &Records, raw_ostream &OS) { argument
979 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
1017 void EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS) { argument
1020 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
1073 void EmitClangAttrList(RecordKeeper &Records, raw_ostream &OS) { argument
1106 Record *InhClass = Records.getClass("InheritableAttr");
1107 Record *InhParamClass = Records.getClass("InheritableParamAttr");
1108 Record *MSInheritanceClass = Records
1141 EmitClangAttrPCHRead(RecordKeeper &Records, raw_ostream &OS) argument
1185 EmitClangAttrPCHWrite(RecordKeeper &Records, raw_ostream &OS) argument
1216 EmitClangAttrSpellingList(RecordKeeper &Records, raw_ostream &OS) argument
1234 EmitClangAttrSpellingListIndex(RecordKeeper &Records, raw_ostream &OS) argument
1295 EmitClangAttrLateParsedList(RecordKeeper &Records, raw_ostream &OS) argument
1324 EmitClangAttrTemplateInstantiate(RecordKeeper &Records, raw_ostream &OS) argument
1397 EmitClangAttrParsedAttrList(RecordKeeper &Records, raw_ostream &OS) argument
1435 EmitClangAttrParsedAttrKinds(RecordKeeper &Records, raw_ostream &OS) argument
1486 EmitClangAttrDump(RecordKeeper &Records, raw_ostream &OS) argument
[all...]
H A DOptParserEmitter.cpp103 void EmitOptParser(RecordKeeper &Records, raw_ostream &OS, bool GenDefs) { argument
106 Records.getAllDerivedDefinitions("OptionGroup");
107 std::vector<Record*> Opts = Records.getAllDerivedDefinitions("Option");
H A DClangSACheckersEmitter.cpp97 void EmitClangSACheckers(RecordKeeper &Records, raw_ostream &OS) { argument
98 std::vector<Record*> checkers = Records.getAllDerivedDefinitions("Checker");
108 std::vector<Record*> packages = Records.getAllDerivedDefinitions("Package");
120 checkerGroups = Records.getAllDerivedDefinitions("CheckerGroup");
H A DNeonEmitter.cpp147 RecordKeeper &Records; member in class:__anon3476::NeonEmitter
152 NeonEmitter(RecordKeeper &R) : Records(R) {
1827 std::vector<Record*> RV = Records.getAllDerivedDefinitions("Inst");
1834 emitIntrinsic(OS, Records.getDef("VMOVL"));
1835 emitIntrinsic(OS, Records.getDef("VMULL"));
1836 emitIntrinsic(OS, Records.getDef("VABD"));
1917 std::vector<Record*> RV = Records.getAllDerivedDefinitions("Inst");
2231 std::vector<Record*> RV = Records.getAllDerivedDefinitions("Inst");
2272 void EmitNeon(RecordKeeper &Records, raw_ostream &OS) { argument
2273 NeonEmitter(Records)
2275 EmitNeonSema(RecordKeeper &Records, raw_ostream &OS) argument
2278 EmitNeonTest(RecordKeeper &Records, raw_ostream &OS) argument
[all...]
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DTableGen.cpp94 bool LLVMTableGenMain(raw_ostream &OS, RecordKeeper &Records) { argument
97 OS << Records; // No argument, dump all contents local
100 EmitCodeEmitter(Records, OS);
103 EmitRegisterInfo(Records, OS);
106 EmitInstrInfo(Records, OS);
109 EmitCallingConv(Records, OS);
112 EmitAsmWriter(Records, OS);
115 EmitAsmMatcher(Records, OS);
118 EmitDisassembler(Records, OS);
121 EmitPseudoLowering(Records, O
[all...]
H A DDisassemblerEmitter.cpp106 void EmitDisassembler(RecordKeeper &Records, raw_ostream &OS) { argument
107 CodeGenTarget Target(Records);
132 EmitFixedLenDecoder(Records, OS, Target.getName() == "AArch64" ? "AArch64" : "ARM",
140 EmitFixedLenDecoder(Records, OS, Target.getName(),
H A DCTagsEmitter.cpp51 RecordKeeper &Records; member in class:__anon3641::CTagsEmitter
53 CTagsEmitter(RecordKeeper &R) : Records(R) {}
73 const std::map<std::string, Record *> &Classes = Records.getClasses();
74 const std::map<std::string, Record *> &Defs = Records.getDefs();
H A DCodeGenMapTable.cpp40 // vector of RowFields values and contains vectors of Records (instructions) as
202 MapTableEmitter(CodeGenTarget &Target, RecordKeeper &Records, Record *IMRec): argument
205 InstrDefs = Records.getAllDerivedDefinitions(FilterClass);
499 static void emitEnums(raw_ostream &OS, RecordKeeper &Records) { argument
502 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping");
565 void EmitMapTable(RecordKeeper &Records, raw_ostream &OS) { argument
566 CodeGenTarget Target(Records);
569 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping");
580 emitEnums(OS, Records);
586 MapTableEmitter IMap(Target, Records, InstrMapVe
[all...]
H A DPseudoLoweringEmitter.cpp45 RecordKeeper &Records; member in class:__anon3675::PseudoLoweringEmitter
61 PseudoLoweringEmitter(RecordKeeper &R) : Records(R), Target(R) {}
270 Record *ExpansionClass = Records.getClass("PseudoInstExpansion");
271 Record *InstructionClass = Records.getClass("Instruction");
277 Records.getDefs().begin(), E = Records.getDefs().end(); I != E; ++I) {
H A DDFAPacketizerEmitter.cpp41 RecordKeeper &Records; member in class:__anon3658::DFAPacketizerEmitter
267 allInsnClasses(), Records(R) {}
359 Records.getAllDerivedDefinitions("ProcessorItineraries");
413 Records.getAllDerivedDefinitions("ProcessorItineraries");
430 Records.getAllDerivedDefinitions("InstrItinClass").size();
H A DCodeGenTarget.cpp131 : Records(records), RegBank(0), SchedModels(0) {
132 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target");
205 RegBank = new CodeGenRegBank(Records);
210 RegAltNameIndices = Records.getAllDerivedDefinitions("RegAltNameIndex");
259 SchedModels = new CodeGenSchedModels(Records, *this);
264 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction");
276 RecordKeeper &Records) {
277 const Record *Rec = Records.getDef(Name);
323 const CodeGenInstruction *Instr = GetInstByName(*p, Insts, Records);
274 GetInstByName(const char *Name, const DenseMap<const Record*, CodeGenInstruction*> &Insts, RecordKeeper &Records) argument
H A DCodeGenTarget.h65 RecordKeeper &Records; member in class:llvm::CodeGenTarget
80 CodeGenTarget(RecordKeeper &Records);
H A DCodeEmitterGen.cpp38 RecordKeeper &Records; member in class:__anon3643::CodeEmitterGen
40 CodeEmitterGen(RecordKeeper &R) : Records(R) {}
237 CodeGenTarget Target(Records);
238 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction");
H A DCallingConvEmitter.cpp24 RecordKeeper &Records; member in class:__anon3642::CallingConvEmitter
26 explicit CallingConvEmitter(RecordKeeper &R) : Records(R) {}
39 std::vector<Record*> CCs = Records.getAllDerivedDefinitions("CallingConv");
H A DOptParserEmitter.cpp103 void EmitOptParser(RecordKeeper &Records, raw_ostream &OS) { argument
106 Records.getAllDerivedDefinitions("OptionGroup");
107 std::vector<Record*> Opts = Records.getAllDerivedDefinitions("Option");
/freebsd-10.0-release/contrib/llvm/include/llvm/TableGen/
H A DMain.h21 /// \brief Perform the action using Records, and write output to OS.
23 typedef bool TableGenMainFn(raw_ostream &OS, RecordKeeper &Records);
/freebsd-10.0-release/contrib/llvm/lib/TableGen/
H A DMain.cpp81 RecordKeeper Records; local
100 TGParser Parser(SrcMgr, Records);
117 if (MainFn(Out.os(), Records))
H A DTGParser.h70 RecordKeeper &Records; member in class:llvm::TGParser
86 Lex(SrcMgr), CurMultiClass(0), Records(records) {}

Completed in 253 milliseconds

12