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

1 2

  /external/llvm/utils/TableGen/
Attributes.cpp 41 Records.getAllDerivedDefinitions("EnumAttr");
TableGen.cpp 149 for (Record *Rec : Records.getAllDerivedDefinitions(Class))
158 for (Record *Rec : Records.getAllDerivedDefinitions("Set")) {
OptParserEmitter.cpp 111 Records.getAllDerivedDefinitions("OptionGroup");
112 std::vector<Record*> Opts = Records.getAllDerivedDefinitions("Option");
CodeGenTarget.cpp 149 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target");
228 RegAltNameIndices = Records.getAllDerivedDefinitions("RegAltNameIndex");
278 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction");
351 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction");
436 std::vector<Record*> I = RC.getAllDerivedDefinitions("Intrinsic");
CodeGenMapTable.cpp 205 InstrDefs = Records.getAllDerivedDefinitions(FilterClass);
497 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping");
564 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping");
CodeGenSchedule.cpp 133 RecVec ProcRecords = Records.getAllDerivedDefinitions("Processor");
222 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW");
237 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW");
253 RecVec AliasDefs = Records.getAllDerivedDefinitions("SchedAlias");
311 RecVec RWDefs = Records.getAllDerivedDefinitions("SchedReadWrite");
514 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW");
814 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW");
    [all...]
DFAPacketizerEmitter.cpp 842 Records.getAllDerivedDefinitions("ProcessorItineraries");
857 Records.getAllDerivedDefinitions("ComboFuncUnits");
878 Records.getAllDerivedDefinitions("InstrItinClass").size();
    [all...]
CallingConvEmitter.cpp 38 std::vector<Record*> CCs = Records.getAllDerivedDefinitions("CallingConv");
SubtargetEmitter.cpp 118 std::vector<Record*> DefList = Records.getAllDerivedDefinitions(ClassName);
155 Records.getAllDerivedDefinitions("SubtargetFeature");
221 Records.getAllDerivedDefinitions("Processor");
    [all...]
CodeEmitterGen.cpp 225 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction");
AsmMatcherEmitter.cpp     [all...]
CodeGenDAGPatterns.cpp     [all...]
CodeGenRegisters.cpp     [all...]
InstrInfoEmitter.cpp 313 std::vector<Record *> Operands = Records.getAllDerivedDefinitions("Operand");
AsmWriterEmitter.cpp 796 Records.getAllDerivedDefinitions("InstAlias");
    [all...]
RegisterInfoEmitter.cpp     [all...]
  /external/clang/utils/TableGen/
ClangCommentHTMLTagsEmitter.cpp 24 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag");
40 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag");
ClangCommentCommandInfoEmitter.cpp 29 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command");
117 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command");
ClangCommentHTMLNamedCharacterReferenceEmitter.cpp 52 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("NCR");
ClangASTNodesEmitter.cpp 156 = Records.getAllDerivedDefinitions(Root.getName());
202 = Records.getAllDerivedDefinitions("DeclContext");
203 RecordVector Decls = Records.getAllDerivedDefinitions("Decl");
ClangDiagnosticsEmitter.cpp 47 = Records.getAllDerivedDefinitions("DiagGroup");
109 Records.getAllDerivedDefinitions("Diagnostic");
498 Records.getAllDerivedDefinitions("Diagnostic");
501 = Records.getAllDerivedDefinitions("DiagGroup");
829 std::vector<Record *> Diags = Records.getAllDerivedDefinitions("Diagnostic");
832 Records.getAllDerivedDefinitions("DiagGroup");
    [all...]
ClangSACheckersEmitter.cpp 98 std::vector<Record*> checkers = Records.getAllDerivedDefinitions("Checker");
108 std::vector<Record*> packages = Records.getAllDerivedDefinitions("Package");
120 checkerGroups = Records.getAllDerivedDefinitions("CheckerGroup");
ClangAttrEmitter.cpp 137 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr");
    [all...]
NeonEmitter.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]

Completed in 967 milliseconds

1 2