Searched defs:RK (Results 1 – 18 of 18) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CallingConvEmitter.cpp | 232 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS) { in EmitCallingConv()
|
D | DAGISelEmitter.cpp | 171 void EmitDAGISel(RecordKeeper &RK, raw_ostream &OS) { in EmitDAGISel()
|
D | IntrinsicEmitter.cpp | 500 ModRefKind RK = getModRefKind(*R); in operator ()() local 743 void EmitIntrinsics(RecordKeeper &RK, raw_ostream &OS, bool TargetOnly = false) { in EmitIntrinsics()
|
D | CodeEmitterGen.cpp | 340 void EmitCodeEmitter(RecordKeeper &RK, raw_ostream &OS) { in EmitCodeEmitter()
|
D | InstrInfoEmitter.cpp | 419 void EmitInstrInfo(RecordKeeper &RK, raw_ostream &OS) { in EmitInstrInfo()
|
D | PseudoLoweringEmitter.cpp | 294 void EmitPseudoLowering(RecordKeeper &RK, raw_ostream &OS) { in EmitPseudoLowering()
|
D | DFAPacketizerEmitter.cpp | 519 void EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS) { in EmitDFAPacketizer()
|
D | FastISelEmitter.cpp | 860 void EmitFastISel(RecordKeeper &RK, raw_ostream &OS) { in EmitFastISel()
|
D | AsmWriterEmitter.cpp | 1008 void EmitAsmWriter(RecordKeeper &RK, raw_ostream &OS) { in EmitAsmWriter()
|
D | SubtargetEmitter.cpp | 1547 void EmitSubtarget(RecordKeeper &RK, raw_ostream &OS) { in EmitSubtarget()
|
D | RegisterInfoEmitter.cpp | 1330 void EmitRegisterInfo(RecordKeeper &RK, raw_ostream &OS) { in EmitRegisterInfo()
|
D | FixedLenDecoderEmitter.cpp | 2081 void EmitFixedLenDecoder(RecordKeeper &RK, raw_ostream &OS, in EmitFixedLenDecoder()
|
D | CodeGenSchedule.cpp | 89 CodeGenSchedModels::CodeGenSchedModels(RecordKeeper &RK, in CodeGenSchedModels()
|
D | AsmMatcherEmitter.cpp | 2968 void EmitAsmMatcher(RecordKeeper &RK, raw_ostream &OS) { in EmitAsmMatcher()
|
/external/clang/utils/TableGen/ |
D | ClangASTNodesEmitter.cpp | 178 void EmitClangASTNodes(RecordKeeper &RK, raw_ostream &OS, in EmitClangASTNodes()
|
/external/clang/include/clang/Sema/ |
D | Lookup.h | 493 void setRedeclarationKind(Sema::RedeclarationKind RK) { in setRedeclarationKind()
|
/external/clang/include/clang/AST/ |
D | Comment.h | 316 RenderKind RK, in InlineCommandComment()
|
/external/llvm/lib/TableGen/ |
D | Record.cpp | 1988 raw_ostream &llvm::operator<<(raw_ostream &OS, const RecordKeeper &RK) { in operator <<()
|