/external/llvm-project/clang/utils/TableGen/ |
D | TableGenBackends.h | 22 class RecordKeeper; variable 27 void EmitClangDeclContext(llvm::RecordKeeper &RK, llvm::raw_ostream &OS); 28 void EmitClangASTNodes(llvm::RecordKeeper &RK, llvm::raw_ostream &OS, 30 void EmitClangBasicReader(llvm::RecordKeeper &Records, llvm::raw_ostream &OS); 31 void EmitClangBasicWriter(llvm::RecordKeeper &Records, llvm::raw_ostream &OS); 32 void EmitClangTypeNodes(llvm::RecordKeeper &Records, llvm::raw_ostream &OS); 33 void EmitClangTypeReader(llvm::RecordKeeper &Records, llvm::raw_ostream &OS); 34 void EmitClangTypeWriter(llvm::RecordKeeper &Records, llvm::raw_ostream &OS); 35 void EmitClangAttrParserStringSwitches(llvm::RecordKeeper &Records, 38 llvm::RecordKeeper &Records, llvm::raw_ostream &OS); [all …]
|
D | ClangTypeNodesEmitter.cpp | 77 RecordKeeper &Records; 83 TypeNodeEmitter(RecordKeeper &records, raw_ostream &out) in TypeNodeEmitter() 206 void clang::EmitClangTypeNodes(RecordKeeper &records, raw_ostream &out) { in EmitClangTypeNodes()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | TableGenBackends.h | 62 class RecordKeeper; variable 64 void EmitIntrinsicEnums(RecordKeeper &RK, raw_ostream &OS); 65 void EmitIntrinsicImpl(RecordKeeper &RK, raw_ostream &OS); 66 void EmitAsmMatcher(RecordKeeper &RK, raw_ostream &OS); 67 void EmitAsmWriter(RecordKeeper &RK, raw_ostream &OS); 68 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS); 69 void EmitCodeEmitter(RecordKeeper &RK, raw_ostream &OS); 70 void EmitDAGISel(RecordKeeper &RK, raw_ostream &OS); 71 void EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS); 72 void EmitDisassembler(RecordKeeper &RK, raw_ostream &OS); [all …]
|
D | CodeGenHwModes.h | 24 class RecordKeeper; variable 46 CodeGenHwModes(RecordKeeper &R); 57 RecordKeeper &Records;
|
D | ExegesisEmitter.cpp | 37 ExegesisEmitter(RecordKeeper &RK); 58 RecordKeeper &Records; 66 collectPfmCounters(const RecordKeeper &Records) { in collectPfmCounters() 97 ExegesisEmitter::ExegesisEmitter(RecordKeeper &RK) in ExegesisEmitter() 211 void EmitExegesis(RecordKeeper &RK, raw_ostream &OS) { in EmitExegesis()
|
D | Attributes.cpp | 22 Attributes(RecordKeeper &R) : Records(R) {} in Attributes() 29 RecordKeeper &Records; 106 void EmitAttributes(RecordKeeper &RK, raw_ostream &OS) { in EmitAttributes()
|
D | CTagsEmitter.cpp | 47 RecordKeeper &Records; 49 CTagsEmitter(RecordKeeper &R) : Records(R) {} in CTagsEmitter() 84 void EmitCTags(RecordKeeper &RK, raw_ostream &OS) { CTagsEmitter(RK).run(OS); } in EmitCTags()
|
/external/clang/utils/TableGen/ |
D | TableGenBackends.h | 23 class RecordKeeper; variable 27 using llvm::RecordKeeper; 31 void EmitClangDeclContext(RecordKeeper &RK, raw_ostream &OS); 32 void EmitClangASTNodes(RecordKeeper &RK, raw_ostream &OS, 35 void EmitClangAttrParserStringSwitches(RecordKeeper &Records, raw_ostream &OS); 36 void EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS); 37 void EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS); 38 void EmitClangAttrList(RecordKeeper &Records, raw_ostream &OS); 39 void EmitClangAttrPCHRead(RecordKeeper &Records, raw_ostream &OS); 40 void EmitClangAttrPCHWrite(RecordKeeper &Records, raw_ostream &OS); [all …]
|
/external/llvm/utils/TableGen/ |
D | TableGenBackends.h | 63 class RecordKeeper; variable 65 void EmitIntrinsics(RecordKeeper &RK, raw_ostream &OS, bool TargetOnly = false); 66 void EmitAsmMatcher(RecordKeeper &RK, raw_ostream &OS); 67 void EmitAsmWriter(RecordKeeper &RK, raw_ostream &OS); 68 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS); 69 void EmitCodeEmitter(RecordKeeper &RK, raw_ostream &OS); 70 void EmitDAGISel(RecordKeeper &RK, raw_ostream &OS); 71 void EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS); 72 void EmitDisassembler(RecordKeeper &RK, raw_ostream &OS); 73 void EmitFastISel(RecordKeeper &RK, raw_ostream &OS); [all …]
|
D | CTagsEmitter.cpp | 48 RecordKeeper &Records; 50 CTagsEmitter(RecordKeeper &R) : Records(R) {} in CTagsEmitter() 85 void EmitCTags(RecordKeeper &RK, raw_ostream &OS) { CTagsEmitter(RK).run(OS); } in EmitCTags()
|
/external/llvm-project/lldb/utils/TableGen/ |
D | LLDBTableGenBackends.h | 23 class RecordKeeper; variable 28 using llvm::RecordKeeper; 32 void EmitOptionDefs(RecordKeeper &RK, raw_ostream &OS); 33 void EmitPropertyDefs(RecordKeeper &RK, raw_ostream &OS); 34 void EmitPropertyEnumDefs(RecordKeeper &RK, raw_ostream &OS);
|
/external/capstone/contrib/sysz_update/ |
D | 0007-capstone-generate-GenInsnNameMaps.inc.patch | 29 @@ -837,6 +837,35 @@ void EmitMappingInsn(RecordKeeper &RK, raw_ostream &OS) { 45 +void EmitInsnNameMaps(RecordKeeper &RK, raw_ostream &OS) { 86 @@ -141,6 +144,9 @@ bool LLVMTableGenMain(raw_ostream &OS, RecordKeeper &Records) { 100 @@ -76,6 +76,7 @@ void EmitDisassembler(RecordKeeper &RK, raw_ostream &OS); 101 void EmitFastISel(RecordKeeper &RK, raw_ostream &OS); 102 void EmitInstrInfo(RecordKeeper &RK, raw_ostream &OS); 103 void EmitMappingInsn(RecordKeeper &RK, raw_ostream &OS); 104 +void EmitInsnNameMaps(RecordKeeper &RK, raw_ostream &OS); 105 void EmitInstrDocs(RecordKeeper &RK, raw_ostream &OS); 106 void EmitPseudoLowering(RecordKeeper &RK, raw_ostream &OS); [all …]
|
D | 0006-capstone-generate-MappingInsn.inc.patch | 29 @@ -744,4 +744,99 @@ void EmitInstrInfo(RecordKeeper &RK, raw_ostream &OS) { 90 +void EmitMappingInsn(RecordKeeper &RK, raw_ostream &OS) { 150 @@ -135,6 +138,9 @@ bool LLVMTableGenMain(raw_ostream &OS, RecordKeeper &Records) { 164 @@ -75,6 +75,7 @@ void EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS); 165 void EmitDisassembler(RecordKeeper &RK, raw_ostream &OS); 166 void EmitFastISel(RecordKeeper &RK, raw_ostream &OS); 167 void EmitInstrInfo(RecordKeeper &RK, raw_ostream &OS); 168 +void EmitMappingInsn(RecordKeeper &RK, raw_ostream &OS); 169 void EmitInstrDocs(RecordKeeper &RK, raw_ostream &OS); 170 void EmitPseudoLowering(RecordKeeper &RK, raw_ostream &OS); [all …]
|
/external/llvm-project/llvm/lib/TableGen/ |
D | TableGenBackendSkeleton.cpp | 38 RecordKeeper &Records; 41 SkeletonEmitter(RecordKeeper &RK) : Records(RK) {} in SkeletonEmitter() 59 void EmitSkeleton(RecordKeeper &RK, raw_ostream &OS) { in EmitSkeleton()
|
D | JSONBackend.cpp | 29 RecordKeeper &Records; 34 JSONEmitter(RecordKeeper &R); 41 JSONEmitter::JSONEmitter(RecordKeeper &R) : Records(R) {} in JSONEmitter() 184 void EmitJSON(RecordKeeper &RK, raw_ostream &OS) { JSONEmitter(RK).run(OS); } in EmitJSON()
|
/external/llvm-project/mlir/include/mlir/TableGen/ |
D | GenInfo.h | 17 class RecordKeeper; variable 23 using GenFunction = std::function<bool(const llvm::RecordKeeper &recordKeeper, 36 bool invoke(const llvm::RecordKeeper &recordKeeper, raw_ostream &os) const { in invoke()
|
/external/llvm-project/mlir/tools/mlir-tblgen/ |
D | OpenMPCommonGen.cpp | 24 using llvm::RecordKeeper; 42 static bool emitDecls(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitDecls() 86 [](const RecordKeeper &records, raw_ostream &os) { in __anon4bcf8a380102()
|
D | SPIRVUtilsGen.cpp | 37 using llvm::RecordKeeper; 178 static bool emitInterfaceDefs(const RecordKeeper &recordKeeper, in emitInterfaceDefs() 257 static bool emitInterfaceDecls(const RecordKeeper &recordKeeper, in emitInterfaceDecls() 288 [](const RecordKeeper &records, raw_ostream &os) { in __anon1da6c2a50202() 296 [](const RecordKeeper &records, raw_ostream &os) { in __anon1da6c2a50302() 421 static bool emitEnumDecls(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitEnumDecls() 452 static bool emitEnumDefs(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitEnumDefs() 470 [](const RecordKeeper &records, raw_ostream &os) { in __anon1da6c2a50402() 478 [](const RecordKeeper &records, raw_ostream &os) { in __anon1da6c2a50502() 1021 emitExtendedSetDeserializationDispatch(const RecordKeeper &recordKeeper, in emitExtendedSetDeserializationDispatch() [all …]
|
D | StructsGen.cpp | 28 using llvm::RecordKeeper; 99 static bool emitStructDecls(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitStructDecls() 285 static bool emitStructDefs(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitStructDefs() 299 [](const RecordKeeper &records, raw_ostream &os) { in __anona939a7580102() 306 [](const RecordKeeper &records, raw_ostream &os) { in __anona939a7580202()
|
D | OpInterfacesGen.cpp | 61 getAllOpInterfaceDefinitions(const llvm::RecordKeeper &recordKeeper) { in getAllOpInterfaceDefinitions() 107 AttrInterfaceGenerator(const llvm::RecordKeeper &records, raw_ostream &os) in AttrInterfaceGenerator() 121 OpInterfaceGenerator(const llvm::RecordKeeper &records, raw_ostream &os) in OpInterfaceGenerator() 133 TypeInterfaceGenerator(const llvm::RecordKeeper &records, raw_ostream &os) in TypeInterfaceGenerator() 434 [](const llvm::RecordKeeper &records, raw_ostream &os) { in InterfaceGenRegistration() 438 [](const llvm::RecordKeeper &records, raw_ostream &os) { in __anon79b04f030b02() 442 [](const llvm::RecordKeeper &records, raw_ostream &os) { in __anon79b04f030c02()
|
/external/llvm-project/libc/utils/LibcTableGenUtil/ |
D | APIIndexer.h | 44 void index(llvm::RecordKeeper &Records); 51 explicit APIIndexer(llvm::RecordKeeper &Records) : StdHeader(llvm::None) { in APIIndexer() 55 APIIndexer(llvm::StringRef Header, llvm::RecordKeeper &Records) in APIIndexer()
|
/external/llvm/include/llvm/TableGen/ |
D | Main.h | 19 class RecordKeeper; variable 23 typedef bool TableGenMainFn(raw_ostream &OS, RecordKeeper &Records);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
D | Main.h | 19 class RecordKeeper; variable 23 using TableGenMainFn = bool (raw_ostream &OS, RecordKeeper &Records);
|
/external/llvm-project/llvm/include/llvm/TableGen/ |
D | Main.h | 19 class RecordKeeper; variable 23 using TableGenMainFn = bool (raw_ostream &OS, RecordKeeper &Records);
|
/external/llvm-project/libc/utils/HdrGen/ |
D | PublicAPICommand.h | 22 class RecordKeeper; variable 39 llvm::StringRef StdHeader, llvm::RecordKeeper &Records,
|