Home | History | Annotate | Download | only in AArch64

Lines Matching refs:CSINV

153   // to fold it into CSINC/CSINV.
343 // Also, try to fold ADD into CSINC/CSINV..
657 case AArch64ISD::CSINV: return "AArch64ISD::CSINV";
1221 // The latter will get matched to a CSINV instruction.
1242 // might be needed to make this fit into a CSINV pattern.
3237 // order to for a CSINV or CSINC out of them.
3251 // with a CSINV rather than a CSEL.
3275 // inverse/negation/increment of TVal and generate a CSINV/CSNEG/CSINC
3278 Opcode = AArch64ISD::CSINV;