Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCSE.cpp557 bool Commuted = false; in ProcessBlockCSE() local
560 Commuted = true; in ProcessBlockCSE()
734 if (Commuted) in ProcessBlockCSE()
H A DTargetInstrInfo.cpp723 bool &Commuted) const { in hasReassociableSibling()
732 Commuted = !areOpcodesEqualOrInverse(Opcode, MI1->getOpcode()) && in hasReassociableSibling()
734 if (Commuted) in hasReassociableSibling()
758 bool &Commuted) const { in isReassociationCandidate()
762 hasReassociableSibling(Inst, Commuted); in isReassociationCandidate()
H A DTwoAddressInstructionPass.cpp1229 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()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp34 bool Commuted; member
41 Commuted(Commuted_) { in FoldCandidate()
279 if (Fold.Commuted) in updateOperand()
322 MachineOperand *FoldOp, bool Commuted = false, in appendFoldCandidate() argument
328 LLVM_DEBUG(dbgs() << "Append " << (Commuted ? "commuted" : "normal") in appendFoldCandidate()
330 FoldList.emplace_back(MI, OpNo, FoldOp, Commuted, ShrinkOp); in appendFoldCandidate()
1246 } else if (Fold.Commuted) { in foldInstOperand()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h216 bool &Commuted) const override;
H A DRISCVInstrInfo.cpp1333 bool &Commuted) const { in hasReassociableSibling()
1334 if (!TargetInstrInfo::hasReassociableSibling(Inst, Commuted)) in hasReassociableSibling()
1338 unsigned OperandIdx = Commuted ? 2 : 1; in hasReassociableSibling()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1183 bool isReassociationCandidate(const MachineInstr &Inst, bool &Commuted) const;
1207 bool &Commuted) const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp23423 for (bool Commuted : {false, true}) { in combineShuffleToZeroExtendVectorInReg()
23424 SDValue Op = SVN->getOperand(!Commuted ? 0 : 1); in combineShuffleToZeroExtendVectorInReg()
23425 if (Commuted) in combineShuffleToZeroExtendVectorInReg()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrAVX512.td3232 // Commuted with broadcast load.
3289 // Commuted with broadcast load.