Searched refs:Commuted (Results 1 – 6 of 6) sorted by relevance
378 bool Commuted = false; in ProcessBlock() local382 Commuted = true; in ProcessBlock()465 if (Commuted) in ProcessBlock()
479 bool Commuted = false; in ProcessBlock() local482 Commuted = true; in ProcessBlock()637 if (Commuted) in ProcessBlock()
582 bool &Commuted) const { in hasReassociableSibling()591 Commuted = MI1->getOpcode() != AssocOpcode && MI2->getOpcode() == AssocOpcode; in hasReassociableSibling()592 if (Commuted) in hasReassociableSibling()609 bool &Commuted) const { in isReassociationCandidate()612 hasReassociableSibling(Inst, Commuted); in isReassociationCandidate()
1227 bool Commuted = tryInstructionCommute(&MI, DstIdx, SrcIdx, regBKilled, Dist); in tryInstructionTransform() local1237 if (Commuted && !MI.isConvertibleTo3Addr()) in tryInstructionTransform()1245 if (!Commuted && EnableRescheduling && rescheduleMIBelowKill(mi, nmi, regB)) { in tryInstructionTransform()1252 if (Commuted) { in tryInstructionTransform()1270 if (Commuted) in tryInstructionTransform()
851 bool isReassociationCandidate(const MachineInstr &Inst, bool &Commuted) const;863 bool hasReassociableSibling(const MachineInstr &Inst, bool &Commuted) const;
6682 bool Commuted = false; in LowerVECTOR_SHUFFLE() local6696 Commuted = true; in LowerVECTOR_SHUFFLE()6730 if (Commuted) { in LowerVECTOR_SHUFFLE()