Home
last modified time | relevance | path

Searched refs:Commuted (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineCSE.cpp479 bool Commuted = false; in ProcessBlock() local
483 Commuted = true; in ProcessBlock()
638 if (Commuted) in ProcessBlock()
DTargetInstrInfo.cpp583 bool &Commuted) const { in hasReassociableSibling()
592 Commuted = MI1->getOpcode() != AssocOpcode && MI2->getOpcode() == AssocOpcode; in hasReassociableSibling()
593 if (Commuted) in hasReassociableSibling()
610 bool &Commuted) const { in isReassociationCandidate()
613 hasReassociableSibling(Inst, Commuted); in isReassociationCandidate()
DTwoAddressInstructionPass.cpp1232 bool Commuted = tryInstructionCommute(&MI, DstIdx, SrcIdx, regBKilled, Dist); in tryInstructionTransform() local
1242 if (Commuted && !MI.isConvertibleTo3Addr()) in tryInstructionTransform()
1250 if (!Commuted && EnableRescheduling && rescheduleMIBelowKill(mi, nmi, regB)) { in tryInstructionTransform()
1257 if (Commuted) { in tryInstructionTransform()
1275 if (Commuted) in tryInstructionTransform()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h810 bool isReassociationCandidate(const MachineInstr &Inst, bool &Commuted) const;
822 bool hasReassociableSibling(const MachineInstr &Inst, bool &Commuted) const;