Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSchedule.h244 struct MCSchedModel { struct
256 unsigned IssueWidth;
257 static const unsigned DefaultIssueWidth = 1;
273 unsigned MicroOpBufferSize;
274 static const unsigned DefaultMicroOpBufferSize = 0;
281 unsigned LoopMicroOpBufferSize;
282 static const unsigned DefaultLoopMicroOpBufferSize = 0;
285 unsigned LoadLatency;
286 static const unsigned DefaultLoadLatency = 4;
292 unsigned HighLatency;
[all …]