Searched defs:Records (Results 1 - 25 of 36) sorted by relevance

12

/external/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp33 RecordKeeper &Records; member in class:__anon21906::AsmWriterEmitter
37 AsmWriterEmitter(RecordKeeper &R) : Records(R) {}
277 CodeGenTarget Target(Records);
594 CodeGenTarget Target(Records);
771 CodeGenTarget Target(Records);
784 Records.getAllDerivedDefinitions("InstAlias");
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:__anon21907::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 DCallingConvEmitter.cpp24 RecordKeeper &Records; member in class:__anon21908::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");
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 DCodeEmitterGen.cpp38 RecordKeeper &Records; member in class:__anon21909::CodeEmitterGen
40 CodeEmitterGen(RecordKeeper &R) : Records(R) {}
237 CodeGenTarget Target(Records);
238 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction");
H A DCodeGenTarget.h65 RecordKeeper &Records; member in class:llvm::CodeGenTarget
80 CodeGenTarget(RecordKeeper &Records);
H A DInstrInfoEmitter.cpp33 RecordKeeper &Records; member in class:__anon21938::InstrInfoEmitter
39 Records(R), CDP(R), SchedModels(CDP.getTargetInfo().getSchedModels()) {}
528 CodeGenTarget Target(Records);
H A DPseudoLoweringEmitter.cpp45 RecordKeeper &Records; member in class:__anon21941::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 DSetTheory.cpp11 // Records from DAG expressions.
202 RecordKeeper &Records = local
214 Record *Rec = Records.getDef(OS.str());
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 DCodeGenSchedule.h220 RecordKeeper &Records; member in class:llvm::CodeGenSchedModels
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
/external/chromium/chrome/browser/sync/util/
H A Dextensions_activity_monitor.h44 typedef std::map<std::string, Record> Records; typedef in class:browser_sync::ExtensionsActivityMonitor
53 void GetAndClearRecords(Records* buffer);
57 void PutRecords(const Records& records);
64 Records records_;
/external/chromium_org/sync/util/
H A Dextensions_activity.h38 typedef std::map<std::string, Record> Records; typedef in class:syncer::ExtensionsActivity
45 void GetAndClearRecords(Records* buffer);
49 void PutRecords(const Records& records);
58 Records records_;
/external/clang/utils/TableGen/
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 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 DClangASTNodesEmitter.cpp31 RecordKeeper &Records; member in class:__anon16683::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 DTableGen.cpp141 bool ClangTableGenMain(raw_ostream &OS, RecordKeeper &Records) { argument
144 EmitClangAttrClass(Records, OS);
147 EmitClangAttrExprArgsList(Records, OS);
150 EmitClangAttrImpl(Records, OS);
153 EmitClangAttrList(Records, OS);
156 EmitClangAttrPCHRead(Records, OS);
159 EmitClangAttrPCHWrite(Records, OS);
162 EmitClangAttrSpellingList(Records, OS);
165 EmitClangAttrSpellingListIndex(Records, OS);
168 EmitClangAttrLateParsedList(Records, O
[all...]
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");
/external/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) {}
/external/libnfc-nxp/src/
H A DphFriNfc_NdefReg.h75 * \ref PH_FRINFC_NDEFREG_MAX_RTD is the maximum number of Records that can
134 phFriNfc_NdefRecord_t Records[PH_FRINFC_NDEFREG_MAX_RTD]; member in struct:phFriNfc_NdefReg_CbParam

Completed in 215 milliseconds

12