Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp720 bool &Commuted) const { in hasReassociableSibling()
729 Commuted = MI1->getOpcode() != AssocOpcode && MI2->getOpcode() == AssocOpcode; in hasReassociableSibling()
730 if (Commuted) in hasReassociableSibling()
750 bool &Commuted) const { in isReassociationCandidate()
753 hasReassociableSibling(Inst, Commuted); in isReassociationCandidate()
H A DMachineCSE.cpp540 bool Commuted = false; in ProcessBlockCSE() local
543 Commuted = true; in ProcessBlockCSE()
718 if (Commuted) in ProcessBlockCSE()
H A DTwoAddressInstructionPass.cpp1147 bool Commuted = tryInstructionCommute(&MI, DstIdx, SrcIdx, regBKilled, Dist); in tryInstructionTransform() local
1157 if (Commuted && !MI.isConvertibleTo3Addr()) in tryInstructionTransform()
1165 if (!Commuted && EnableRescheduling && rescheduleMIBelowKill(mi, nmi, regB)) { in tryInstructionTransform()
1172 if (Commuted) { in tryInstructionTransform()
1190 if (Commuted) in tryInstructionTransform()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp33 bool Commuted; member
40 Commuted(Commuted_) { in FoldCandidate()
66 return Commuted; in isCommuted()
335 MachineOperand *FoldOp, bool Commuted = false, in appendFoldCandidate() argument
341 LLVM_DEBUG(dbgs() << "Append " << (Commuted ? "commuted" : "normal") in appendFoldCandidate()
343 FoldList.emplace_back(MI, OpNo, FoldOp, Commuted, ShrinkOp); in appendFoldCandidate()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1144 bool isReassociationCandidate(const MachineInstr &Inst, bool &Commuted) const;
1156 bool hasReassociableSibling(const MachineInstr &Inst, bool &Commuted) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrAVX512.td3141 // Commuted with broadcast load.
3198 // Commuted with broadcast load.