Lines Matching refs:MCRegister
33 static bool isValidRegUseOf(const MachineOperand &MO, MCRegister PhysReg, in isValidRegUseOf()
44 static bool isValidRegDefOf(const MachineOperand &MO, MCRegister PhysReg, in isValidRegDefOf()
264 MCRegister PhysReg) const { in getReachingDef()
285 MCRegister PhysReg) const { in getReachingLocalMIDef()
292 MCRegister PhysReg) const { in hasSameReachingDef()
321 MCRegister PhysReg) const { in getClearance()
327 MCRegister PhysReg) const { in hasLocalDefBefore()
332 MCRegister PhysReg, in getReachingLocalUses()
357 MCRegister PhysReg, in getLiveInUses()
375 void ReachingDefAnalysis::getGlobalUses(MachineInstr *MI, MCRegister PhysReg, in getGlobalUses()
401 MCRegister PhysReg, in getGlobalReachingDefs()
413 MCRegister PhysReg, InstSet &Defs) const { in getLiveOuts()
419 MCRegister PhysReg, InstSet &Defs, in getLiveOuts()
439 MCRegister PhysReg) const { in getUniqueReachingMIDef()
471 MCRegister PhysReg) const { in isRegUsedAfter()
492 MCRegister PhysReg) const { in isRegDefinedAfter()
506 MCRegister PhysReg) const { in isReachingDefLiveOut()
528 MCRegister PhysReg) const { in getLocalLiveOutMIDef()
652 auto IsDead = [this, &Dead](MachineInstr *Def, MCRegister PhysReg) { in collectKilledOperands()
682 MCRegister PhysReg) const { in isSafeToDefRegAt()
687 bool ReachingDefAnalysis::isSafeToDefRegAt(MachineInstr *MI, MCRegister PhysReg, in isSafeToDefRegAt()