Lines Matching refs:And
244 MachineInstr *And = in emitIf() local
249 LV->replaceKillInstruction(Cond.getReg(), MI, *And); in emitIf()
251 setImpSCCDefDead(*And, true); in emitIf()
288 LIS->ReplaceMachineInstrInMaps(MI, *And); in emitIf()
331 MachineInstr *And = BuildMI(MBB, ElsePt, DL, TII->get(AndOpc), DstReg) in emitElse() local
357 LIS->InsertMachineInstrInMaps(*And); in emitElse()
389 MachineInstr *And = nullptr, *Or = nullptr; in emitIfBreak() local
393 And = BuildMI(MBB, &MI, DL, TII->get(AndOpc), AndReg) in emitIfBreak()
397 LV->replaceKillInstruction(MI.getOperand(1).getReg(), MI, *And); in emitIfBreak()
413 if (And) { in emitIfBreak()
415 RecomputeRegs.insert(And->getOperand(2).getReg()); in emitIfBreak()
416 LIS->InsertMachineInstrInMaps(*And); in emitIfBreak()