Go to the source code of this file.
◆ DefaultReservationStationScaleFactor
| float DefaultReservationStationScaleFactor = 1.0f |
|
staticconstexpr |
◆ ReservationStationScaleFactor
| cl::opt< float > ReservationStationScaleFactor("sched-model-reservation-station-scale-factor", cl::Hidden, cl::init(DefaultReservationStationScaleFactor), cl::cat(MCScheduleOptions), cl::desc("Scale the buffer size of all reservation stations by a positive " "factor. Buffer sizes of -1/0/1 (unlimited/unbuffered/in-order) " "are preserved. Likewise, if the scaled result is <= 1, the " "original size is kept. Computed sizes " "are truncated towards zero.")) |
( |
"sched-model-reservation-station-scale-factor" | , |
|
|
cl::Hidden | , |
|
|
cl::init(DefaultReservationStationScaleFactor) | , |
|
|
cl::cat(MCScheduleOptions) | , |
|
|
cl::desc("Scale the buffer size of all reservation stations by a positive " "factor. Buffer sizes of -1/0/1 (unlimited/unbuffered/in-order) " "are preserved. Likewise, if the scaled result is <= 1, the " "original size is kept. Computed sizes " "are truncated towards zero.") | ) |
|
static |