Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp1142 bool Commuted = tryInstructionCommute(&MI, DstIdx, SrcIdx, regBKilled, Dist); in tryInstructionTransform() local
1152 if (Commuted && !MI.isConvertibleTo3Addr()) in tryInstructionTransform()
1160 if (!Commuted && EnableRescheduling && rescheduleMIBelowKill(mi, nmi, regB)) { in tryInstructionTransform()
1167 if (Commuted) { in tryInstructionTransform()
1185 if (Commuted) in tryInstructionTransform()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp33 bool Commuted; member
40 Commuted(Commuted_) { in FoldCandidate()
66 return Commuted; in isCommuted()
334 MachineOperand *FoldOp, bool Commuted = false, in appendFoldCandidate() argument
340 LLVM_DEBUG(dbgs() << "Append " << (Commuted ? "commuted" : "normal") in appendFoldCandidate()
342 FoldList.emplace_back(MI, OpNo, FoldOp, Commuted, ShrinkOp); in appendFoldCandidate()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1131 bool isReassociationCandidate(const MachineInstr &Inst, bool &Commuted) const;
1143 bool hasReassociableSibling(const MachineInstr &Inst, bool &Commuted) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrAVX512.td3141 // Commuted with broadcast load.
3198 // Commuted with broadcast load.