Home
last modified time | relevance | path

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

/dports/devel/llvm70/llvm-7.0.1.src/utils/TableGen/
H A DSubtargetEmitter.cpp1132 MCWriteProcResEntry WPREntry; in GenSchedClassTables() local
1133 WPREntry.ProcResourceIdx = ProcModel.getProcResourceIdx(PRVec[PRIdx]); in GenSchedClassTables()
1134 assert(WPREntry.ProcResourceIdx && "Bad ProcResourceIdx"); in GenSchedClassTables()
1135 WPREntry.Cycles = Cycles[PRIdx]; in GenSchedClassTables()
1143 == WPREntry.ProcResourceIdx) { in GenSchedClassTables()
1144 WriteProcResources[WPRIdx].Cycles += WPREntry.Cycles; in GenSchedClassTables()
1149 WriteProcResources.push_back(WPREntry); in GenSchedClassTables()
1259 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; in EmitSchedClassTables() local
1260 OS << " {" << format("%2d", WPREntry.ProcResourceIdx) << ", " in EmitSchedClassTables()
1261 << format("%2d", WPREntry.Cycles) << "}"; in EmitSchedClassTables()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1128 MCWriteProcResEntry WPREntry; in GenSchedClassTables() local
1129 WPREntry.ProcResourceIdx = ProcModel.getProcResourceIdx(PRVec[PRIdx]); in GenSchedClassTables()
1130 assert(WPREntry.ProcResourceIdx && "Bad ProcResourceIdx"); in GenSchedClassTables()
1131 WPREntry.Cycles = Cycles[PRIdx]; in GenSchedClassTables()
1139 == WPREntry.ProcResourceIdx) { in GenSchedClassTables()
1140 WriteProcResources[WPRIdx].Cycles += WPREntry.Cycles; in GenSchedClassTables()
1145 WriteProcResources.push_back(WPREntry); in GenSchedClassTables()
1254 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; in EmitSchedClassTables() local
1255 OS << " {" << format("%2d", WPREntry.ProcResourceIdx) << ", " in EmitSchedClassTables()
1256 << format("%2d", WPREntry.Cycles) << "}"; in EmitSchedClassTables()
/dports/devel/llvm11/llvm-11.0.1.src/utils/TableGen/
H A DSubtargetEmitter.cpp1128 MCWriteProcResEntry WPREntry; in GenSchedClassTables() local
1129 WPREntry.ProcResourceIdx = ProcModel.getProcResourceIdx(PRVec[PRIdx]); in GenSchedClassTables()
1130 assert(WPREntry.ProcResourceIdx && "Bad ProcResourceIdx"); in GenSchedClassTables()
1131 WPREntry.Cycles = Cycles[PRIdx]; in GenSchedClassTables()
1139 == WPREntry.ProcResourceIdx) { in GenSchedClassTables()
1140 WriteProcResources[WPRIdx].Cycles += WPREntry.Cycles; in GenSchedClassTables()
1145 WriteProcResources.push_back(WPREntry); in GenSchedClassTables()
1254 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; in EmitSchedClassTables() local
1255 OS << " {" << format("%2d", WPREntry.ProcResourceIdx) << ", " in EmitSchedClassTables()
1256 << format("%2d", WPREntry.Cycles) << "}"; in EmitSchedClassTables()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1125 MCWriteProcResEntry WPREntry; in GenSchedClassTables() local
1126 WPREntry.ProcResourceIdx = ProcModel.getProcResourceIdx(PRVec[PRIdx]); in GenSchedClassTables()
1127 assert(WPREntry.ProcResourceIdx && "Bad ProcResourceIdx"); in GenSchedClassTables()
1128 WPREntry.Cycles = Cycles[PRIdx]; in GenSchedClassTables()
1136 == WPREntry.ProcResourceIdx) { in GenSchedClassTables()
1137 WriteProcResources[WPRIdx].Cycles += WPREntry.Cycles; in GenSchedClassTables()
1142 WriteProcResources.push_back(WPREntry); in GenSchedClassTables()
1247 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; in EmitSchedClassTables() local
1248 OS << " {" << format("%2d", WPREntry.ProcResourceIdx) << ", " in EmitSchedClassTables()
1249 << format("%2d", WPREntry.Cycles) << "}"; in EmitSchedClassTables()
/dports/devel/llvm90/llvm-9.0.1.src/utils/TableGen/
H A DSubtargetEmitter.cpp1126 MCWriteProcResEntry WPREntry; in GenSchedClassTables() local
1127 WPREntry.ProcResourceIdx = ProcModel.getProcResourceIdx(PRVec[PRIdx]); in GenSchedClassTables()
1128 assert(WPREntry.ProcResourceIdx && "Bad ProcResourceIdx"); in GenSchedClassTables()
1129 WPREntry.Cycles = Cycles[PRIdx]; in GenSchedClassTables()
1137 == WPREntry.ProcResourceIdx) { in GenSchedClassTables()
1138 WriteProcResources[WPRIdx].Cycles += WPREntry.Cycles; in GenSchedClassTables()
1143 WriteProcResources.push_back(WPREntry); in GenSchedClassTables()
1252 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; in EmitSchedClassTables() local
1253 OS << " {" << format("%2d", WPREntry.ProcResourceIdx) << ", " in EmitSchedClassTables()
1254 << format("%2d", WPREntry.Cycles) << "}"; in EmitSchedClassTables()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1125 MCWriteProcResEntry WPREntry; in GenSchedClassTables() local
1126 WPREntry.ProcResourceIdx = ProcModel.getProcResourceIdx(PRVec[PRIdx]); in GenSchedClassTables()
1127 assert(WPREntry.ProcResourceIdx && "Bad ProcResourceIdx"); in GenSchedClassTables()
1128 WPREntry.Cycles = Cycles[PRIdx]; in GenSchedClassTables()
1136 == WPREntry.ProcResourceIdx) { in GenSchedClassTables()
1137 WriteProcResources[WPRIdx].Cycles += WPREntry.Cycles; in GenSchedClassTables()
1142 WriteProcResources.push_back(WPREntry); in GenSchedClassTables()
1247 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; in EmitSchedClassTables() local
1248 OS << " {" << format("%2d", WPREntry.ProcResourceIdx) << ", " in EmitSchedClassTables()
1249 << format("%2d", WPREntry.Cycles) << "}"; in EmitSchedClassTables()
/dports/devel/llvm10/llvm-10.0.1.src/utils/TableGen/
H A DSubtargetEmitter.cpp1127 MCWriteProcResEntry WPREntry; in GenSchedClassTables() local
1128 WPREntry.ProcResourceIdx = ProcModel.getProcResourceIdx(PRVec[PRIdx]); in GenSchedClassTables()
1129 assert(WPREntry.ProcResourceIdx && "Bad ProcResourceIdx"); in GenSchedClassTables()
1130 WPREntry.Cycles = Cycles[PRIdx]; in GenSchedClassTables()
1138 == WPREntry.ProcResourceIdx) { in GenSchedClassTables()
1139 WriteProcResources[WPRIdx].Cycles += WPREntry.Cycles; in GenSchedClassTables()
1144 WriteProcResources.push_back(WPREntry); in GenSchedClassTables()
1253 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; in EmitSchedClassTables() local
1254 OS << " {" << format("%2d", WPREntry.ProcResourceIdx) << ", " in EmitSchedClassTables()
1255 << format("%2d", WPREntry.Cycles) << "}"; in EmitSchedClassTables()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1125 MCWriteProcResEntry WPREntry; in GenSchedClassTables() local
1126 WPREntry.ProcResourceIdx = ProcModel.getProcResourceIdx(PRVec[PRIdx]); in GenSchedClassTables()
1127 assert(WPREntry.ProcResourceIdx && "Bad ProcResourceIdx"); in GenSchedClassTables()
1128 WPREntry.Cycles = Cycles[PRIdx]; in GenSchedClassTables()
1136 == WPREntry.ProcResourceIdx) { in GenSchedClassTables()
1137 WriteProcResources[WPRIdx].Cycles += WPREntry.Cycles; in GenSchedClassTables()
1142 WriteProcResources.push_back(WPREntry); in GenSchedClassTables()
1247 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; in EmitSchedClassTables() local
1248 OS << " {" << format("%2d", WPREntry.ProcResourceIdx) << ", " in EmitSchedClassTables()
1249 << format("%2d", WPREntry.Cycles) << "}"; in EmitSchedClassTables()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1127 MCWriteProcResEntry WPREntry; in GenSchedClassTables() local
1128 WPREntry.ProcResourceIdx = ProcModel.getProcResourceIdx(PRVec[PRIdx]); in GenSchedClassTables()
1129 assert(WPREntry.ProcResourceIdx && "Bad ProcResourceIdx"); in GenSchedClassTables()
1130 WPREntry.Cycles = Cycles[PRIdx]; in GenSchedClassTables()
1138 == WPREntry.ProcResourceIdx) { in GenSchedClassTables()
1139 WriteProcResources[WPRIdx].Cycles += WPREntry.Cycles; in GenSchedClassTables()
1144 WriteProcResources.push_back(WPREntry); in GenSchedClassTables()
1253 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; in EmitSchedClassTables() local
1254 OS << " {" << format("%2d", WPREntry.ProcResourceIdx) << ", " in EmitSchedClassTables()
1255 << format("%2d", WPREntry.Cycles) << "}"; in EmitSchedClassTables()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1125 MCWriteProcResEntry WPREntry; in GenSchedClassTables() local
1126 WPREntry.ProcResourceIdx = ProcModel.getProcResourceIdx(PRVec[PRIdx]); in GenSchedClassTables()
1127 assert(WPREntry.ProcResourceIdx && "Bad ProcResourceIdx"); in GenSchedClassTables()
1128 WPREntry.Cycles = Cycles[PRIdx]; in GenSchedClassTables()
1136 == WPREntry.ProcResourceIdx) { in GenSchedClassTables()
1137 WriteProcResources[WPRIdx].Cycles += WPREntry.Cycles; in GenSchedClassTables()
1142 WriteProcResources.push_back(WPREntry); in GenSchedClassTables()
1247 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; in EmitSchedClassTables() local
1248 OS << " {" << format("%2d", WPREntry.ProcResourceIdx) << ", " in EmitSchedClassTables()
1249 << format("%2d", WPREntry.Cycles) << "}"; in EmitSchedClassTables()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1125 MCWriteProcResEntry WPREntry; in GenSchedClassTables() local
1126 WPREntry.ProcResourceIdx = ProcModel.getProcResourceIdx(PRVec[PRIdx]); in GenSchedClassTables()
1127 assert(WPREntry.ProcResourceIdx && "Bad ProcResourceIdx"); in GenSchedClassTables()
1128 WPREntry.Cycles = Cycles[PRIdx]; in GenSchedClassTables()
1136 == WPREntry.ProcResourceIdx) { in GenSchedClassTables()
1137 WriteProcResources[WPRIdx].Cycles += WPREntry.Cycles; in GenSchedClassTables()
1142 WriteProcResources.push_back(WPREntry); in GenSchedClassTables()
1247 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; in EmitSchedClassTables() local
1248 OS << " {" << format("%2d", WPREntry.ProcResourceIdx) << ", " in EmitSchedClassTables()
1249 << format("%2d", WPREntry.Cycles) << "}"; in EmitSchedClassTables()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1131 MCWriteProcResEntry WPREntry; in GenSchedClassTables() local
1132 WPREntry.ProcResourceIdx = ProcModel.getProcResourceIdx(PRVec[PRIdx]); in GenSchedClassTables()
1133 assert(WPREntry.ProcResourceIdx && "Bad ProcResourceIdx"); in GenSchedClassTables()
1134 WPREntry.Cycles = Cycles[PRIdx]; in GenSchedClassTables()
1142 == WPREntry.ProcResourceIdx) { in GenSchedClassTables()
1143 WriteProcResources[WPRIdx].Cycles += WPREntry.Cycles; in GenSchedClassTables()
1148 WriteProcResources.push_back(WPREntry); in GenSchedClassTables()
1257 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; in EmitSchedClassTables() local
1258 OS << " {" << format("%2d", WPREntry.ProcResourceIdx) << ", " in EmitSchedClassTables()
1259 << format("%2d", WPREntry.Cycles) << "}"; in EmitSchedClassTables()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1125 MCWriteProcResEntry WPREntry; in GenSchedClassTables() local
1126 WPREntry.ProcResourceIdx = ProcModel.getProcResourceIdx(PRVec[PRIdx]); in GenSchedClassTables()
1127 assert(WPREntry.ProcResourceIdx && "Bad ProcResourceIdx"); in GenSchedClassTables()
1128 WPREntry.Cycles = Cycles[PRIdx]; in GenSchedClassTables()
1136 == WPREntry.ProcResourceIdx) { in GenSchedClassTables()
1137 WriteProcResources[WPRIdx].Cycles += WPREntry.Cycles; in GenSchedClassTables()
1142 WriteProcResources.push_back(WPREntry); in GenSchedClassTables()
1247 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; in EmitSchedClassTables() local
1248 OS << " {" << format("%2d", WPREntry.ProcResourceIdx) << ", " in EmitSchedClassTables()
1249 << format("%2d", WPREntry.Cycles) << "}"; in EmitSchedClassTables()
/dports/devel/llvm80/llvm-8.0.1.src/utils/TableGen/
H A DSubtargetEmitter.cpp1103 MCWriteProcResEntry WPREntry; in GenSchedClassTables() local
1104 WPREntry.ProcResourceIdx = ProcModel.getProcResourceIdx(PRVec[PRIdx]); in GenSchedClassTables()
1105 assert(WPREntry.ProcResourceIdx && "Bad ProcResourceIdx"); in GenSchedClassTables()
1106 WPREntry.Cycles = Cycles[PRIdx]; in GenSchedClassTables()
1114 == WPREntry.ProcResourceIdx) { in GenSchedClassTables()
1115 WriteProcResources[WPRIdx].Cycles += WPREntry.Cycles; in GenSchedClassTables()
1120 WriteProcResources.push_back(WPREntry); in GenSchedClassTables()
1229 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; in EmitSchedClassTables() local
1230 OS << " {" << format("%2d", WPREntry.ProcResourceIdx) << ", " in EmitSchedClassTables()
1231 << format("%2d", WPREntry.Cycles) << "}"; in EmitSchedClassTables()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/utils/TableGen/
H A DSubtargetEmitter.cpp1125 MCWriteProcResEntry WPREntry; in GenSchedClassTables() local
1126 WPREntry.ProcResourceIdx = ProcModel.getProcResourceIdx(PRVec[PRIdx]); in GenSchedClassTables()
1127 assert(WPREntry.ProcResourceIdx && "Bad ProcResourceIdx"); in GenSchedClassTables()
1128 WPREntry.Cycles = Cycles[PRIdx]; in GenSchedClassTables()
1136 == WPREntry.ProcResourceIdx) { in GenSchedClassTables()
1137 WriteProcResources[WPRIdx].Cycles += WPREntry.Cycles; in GenSchedClassTables()
1142 WriteProcResources.push_back(WPREntry); in GenSchedClassTables()
1247 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; in EmitSchedClassTables() local
1248 OS << " {" << format("%2d", WPREntry.ProcResourceIdx) << ", " in EmitSchedClassTables()
1249 << format("%2d", WPREntry.Cycles) << "}"; in EmitSchedClassTables()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1125 MCWriteProcResEntry WPREntry; in GenSchedClassTables() local
1126 WPREntry.ProcResourceIdx = ProcModel.getProcResourceIdx(PRVec[PRIdx]); in GenSchedClassTables()
1127 assert(WPREntry.ProcResourceIdx && "Bad ProcResourceIdx"); in GenSchedClassTables()
1128 WPREntry.Cycles = Cycles[PRIdx]; in GenSchedClassTables()
1136 == WPREntry.ProcResourceIdx) { in GenSchedClassTables()
1137 WriteProcResources[WPRIdx].Cycles += WPREntry.Cycles; in GenSchedClassTables()
1142 WriteProcResources.push_back(WPREntry); in GenSchedClassTables()
1247 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; in EmitSchedClassTables() local
1248 OS << " {" << format("%2d", WPREntry.ProcResourceIdx) << ", " in EmitSchedClassTables()
1249 << format("%2d", WPREntry.Cycles) << "}"; in EmitSchedClassTables()