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

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCRegisterInfo.h 113 /// AX. The SuperRegs field is a zero terminated array of registers that are
121 const unsigned *SuperRegs; // Super-register set, described above
244 return get(RegNo).SuperRegs;
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenRegisters.h 66 return SuperRegs;
84 SuperRegList SuperRegs;
  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 101 /// of AX. The SuperRegs field is a zero terminated array of registers that are
108 uint32_t SuperRegs; // Super-register set, described above
518 init(Reg, MCRI->DiffLists + MCRI->get(Reg).SuperRegs);
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 178 return SuperRegs;
252 SuperRegList SuperRegs;

Completed in 324 milliseconds