Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp44 struct SchedClassTables { struct in __anon2acd9bde0111::SubtargetEmitter
45 std::vector<std::vector<MCSchedClassDesc> > ProcSchedClasses;
46 std::vector<MCWriteProcResEntry> WriteProcResources;
47 std::vector<MCWriteLatencyEntry> WriteLatencies;
48 std::vector<std::string> WriterNames;
49 std::vector<MCReadAdvanceEntry> ReadAdvanceEntries;
52 SchedClassTables() { in SchedClassTables() argument