HomeSort by relevance Sort by last modified time
    Searched refs:RK (Results 1 - 25 of 38) sorted by null

1 2

  /external/llvm/utils/TableGen/
TableGenBackends.h 21 // EmitFoo(RecordKeeper &RK, raw_ostream &OS /*, anything else you need */ )
42 // that involved a class and an invocation like `FooEmitter(RK).run(OS)`.
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)
    [all...]
CTagsEmitter.cpp 85 void EmitCTags(RecordKeeper &RK, raw_ostream &OS) { CTagsEmitter(RK).run(OS); }
Attributes.cpp 175 void EmitAttributes(RecordKeeper &RK, raw_ostream &OS) {
176 Attributes(RK).emit(OS);
DisassemblerEmitter.cpp 98 extern void EmitFixedLenDecoder(RecordKeeper &RK, raw_ostream &OS,
DAGISelEmitter.cpp 170 void EmitDAGISel(RecordKeeper &RK, raw_ostream &OS) {
171 DAGISelEmitter(RK).run(OS);
CallingConvEmitter.cpp 279 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS) {
281 CallingConvEmitter(RK).run(OS);
IntrinsicEmitter.cpp 466 CodeGenIntrinsic::ModRefBehavior RK = R->ModRef;
467 if (LK != RK) return (LK > RK);
759 void llvm::EmitIntrinsics(RecordKeeper &RK, raw_ostream &OS, bool TargetOnly) {
760 IntrinsicEmitter(RK, TargetOnly).run(OS);
CodeEmitterGen.cpp 316 void EmitCodeEmitter(RecordKeeper &RK, raw_ostream &OS) {
318 CodeEmitterGen(RK).run(OS);
PseudoLoweringEmitter.cpp 297 void EmitPseudoLowering(RecordKeeper &RK, raw_ostream &OS) {
298 PseudoLoweringEmitter(RK).run(OS);
SearchableTableEmitter.cpp 316 void EmitSearchableTables(RecordKeeper &RK, raw_ostream &OS) {
317 SearchableTableEmitter(RK).run(OS);
InstrInfoEmitter.cpp 601 void EmitInstrInfo(RecordKeeper &RK, raw_ostream &OS) {
602 InstrInfoEmitter(RK).run(OS);
603 EmitMapTable(RK, OS);
DFAPacketizerEmitter.cpp     [all...]
CodeGenSchedule.h 259 CodeGenSchedModels(RecordKeeper& RK, const CodeGenTarget &TGT);
SubtargetEmitter.cpp     [all...]
AsmWriterEmitter.cpp     [all...]
  /external/eigen/Eigen/src/SparseLU/
SparseLU_gemm_kernel.h 36 RK = NumberOfRegisters>=16 ? 4 : 2, // register blocking
40 Index d_end = (d/RK)*RK; // number of columns of A (rows of B) suitable for full register blocking
70 for(Index k=0; k<d_end; k+=RK)
73 // load and expand a RN x RK block of B
77 if(RK==4) { b20 = pset1<Packet>(Bc0[2]); }
78 if(RK==4) { b30 = pset1<Packet>(Bc0[3]); }
81 if(RK==4) { b21 = pset1<Packet>(Bc1[2]); }
82 if(RK==4) { b31 = pset1<Packet>(Bc1[3]); }
96 if(RK==4
    [all...]
  /external/llvm/lib/DebugInfo/CodeView/
CVTypeVisitor.cpp 46 TypeRecordKind RK = static_cast<TypeRecordKind>(EnumName); \
47 auto Result = Name##Record::deserialize(RK, LeafData); \
107 TypeRecordKind RK = static_cast<TypeRecordKind>(EnumName); \
108 auto Result = Name##Record::deserialize(RK, RecordData); \
  /external/llvm/include/llvm/DebugInfo/CodeView/
CVSymbolVisitor.h 60 SymbolRecordKind RK = static_cast<SymbolRecordKind>(EnumName); \
61 auto Result = Name::deserialize(RK, RecordOffset, Data); \
  /external/clang/utils/TableGen/
TableGenBackends.h 31 void EmitClangDeclContext(RecordKeeper &RK, raw_ostream &OS);
32 void EmitClangASTNodes(RecordKeeper &RK, raw_ostream &OS,
ClangASTNodesEmitter.cpp 178 void EmitClangASTNodes(RecordKeeper &RK, raw_ostream &OS,
180 ClangASTNodesEmitter(RK, N, S).run(OS);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
IntrinsicEmitter.cpp 498 ModRefKind RK = getModRefKind(*R);
499 if (LK != RK) return (LK > RK);
  /external/clang/include/clang/Sema/
Lookup.h 556 void setRedeclarationKind(Sema::RedeclarationKind RK) {
557 Redecl = RK;
  /external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 165 static Value *createMinMaxOp(IRBuilder<> &Builder, MinMaxRecurrenceKind RK,
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 613 MinMaxRecurrenceKind RK,
616 switch (RK) {
647 if (RK == MRK_FloatMin || RK == MRK_FloatMax)
    [all...]
  /external/clang/include/clang/AST/
Comment.h 329 RenderKind RK,
333 InlineCommandCommentBits.RenderKind = RK;

Completed in 779 milliseconds

1 2