Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCSchedule.h136 struct MCSchedModel { struct
139 unsigned IssueWidth;
140 static const unsigned DefaultIssueWidth = 1;
156 unsigned MicroOpBufferSize;
157 static const unsigned DefaultMicroOpBufferSize = 0;
164 unsigned LoopMicroOpBufferSize;
165 static const unsigned DefaultLoopMicroOpBufferSize = 0;
168 unsigned LoadLatency;
169 static const unsigned DefaultLoadLatency = 4;
175 unsigned HighLatency;
[all …]