Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCSchedule.h101 struct MCSchedClassDesc { struct
102 static const unsigned short InvalidNumMicroOps = UINT16_MAX;
103 static const unsigned short VariantNumMicroOps = UINT16_MAX - 1;
106 const char* Name;
108 unsigned short NumMicroOps;
109 bool BeginGroup;
110 bool EndGroup;
111 unsigned WriteProcResIdx; // First index into WriteProcResTable.
112 unsigned NumWriteProcResEntries;
113 unsigned WriteLatencyIdx; // First index into WriteLatencyTable.
[all …]