Lines Matching defs:ConvOpc
92 unsigned ConvOpc = 0);
309 unsigned ConvOpc = 0;
311 case SystemZ::AR: ConvOpc = SystemZ::ALR; break;
312 case SystemZ::ARK: ConvOpc = SystemZ::ALRK; break;
313 case SystemZ::AGR: ConvOpc = SystemZ::ALGR; break;
314 case SystemZ::AGRK: ConvOpc = SystemZ::ALGRK; break;
315 case SystemZ::A: ConvOpc = SystemZ::AL; break;
316 case SystemZ::AY: ConvOpc = SystemZ::ALY; break;
317 case SystemZ::AG: ConvOpc = SystemZ::ALG; break;
320 if (!ConvOpc || !adjustCCMasksForInstr(MI, Compare, CCUsers, ConvOpc))
325 MI.setDesc(TII->get(ConvOpc));
349 // also reflect the value of X. ConvOpc may be used to pass the transfomed
356 unsigned ConvOpc) {
359 int Opcode = (ConvOpc ? ConvOpc : MI.getOpcode());
366 // If the caller will change MI to use ConvOpc, only test whether
367 // ConvOpc is suitable; it is on the caller to set the MI flag.
368 if (ConvOpc && !Desc.mayRaiseFPException())
371 if (!ConvOpc && !MI.mayRaiseFPException())
469 if (!ConvOpc)