Lines Matching refs:TRI
67 : MachineFunctionPass(ID), TII(0), TRI(0) {} in SystemZElimCompare()
89 const TargetRegisterInfo *TRI; member in __anon0dc59e9a0111::SystemZElimCompare
146 if (MOReg == Reg || TRI->regsOverlap(MOReg, Reg)) { in getRegReferences()
291 int CCDef = MI->findRegisterDefOperandIdx(SystemZ::CC, false, true, TRI); in adjustCCMasksForInstr()
298 MBBI->clearRegisterKills(SystemZ::CC, TRI); in adjustCCMasksForInstr()
387 if (MBBI->modifiesRegister(SrcReg, TRI) || in fuseCompareAndBranch()
388 (SrcReg2 && MBBI->modifiesRegister(SrcReg2, TRI))) in fuseCompareAndBranch()
398 int CCUse = MBBI->findRegisterUseOperandIdx(SystemZ::CC, false, TRI); in fuseCompareAndBranch()
417 MBBI->clearRegisterKills(SrcReg, TRI); in fuseCompareAndBranch()
419 MBBI->clearRegisterKills(SrcReg2, TRI); in fuseCompareAndBranch()
463 TRI = &TII->getRegisterInfo(); in runOnMachineFunction()