Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCSchedule.h93 struct MCSchedClassDesc { struct
94 static const unsigned short InvalidNumMicroOps = UINT16_MAX;
95 static const unsigned short VariantNumMicroOps = UINT16_MAX - 1;
98 const char* Name;
100 unsigned short NumMicroOps;
101 bool BeginGroup;
102 bool EndGroup;
103 unsigned WriteProcResIdx; // First index into WriteProcResTable.
104 unsigned NumWriteProcResEntries;
105 unsigned WriteLatencyIdx; // First index into WriteLatencyTable.
[all …]