Searched defs:MCRegisterDesc (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h102 /// MCRegisterDesc - This record contains information about a particular
109 struct MCRegisterDesc { struct in namespace:llvm
124 /// array of MCRegisterDesc objects that represent all of the machine
155 const MCRegisterDesc *Desc; // Pointer to the descriptor array
239 void InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA,
314 const MCRegisterDesc &operator[](unsigned RegNo) const {
322 const MCRegisterDesc &get(unsigned RegNo) const {
496 // Decode the RegUnits MCRegisterDesc field.

Completed in 1841 milliseconds