Lines Matching defs:CSINC
1245 // %select = CSINC %reg, %x, cc
1261 // Helper lambda which tries to use CSINC/CSINV for the instruction when its
1280 // G_SELECT cc, 0, 1 -> CSINC zreg, zreg, cc
1299 // G_SELECT cc, 1, f -> CSINC f, zreg, inv_cc
1320 // G_SELECT cc, t, 1 -> CSINC t, zreg, cc
1327 // G_SELECT cc, t, -1 -> CSINC t, zreg, cc
4563 auto CSINC = MIRBuilder.buildInstr(Opc, {Dst}, {Src1, Src2}).addImm(Pred);
4564 constrainSelectedInstRegOperands(*CSINC, TII, TRI, RBI);
4565 return &*CSINC;
4628 // to the overflow op. CSINC increments the result when the predicate is