Searched defs: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.
163 const MCPhysReg *DiffLists; // Pointer to the difflists array member in class:llvm::MCRegisterInfo
185 /// differentially encoded register and regunit lists in DiffLists.
255 DiffLists = DL;
445 init(Reg, MCRI->DiffLists + MCRI->get(Reg).SubRegs);
459 init(Reg, MCRI->DiffLists + MCRI->get(Reg).SuperRegs);
502 // DiffLists + Offset.
503 init(Reg * Scale, MCRI->DiffLists + Offset);

Completed in 75 milliseconds