Lines Matching defs:Commute
10019 // Commute and try again.
12451 // Match extracts of each half of the wide source vector. Commute the shuffle
12758 // Commute and try again.
17501 // Commute the shuffle as needed such that more elements come from V1 than
17735 // Commute the shuffle if it will improve canonicalization.
39490 // Commute if all BC0's ops are contained in BC1.
45842 // Commute LHS and RHS to create opportunity to select mask instruction.
45867 // folded with mask instruction, while the rhs operand can't. Commute the
50623 // Commute and try again (negate the result for subtracts).
58078 bool Commute = false;
58099 Commute = true;
58106 (!Commute || !isa<ConstantSDNode>(N0) ||
58110 ((Commute && !isa<ConstantSDNode>(N1)) ||
58114 (Commute && IsFoldableAtomicRMW(N1, Op)))