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

  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 426 return isSuperRegister(RegB, RegA);
430 bool isSuperRegister(unsigned RegA, unsigned RegB) const;
440 return RegA == RegB || isSuperRegister(RegA, RegB);
511 // Definition for isSuperRegister. Put it down here since it needs the
513 inline bool MCRegisterInfo::isSuperRegister(unsigned RegA, unsigned RegB) const{
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 380 assert((TRI->isSuperRegister(PhysReg, Alias) ||
381 TRI->isSuperRegister(Alias, PhysReg)) &&
385 if (TRI->isSuperRegister(PhysReg, Alias)) {
435 if (TRI->isSuperRegister(PhysReg, Alias))
    [all...]
AggressiveAntiDepBreaker.cpp 304 if (TRI->isSuperRegister(Reg, *AI) && State->IsLive(*AI)) {
415 if (TRI->isSuperRegister(Reg, *AI) && State->IsLive(*AI))
564 if ((SuperReg == 0) || TRI->isSuperRegister(SuperReg, Reg))
    [all...]
MachineInstr.cpp     [all...]
StackMaps.cpp 261 if (TRI->isSuperRegister(I->Reg, II->Reg))
MachineLICM.cpp 617 if (MO.getReg() == Reg || TRI->isSuperRegister(Reg, MO.getReg()))
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]

Completed in 250 milliseconds