/external/llvm/utils/TableGen/ |
D | CTagsEmitter.cpp | 85 void EmitCTags(RecordKeeper &RK, raw_ostream &OS) { CTagsEmitter(RK).run(OS); } in EmitCTags()
|
D | Attributes.cpp | 175 void EmitAttributes(RecordKeeper &RK, raw_ostream &OS) { in EmitAttributes()
|
D | DAGISelEmitter.cpp | 170 void EmitDAGISel(RecordKeeper &RK, raw_ostream &OS) { in EmitDAGISel()
|
D | CallingConvEmitter.cpp | 279 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS) { in EmitCallingConv()
|
D | IntrinsicEmitter.cpp | 466 CodeGenIntrinsic::ModRefBehavior RK = R->ModRef; in operator ()() local 759 void llvm::EmitIntrinsics(RecordKeeper &RK, raw_ostream &OS, bool TargetOnly) { in EmitIntrinsics()
|
D | CodeEmitterGen.cpp | 316 void EmitCodeEmitter(RecordKeeper &RK, raw_ostream &OS) { in EmitCodeEmitter()
|
D | SearchableTableEmitter.cpp | 316 void EmitSearchableTables(RecordKeeper &RK, raw_ostream &OS) { in EmitSearchableTables()
|
D | PseudoLoweringEmitter.cpp | 297 void EmitPseudoLowering(RecordKeeper &RK, raw_ostream &OS) { in EmitPseudoLowering()
|
D | InstrInfoEmitter.cpp | 601 void EmitInstrInfo(RecordKeeper &RK, raw_ostream &OS) { in EmitInstrInfo()
|
D | DFAPacketizerEmitter.cpp | 987 void EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS) { in EmitDFAPacketizer()
|
D | FastISelEmitter.cpp | 873 void EmitFastISel(RecordKeeper &RK, raw_ostream &OS) { in EmitFastISel()
|
D | AsmWriterEmitter.cpp | 1118 void EmitAsmWriter(RecordKeeper &RK, raw_ostream &OS) { in EmitAsmWriter()
|
D | SubtargetEmitter.cpp | 1531 void EmitSubtarget(RecordKeeper &RK, raw_ostream &OS) { in EmitSubtarget()
|
D | RegisterInfoEmitter.cpp | 1538 void EmitRegisterInfo(RecordKeeper &RK, raw_ostream &OS) { in EmitRegisterInfo()
|
D | FixedLenDecoderEmitter.cpp | 2298 void EmitFixedLenDecoder(RecordKeeper &RK, raw_ostream &OS, in EmitFixedLenDecoder()
|
D | AsmMatcherEmitter.cpp | 3319 void EmitAsmMatcher(RecordKeeper &RK, raw_ostream &OS) { in EmitAsmMatcher()
|
D | CodeGenSchedule.cpp | 82 CodeGenSchedModels::CodeGenSchedModels(RecordKeeper &RK, in CodeGenSchedModels()
|
/external/clang/utils/TableGen/ |
D | ClangASTNodesEmitter.cpp | 178 void EmitClangASTNodes(RecordKeeper &RK, raw_ostream &OS, in EmitClangASTNodes()
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_gemm_kernel.h | 36 RK = NumberOfRegisters>=16 ? 4 : 2, // register blocking in sparselu_gemm() enumerator
|
/external/clang/lib/Format/ |
D | Format.cpp | 1109 void cleanupPair(FormatToken *Start, LeftKind LK, RightKind RK, in cleanupPair() 1134 void cleanupLeft(FormatToken *Start, LeftKind LK, RightKind RK) { in cleanupLeft() 1139 void cleanupRight(FormatToken *Start, LeftKind LK, RightKind RK) { in cleanupRight()
|
/external/clang/include/clang/Sema/ |
D | Lookup.h | 556 void setRedeclarationKind(Sema::RedeclarationKind RK) { in setRedeclarationKind()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | IntrinsicEmitter.cpp | 498 ModRefKind RK = getModRefKind(*R); in operator ()() local
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 613 MinMaxRecurrenceKind RK, in createMinMaxOp()
|
/external/clang/include/clang/AST/ |
D | Comment.h | 329 RenderKind RK, in InlineCommandComment()
|
/external/llvm/lib/TableGen/ |
D | Record.cpp | 1900 raw_ostream &llvm::operator<<(raw_ostream &OS, const RecordKeeper &RK) { in operator <<()
|