Searched refs:Commute (Results 1 – 5 of 5) sorted by relevance
736 bool Commute; in getMachineCombinerPatterns() local737 if (isReassociationCandidate(Root, Commute)) { in getMachineCombinerPatterns()742 if (Commute) { in getMachineCombinerPatterns()
3034 bool Commute = false; in FoldImmediate() local3045 Commute = UseMI.getOperand(2).getReg() != Reg; in FoldImmediate()3050 if (UseOpc == ARM::SUBrr && Commute) in FoldImmediate()3079 if (UseOpc == ARM::t2SUBrr && Commute) in FoldImmediate()3110 unsigned OpIdx = Commute ? 2 : 1; in FoldImmediate()
1828 (simplify_comparison, case AND): Commute AND and SUBREG.
6307 * fold-const.c (fold_truthop): Commute unextend and convert on
41726 bool Commute = false; in IsDesirableToPromoteOp() local41746 Commute = true; in IsDesirableToPromoteOp()41753 (!Commute || !isa<ConstantSDNode>(N0) || in IsDesirableToPromoteOp()41757 ((Commute && !isa<ConstantSDNode>(N1)) || in IsDesirableToPromoteOp()41761 (Commute && IsFoldableAtomicRMW(N1, Op))) in IsDesirableToPromoteOp()