Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h253 struct MCSchedModel { struct
265 unsigned IssueWidth;
266 static const unsigned DefaultIssueWidth = 1;
282 unsigned MicroOpBufferSize;
283 static const unsigned DefaultMicroOpBufferSize = 0;
290 unsigned LoopMicroOpBufferSize;
291 static const unsigned DefaultLoopMicroOpBufferSize = 0;
294 unsigned LoadLatency;
295 static const unsigned DefaultLoadLatency = 4;
301 unsigned HighLatency;
[all …]