Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineCSE.cpp519 bool Commuted = false; in ProcessBlock() local
522 Commuted = true; in ProcessBlock()
677 if (Commuted) in ProcessBlock()
H A DTargetInstrInfo.cpp679 bool &Commuted) const { in hasReassociableSibling()
688 Commuted = MI1->getOpcode() != AssocOpcode && MI2->getOpcode() == AssocOpcode; in hasReassociableSibling()
689 if (Commuted) in hasReassociableSibling()
706 bool &Commuted) const { in isReassociationCandidate()
709 hasReassociableSibling(Inst, Commuted); in isReassociationCandidate()
H A DTwoAddressInstructionPass.cpp1285 bool Commuted = tryInstructionCommute(&MI, DstIdx, SrcIdx, regBKilled, Dist); in tryInstructionTransform() local
1295 if (Commuted && !MI.isConvertibleTo3Addr()) in tryInstructionTransform()
1303 if (!Commuted && EnableRescheduling && rescheduleMIBelowKill(mi, nmi, regB)) { in tryInstructionTransform()
1310 if (Commuted) { in tryInstructionTransform()
1328 if (Commuted) in tryInstructionTransform()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp41 bool Commuted; member
48 Commuted(Commuted_) { in FoldCandidate()
72 return Commuted; in isCommuted()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h960 bool isReassociationCandidate(const MachineInstr &Inst, bool &Commuted) const;
972 bool hasReassociableSibling(const MachineInstr &Inst, bool &Commuted) const;