Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp46 std::vector<MCWriteProcResEntry> WriteProcResources; member
54 WriteProcResources.resize(1); in SchedClassTables()
889 std::vector<MCWriteProcResEntry> WriteProcResources; in GenSchedClassTables() local
943 unsigned WPRIdx = 0, WPREnd = WriteProcResources.size(); in GenSchedClassTables()
945 if (WriteProcResources[WPRIdx].ProcResourceIdx in GenSchedClassTables()
947 WriteProcResources[WPRIdx].Cycles += WPREntry.Cycles; in GenSchedClassTables()
952 WriteProcResources.push_back(WPREntry); in GenSchedClassTables()
990 WriteProcResources.clear(); in GenSchedClassTables()
998 std::sort(WriteProcResources.begin(), WriteProcResources.end(), in GenSchedClassTables()
1001 SCDesc.NumWriteProcResEntries = WriteProcResources.size(); in GenSchedClassTables()
[all …]