Searched refs:Commuted (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineCSE.cpp | 559 bool Commuted = false; in ProcessBlockCSE() local 562 Commuted = true; in ProcessBlockCSE() 736 if (Commuted) in ProcessBlockCSE()
|
| H A D | TwoAddressInstructionPass.cpp | 1257 bool Commuted = tryInstructionCommute(&MI, DstIdx, SrcIdx, regBKilled, Dist); in tryInstructionTransform() local 1267 if (Commuted && !MI.isConvertibleTo3Addr()) in tryInstructionTransform() 1275 if (!Commuted && EnableRescheduling && rescheduleMIBelowKill(mi, nmi, regB)) { in tryInstructionTransform() 1282 if (Commuted) { in tryInstructionTransform() 1300 if (Commuted) in tryInstructionTransform()
|
| H A D | TargetInstrInfo.cpp | 858 bool &Commuted) const { in hasReassociableSibling() 867 Commuted = !areOpcodesEqualOrInverse(Opcode, MI1->getOpcode()) && in hasReassociableSibling() 869 if (Commuted) in hasReassociableSibling() 893 bool &Commuted) const { in isReassociationCandidate() 897 hasReassociableSibling(Inst, Commuted); in isReassociationCandidate()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIFoldOperands.cpp | 34 bool Commuted; member 41 Commuted(Commuted_) { in FoldCandidate() 411 if (Fold.Commuted) in updateOperand() 454 MachineOperand *FoldOp, bool Commuted = false, in appendFoldCandidate() argument 460 LLVM_DEBUG(dbgs() << "Append " << (Commuted ? "commuted" : "normal") in appendFoldCandidate() 462 FoldList.emplace_back(MI, OpNo, FoldOp, Commuted, ShrinkOp); in appendFoldCandidate() 1417 } else if (Fold.Commuted) { in foldInstOperand()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.h | 255 bool &Commuted) const override;
|
| H A D | RISCVInstrInfo.cpp | 1684 bool &Commuted) const { in hasReassociableSibling() 1685 if (!TargetInstrInfo::hasReassociableSibling(Inst, Commuted)) in hasReassociableSibling() 1689 unsigned OperandIdx = Commuted ? 2 : 1; in hasReassociableSibling()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1221 bool isReassociationCandidate(const MachineInstr &Inst, bool &Commuted) const; 1245 bool &Commuted) const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 24993 for (bool Commuted : {false, true}) { in combineShuffleToZeroExtendVectorInReg() 24994 SDValue Op = SVN->getOperand(!Commuted ? 0 : 1); in combineShuffleToZeroExtendVectorInReg() 24995 if (Commuted) in combineShuffleToZeroExtendVectorInReg()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrAVX512.td | 3009 // Commuted with broadcast load. 3066 // Commuted with broadcast load.
|