Lines Matching defs:CSINC
1252 // %select = CSINC %reg, %x, cc
1268 // Helper lambda which tries to use CSINC/CSINV for the instruction when its
1287 // G_SELECT cc, 0, 1 -> CSINC zreg, zreg, cc
1306 // G_SELECT cc, 1, f -> CSINC f, zreg, inv_cc
1327 // G_SELECT cc, t, 1 -> CSINC t, zreg, cc
1334 // G_SELECT cc, t, -1 -> CSINC t, zreg, cc
4688 auto CSINC = MIRBuilder.buildInstr(Opc, {Dst}, {Src1, Src2}).addImm(Pred);
4689 constrainSelectedInstRegOperands(*CSINC, TII, TRI, RBI);
4690 return &*CSINC;
4753 // to the overflow op. CSINC increments the result when the predicate is