Searched refs:RK (Results 1 - 24 of 24) sorted by relevance

/external/llvm/utils/TableGen/
H A DTableGenBackends.h19 // EmitFoo(RecordKeeper &RK, raw_ostream &OS /*, anything else you need */ )
40 // that involved a class and an invocation like `FooEmitter(RK).run(OS)`.
63 void EmitIntrinsics(RecordKeeper &RK, raw_ostream &OS, bool TargetOnly = false);
64 void EmitAsmMatcher(RecordKeeper &RK, raw_ostream &OS);
65 void EmitAsmWriter(RecordKeeper &RK, raw_ostream &OS);
66 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS);
67 void EmitCodeEmitter(RecordKeeper &RK, raw_ostream &OS);
68 void EmitDAGISel(RecordKeeper &RK, raw_ostream &OS);
69 void EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS);
70 void EmitDisassembler(RecordKeeper &RK, raw_ostrea
[all...]
H A DDisassemblerEmitter.cpp98 extern void EmitFixedLenDecoder(RecordKeeper &RK, raw_ostream &OS,
H A DCodeGenSchedule.cpp24 CodeGenSchedModels::CodeGenSchedModels(RecordKeeper &RK, argument
26 Records(RK), Target(TGT), NumItineraryClasses(0), HasProcItineraries(false) {
H A DDAGISelEmitter.cpp171 void EmitDAGISel(RecordKeeper &RK, raw_ostream &OS) { argument
172 DAGISelEmitter(RK).run(OS);
H A DCodeGenSchedule.h101 CodeGenSchedModels(RecordKeeper& RK, const CodeGenTarget &TGT);
H A DCallingConvEmitter.cpp231 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS) { argument
233 CallingConvEmitter(RK).run(OS);
H A DIntrinsicEmitter.cpp497 ModRefKind RK = getModRefKind(*R); local
498 if (LK != RK) return (LK > RK);
749 void EmitIntrinsics(RecordKeeper &RK, raw_ostream &OS, bool TargetOnly = false) {
750 IntrinsicEmitter(RK, TargetOnly).run(OS);
H A DCodeEmitterGen.cpp337 void EmitCodeEmitter(RecordKeeper &RK, raw_ostream &OS) { argument
339 CodeEmitterGen(RK).run(OS);
H A DDFAPacketizerEmitter.cpp510 void EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS) { argument
512 DFAPacketizerEmitter(RK).run(OS);
H A DPseudoLoweringEmitter.cpp293 void EmitPseudoLowering(RecordKeeper &RK, raw_ostream &OS) { argument
294 PseudoLoweringEmitter(RK).run(OS);
H A DSubtargetEmitter.cpp830 void EmitSubtarget(RecordKeeper &RK, raw_ostream &OS) { argument
831 CodeGenTarget CGTarget(RK);
832 SubtargetEmitter(RK, CGTarget).run(OS);
H A DInstrInfoEmitter.cpp417 void EmitInstrInfo(RecordKeeper &RK, raw_ostream &OS) { argument
418 InstrInfoEmitter(RK).run(OS);
H A DAsmWriterEmitter.cpp970 void EmitAsmWriter(RecordKeeper &RK, raw_ostream &OS) {
972 AsmWriterEmitter(RK).run(OS);
H A DEDEmitter.cpp992 void EmitEnhancedDisassemblerInfo(RecordKeeper &RK, raw_ostream &OS) { argument
997 CodeGenTarget target(RK);
H A DFastISelEmitter.cpp861 void EmitFastISel(RecordKeeper &RK, raw_ostream &OS) {
862 CodeGenDAGPatterns CGP(RK);
H A DRegisterInfoEmitter.cpp1182 void EmitRegisterInfo(RecordKeeper &RK, raw_ostream &OS) { argument
1183 RegisterInfoEmitter(RK).run(OS);
H A DFixedLenDecoderEmitter.cpp2081 void EmitFixedLenDecoder(RecordKeeper &RK, raw_ostream &OS,
2088 FixedLenDecoderEmitter(RK, PredicateNamespace, GPrefix, GPostfix,
H A DAsmMatcherEmitter.cpp2928 void EmitAsmMatcher(RecordKeeper &RK, raw_ostream &OS) {
2930 AsmMatcherEmitter(RK).run(OS);
/external/clang/utils/TableGen/
H A DTableGenBackends.h28 void EmitClangDeclContext(RecordKeeper &RK, raw_ostream &OS);
29 void EmitClangASTNodes(RecordKeeper &RK, raw_ostream &OS,
H A DClangASTNodesEmitter.cpp176 void EmitClangASTNodes(RecordKeeper &RK, raw_ostream &OS, argument
178 ClangASTNodesEmitter(RK, N, S).run(OS);
/external/clang/include/clang/Sema/
H A DLookup.h484 void setRedeclarationKind(Sema::RedeclarationKind RK) { argument
485 Redecl = RK;
/external/clang/include/clang/AST/
H A DComment.h296 RenderKind RK,
300 InlineCommandCommentBits.RenderKind = RK;
293 InlineCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, RenderKind RK, llvm::ArrayRef<Argument> Args) argument
/external/llvm/lib/TableGen/
H A DRecord.cpp1985 raw_ostream &llvm::operator<<(raw_ostream &OS, const RecordKeeper &RK) { argument
1987 const std::map<std::string, Record*> &Classes = RK.getClasses();
1993 const std::map<std::string, Record*> &Defs = RK.getDefs();
/external/llvm/include/llvm/TableGen/
H A DRecord.h1622 raw_ostream &operator<<(raw_ostream &OS, const RecordKeeper &RK);

Completed in 523 milliseconds