HomeSort by relevance Sort by last modified time
    Searched refs:SuperRegs (Results 1 - 7 of 7) 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;
CodeGenRegisters.cpp 81 SR->SuperRegs.push_back(this);
90 SI->second->SuperRegs.push_back(this);
  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 220 for (MCSuperRegIterator SuperRegs(Reg, TRI);
221 SuperRegs.isValid(); ++SuperRegs) {
222 KeepRegs.set(*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;
CodeGenRegisters.cpp 501 if (!I->second->SuperRegs.empty() && I->second->SuperRegs.back() == this)
503 I->second->SuperRegs.push_back(this);
    [all...]

Completed in 1355 milliseconds