Searched refs:Commuted (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineCSE.cpp | 541 bool Commuted = false; in ProcessBlockCSE() local 544 Commuted = true; in ProcessBlockCSE() 719 if (Commuted) in ProcessBlockCSE()
|
| H A D | TargetInstrInfo.cpp | 718 bool &Commuted) const { in hasReassociableSibling() 727 Commuted = MI1->getOpcode() != AssocOpcode && MI2->getOpcode() == AssocOpcode; in hasReassociableSibling() 728 if (Commuted) in hasReassociableSibling() 748 bool &Commuted) const { in isReassociationCandidate() 751 hasReassociableSibling(Inst, Commuted); in isReassociationCandidate()
|
| H A D | TwoAddressInstructionPass.cpp | 1229 bool Commuted = tryInstructionCommute(&MI, DstIdx, SrcIdx, regBKilled, Dist); in tryInstructionTransform() local 1239 if (Commuted && !MI.isConvertibleTo3Addr()) in tryInstructionTransform() 1247 if (!Commuted && EnableRescheduling && rescheduleMIBelowKill(mi, nmi, regB)) { in tryInstructionTransform() 1254 if (Commuted) { in tryInstructionTransform() 1272 if (Commuted) in tryInstructionTransform()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIFoldOperands.cpp | 33 bool Commuted; member 40 Commuted(Commuted_) { in FoldCandidate() 66 return Commuted; in isCommuted() 320 MachineOperand *FoldOp, bool Commuted = false, in appendFoldCandidate() argument 326 LLVM_DEBUG(dbgs() << "Append " << (Commuted ? "commuted" : "normal") in appendFoldCandidate() 328 FoldList.emplace_back(MI, OpNo, FoldOp, Commuted, ShrinkOp); in appendFoldCandidate()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1157 bool isReassociationCandidate(const MachineInstr &Inst, bool &Commuted) const; 1169 bool hasReassociableSibling(const MachineInstr &Inst, bool &Commuted) const;
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrAVX512.td | 3222 // Commuted with broadcast load. 3279 // Commuted with broadcast load.
|