Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp943 unsigned WPRIdx = 0, WPREnd = WriteProcResources.size(); in GenSchedClassTables() local
944 for( ; WPRIdx != WPREnd; ++WPRIdx) { in GenSchedClassTables()
951 if (WPRIdx == WPREnd) in GenSchedClassTables()
1060 for (unsigned WPRIdx = 1, WPREnd = SchedTables.WriteProcResources.size(); in EmitSchedClassTables() local
1061 WPRIdx != WPREnd; ++WPRIdx) { in EmitSchedClassTables()
1065 if (WPRIdx + 1 < WPREnd) in EmitSchedClassTables()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DSubtargetEmitter.cpp1140 unsigned WPRIdx = 0, WPREnd = WriteProcResources.size(); in GenSchedClassTables() local
1141 for( ; WPRIdx != WPREnd; ++WPRIdx) { in GenSchedClassTables()
1148 if (WPRIdx == WPREnd) in GenSchedClassTables()
1257 for (unsigned WPRIdx = 1, WPREnd = SchedTables.WriteProcResources.size(); in EmitSchedClassTables() local
1258 WPRIdx != WPREnd; ++WPRIdx) { in EmitSchedClassTables()
1262 if (WPRIdx + 1 < WPREnd) in EmitSchedClassTables()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DAnalysis.cpp340 *const WPREnd = STI.getWriteProcResEnd(&SCDesc); in getNonRedundantWriteProcRes() local
341 WPR != WPREnd; ++WPR) { in getNonRedundantWriteProcRes()