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

  /external/llvm/include/llvm/CodeGen/
LivePhysRegs.h 90 for (MCSuperRegIterator SuperRegs(Reg, TRI, /*IncludeSelf=*/false);
91 SuperRegs.isValid(); ++SuperRegs)
92 LiveRegs.erase(*SuperRegs);
  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 222 for (MCSuperRegIterator SuperRegs(Reg, TRI);
223 SuperRegs.isValid(); ++SuperRegs) {
224 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
504 init(Reg, MCRI->DiffLists + MCRI->get(Reg).SuperRegs);
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 179 return SuperRegs;
253 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 156 milliseconds