|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/TableGen/Record.h 1718 if (Record *R = getDef(Name))
1741 assert(!getDef(Name));
lib/TableGen/Record.cpp 738 D = CurRec->getRecords().getDef(Name->getValue());
lib/TableGen/SetTheory.cpp 225 Record *Rec = Records.getDef(OS.str());
lib/TableGen/TGParser.cpp 438 if (Record *Prev = Records.getDef(Rec->getNameInitAsString())) {
tools/clang/utils/TableGen/ClangAttrEmitter.cpp 4068 const Record *Documentation = Records.getDef("GlobalDocumentation");
tools/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp 1676 const Record *Documentation = Records.getDef("GlobalDocumentation");
tools/clang/utils/TableGen/ClangOptionDocEmitter.cpp 384 const Record *DocInfo = Records.getDef("GlobalDocumentation");
tools/clang/utils/TableGen/NeonEmitter.cpp 1740 Elts.insert(R->getRecords().getDef("sv" + utostr(I + Addend)));
utils/TableGen/CodeGenDAGPatterns.cpp 3050 Record *N = Records.getDef(Name);
utils/TableGen/CodeGenSchedule.cpp 531 Record *NoModelDef = Records.getDef("NoSchedModel");
532 Record *NoItinsDef = Records.getDef("NoItineraries");
870 Records.getDef("NoItinerary"));
utils/TableGen/CodeGenTarget.cpp 414 const Record *Rec = Records.getDef(Name);
utils/TableGen/GICombinerEmitter.cpp 447 Record *CombinerDef = RK.getDef(Combiner);
utils/TableGen/GlobalISelEmitter.cpp 3478 &Target.getInstruction(RK.getDef("G_CONSTANT")));
4087 &Target.getInstruction(RK.getDef("COPY")));
4218 DstI = &Target.getInstruction(RK.getDef("COPY"));
4376 &Target.getInstruction(RK.getDef("IMPLICIT_DEF")));
4587 auto &DstI = Target.getInstruction(RK.getDef("COPY"));
utils/TableGen/X86EVEX2VEXTablesEmitter.cpp 208 Record *AltInstRec = Records.getDef(AltInstStr);
utils/TableGen/X86FoldTablesEmitter.cpp 303 Record *AltRegInstRec = Records.getDef(AltRegInstStr);
649 Record *RegInstIter = Records.getDef(Entry.RegInstStr);
650 Record *MemInstIter = Records.getDef(Entry.MemInstStr);