Searched refs:Commute (Results 1 – 8 of 8) sorted by relevance
3 ; Commute the comparison to avoid a move.
253 void Commute() { in Commute() function
470 if (!commutative) cont->Commute(); in VisitWordCompare()
557 if (!commutative) cont->Commute(); in VisitWordCompare()
608 if (!commutative) cont->Commute(); in VisitWordCompare()
2527 bool Commute = false; in FoldImmediate() local2538 Commute = UseMI->getOperand(2).getReg() != Reg; in FoldImmediate()2542 if (Commute) in FoldImmediate()2564 if (Commute) in FoldImmediate()2589 unsigned OpIdx = Commute ? 2 : 1; in FoldImmediate()
862 if (!commutative) cont->Commute(); in VisitWordCompare()
22073 bool Commute = false; in IsDesirableToPromoteOp() local22112 Commute = true; in IsDesirableToPromoteOp()22117 if (!Commute && MayFoldLoad(N1)) in IsDesirableToPromoteOp()