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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp693 bool &Commuted) const {
702 Commuted = MI1->getOpcode() != AssocOpcode && MI2->getOpcode() == AssocOpcode;
703 if (Commuted)
723 bool &Commuted) const {
726 hasReassociableSibling(Inst, Commuted);
H A DMachineCSE.cpp540 bool Commuted = false; local
543 Commuted = true;
701 if (Commuted)
H A DTwoAddressInstructionPass.cpp1135 bool Commuted = tryInstructionCommute(&MI, DstIdx, SrcIdx, regBKilled, Dist); local
1145 if (Commuted && !MI.isConvertibleTo3Addr())
1153 if (!Commuted && EnableRescheduling && rescheduleMIBelowKill(mi, nmi, regB)) {
1160 if (Commuted) {
1178 if (Commuted)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp40 bool Commuted; member in struct:__anon3971::FoldCandidate
47 Commuted(Commuted_) {
73 return Commuted;
320 MachineOperand *FoldOp, bool Commuted = false,
326 LLVM_DEBUG(dbgs() << "Append " << (Commuted ? "commuted" : "normal")
328 FoldList.push_back(FoldCandidate(MI, OpNo, FoldOp, Commuted, ShrinkOp));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1056 /// instruction of the same type define the first source operand, \P Commuted
1058 bool isReassociationCandidate(const MachineInstr &Inst, bool &Commuted) const;
1070 bool hasReassociableSibling(const MachineInstr &Inst, bool &Commuted) const;

Completed in 173 milliseconds