Searched refs:DiffLists (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h119 // Scale, the high bits hold an offset into DiffLists. See MCRegUnitIterator.
155 const uint16_t *DiffLists; // Pointer to the difflists array member in class:llvm::MCRegisterInfo
175 /// differentially encoded register and regunit lists in DiffLists.
243 DiffLists = DL;
391 init(Reg, MCRI->DiffLists + MCRI->get(Reg).SubRegs);
400 init(Reg, MCRI->DiffLists + MCRI->get(Reg).SuperRegs);
411 init(Reg, MCRI->DiffLists + MCRI->get(Reg).Overlaps);
443 // DiffLists + Offset.
444 init(Reg * Scale, MCRI->DiffLists + Offset);

Completed in 201 milliseconds