Lines Matching refs:ConvOpc
92 unsigned ConvOpc = 0);
315 unsigned ConvOpc = 0; in convertToLogical() local
317 case SystemZ::AR: ConvOpc = SystemZ::ALR; break; in convertToLogical()
318 case SystemZ::ARK: ConvOpc = SystemZ::ALRK; break; in convertToLogical()
319 case SystemZ::AGR: ConvOpc = SystemZ::ALGR; break; in convertToLogical()
320 case SystemZ::AGRK: ConvOpc = SystemZ::ALGRK; break; in convertToLogical()
321 case SystemZ::A: ConvOpc = SystemZ::AL; break; in convertToLogical()
322 case SystemZ::AY: ConvOpc = SystemZ::ALY; break; in convertToLogical()
323 case SystemZ::AG: ConvOpc = SystemZ::ALG; break; in convertToLogical()
326 if (!ConvOpc || !adjustCCMasksForInstr(MI, Compare, CCUsers, ConvOpc)) in convertToLogical()
331 MI.setDesc(TII->get(ConvOpc)); in convertToLogical()
362 unsigned ConvOpc) { in adjustCCMasksForInstr() argument
365 int Opcode = (ConvOpc ? ConvOpc : MI.getOpcode()); in adjustCCMasksForInstr()
374 if (ConvOpc && !Desc.mayRaiseFPException()) in adjustCCMasksForInstr()
377 if (!ConvOpc && !MI.mayRaiseFPException()) in adjustCCMasksForInstr()
477 if (!ConvOpc) in adjustCCMasksForInstr()