Lines Matching refs:And
242 MachineInstr *And = in emitIf() local
247 LV->replaceKillInstruction(Cond.getReg(), MI, *And); in emitIf()
249 setImpSCCDefDead(*And, true); in emitIf()
286 LIS->ReplaceMachineInstrInMaps(MI, *And); in emitIf()
329 MachineInstr *And = BuildMI(MBB, ElsePt, DL, TII->get(AndOpc), DstReg) in emitElse() local
355 LIS->InsertMachineInstrInMaps(*And); in emitElse()
387 MachineInstr *And = nullptr, *Or = nullptr; in emitIfBreak() local
391 And = BuildMI(MBB, &MI, DL, TII->get(AndOpc), AndReg) in emitIfBreak()
395 LV->replaceKillInstruction(MI.getOperand(1).getReg(), MI, *And); in emitIfBreak()
411 if (And) { in emitIfBreak()
413 RecomputeRegs.insert(And->getOperand(2).getReg()); in emitIfBreak()
414 LIS->InsertMachineInstrInMaps(*And); in emitIfBreak()