Home | History | Annotate | Download | only in AArch64

Lines Matching refs:CSINC

153   // to fold it into CSINC/CSINV.
343 // Also, try to fold ADD into CSINC/CSINV..
659 case AArch64ISD::CSINC: return "AArch64ISD::CSINC";
1317 // CSINC Wd, WZR, WZR, invert(cond).
3111 // matched to a single CSINC instruction.
3130 // matched to a single CSINC instruction.
3237 // order to for a CSINV or CSINC out of them.
3275 // inverse/negation/increment of TVal and generate a CSINV/CSNEG/CSINC
3283 // arithmetic for the check whether we can use CSINC. This ensures that
3291 Opcode = AArch64ISD::CSINC;
3297 // 64-bit check whether we can use CSINC.
3299 Opcode = AArch64ISD::CSINC;
6894 // The latter will get matched to a CSINC instruction.