Lines Matching refs:ConvOpc
92 unsigned ConvOpc = 0);
309 unsigned ConvOpc = 0; in convertToLogical() local
311 case SystemZ::AR: ConvOpc = SystemZ::ALR; break; in convertToLogical()
312 case SystemZ::ARK: ConvOpc = SystemZ::ALRK; break; in convertToLogical()
313 case SystemZ::AGR: ConvOpc = SystemZ::ALGR; break; in convertToLogical()
314 case SystemZ::AGRK: ConvOpc = SystemZ::ALGRK; break; in convertToLogical()
315 case SystemZ::A: ConvOpc = SystemZ::AL; break; in convertToLogical()
316 case SystemZ::AY: ConvOpc = SystemZ::ALY; break; in convertToLogical()
317 case SystemZ::AG: ConvOpc = SystemZ::ALG; break; in convertToLogical()
320 if (!ConvOpc || !adjustCCMasksForInstr(MI, Compare, CCUsers, ConvOpc)) in convertToLogical()
325 MI.setDesc(TII->get(ConvOpc)); in convertToLogical()
356 unsigned ConvOpc) { in adjustCCMasksForInstr() argument
359 int Opcode = (ConvOpc ? ConvOpc : MI.getOpcode()); in adjustCCMasksForInstr()
368 if (ConvOpc && !Desc.mayRaiseFPException()) in adjustCCMasksForInstr()
371 if (!ConvOpc && !MI.mayRaiseFPException()) in adjustCCMasksForInstr()
469 if (!ConvOpc) in adjustCCMasksForInstr()