Home
last modified time | relevance | path

Searched refs:WriteProcResources (Results 1 – 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp41 std::vector<MCWriteProcResEntry> WriteProcResources; member
49 WriteProcResources.resize(1); in SchedClassTables()
904 std::vector<MCWriteProcResEntry> WriteProcResources; in GenSchedClassTables() local
959 unsigned WPRIdx = 0, WPREnd = WriteProcResources.size(); in GenSchedClassTables()
961 if (WriteProcResources[WPRIdx].ProcResourceIdx in GenSchedClassTables()
963 WriteProcResources[WPRIdx].Cycles += WPREntry.Cycles; in GenSchedClassTables()
968 WriteProcResources.push_back(WPREntry); in GenSchedClassTables()
1007 WriteProcResources.clear(); in GenSchedClassTables()
1015 std::sort(WriteProcResources.begin(), WriteProcResources.end(), in GenSchedClassTables()
1018 SCDesc.NumWriteProcResEntries = WriteProcResources.size(); in GenSchedClassTables()
[all …]