Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp58 struct SchedClassTables { struct in __anon0af298460111::SubtargetEmitter
59 std::vector<std::vector<MCSchedClassDesc>> ProcSchedClasses;
60 std::vector<MCWriteProcResEntry> WriteProcResources;
61 std::vector<MCWriteLatencyEntry> WriteLatencies;
62 std::vector<std::string> WriterNames;
63 std::vector<MCReadAdvanceEntry> ReadAdvanceEntries;
66 SchedClassTables() { in SchedClassTables() function