Lines Matching defs:Opc
317 unsigned Opc = getLocalGetOpcode(RC);
318 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(Opc), NewReg)
327 unsigned Opc = getLocalTeeOpcode(RC);
328 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(Opc),
348 unsigned Opc = getDropOpcode(RC);
350 BuildMI(MBB, InsertPt, MI.getDebugLoc(), TII->get(Opc))
358 unsigned Opc = getLocalSetOpcode(RC);
362 BuildMI(MBB, InsertPt, MI.getDebugLoc(), TII->get(Opc))
418 unsigned Opc = getLocalGetOpcode(RC);
426 TII->get(Opc), NewReg).addImm(LocalId);