HomeSort by relevance Sort by last modified time
    Searched refs:SuperRegs (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 105 /// of AX. The SuperRegs field is a zero terminated array of registers that are
112 uint32_t SuperRegs; // Super-register set, described above
459 init(Reg, MCRI->DiffLists + MCRI->get(Reg).SuperRegs);
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 161 return SuperRegs;
235 SuperRegList SuperRegs;
CodeGenRegisters.cpp 512 if (!I->second->SuperRegs.empty() && I->second->SuperRegs.back() == this)
514 I->second->SuperRegs.push_back(this);
    [all...]

Completed in 55 milliseconds