Home
last modified time | relevance | path

Searched defs:SchedClassTables (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/utils/TableGen/
DSubtargetEmitter.cpp37 struct SchedClassTables { struct in __anonc394630e0111::SubtargetEmitter
38 std::vector<std::vector<MCSchedClassDesc> > ProcSchedClasses;
39 std::vector<MCWriteProcResEntry> WriteProcResources;
40 std::vector<MCWriteLatencyEntry> WriteLatencies;
41 std::vector<std::string> WriterNames;
42 std::vector<MCReadAdvanceEntry> ReadAdvanceEntries;
45 SchedClassTables() { in SchedClassTables() argument