Home
last modified time | relevance | path

Searched defs:MCSchedModel (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h258 struct MCSchedModel { struct
270 unsigned IssueWidth;
271 static const unsigned DefaultIssueWidth = 1;
287 unsigned MicroOpBufferSize;
288 static const unsigned DefaultMicroOpBufferSize = 0;
295 unsigned LoopMicroOpBufferSize;
296 static const unsigned DefaultLoopMicroOpBufferSize = 0;
299 unsigned LoadLatency;
300 static const unsigned DefaultLoadLatency = 4;
306 unsigned HighLatency;
[all …]