Searched refs:Commuted (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineCSE.cpp | 557 bool Commuted = false; in ProcessBlockCSE() local 560 Commuted = true; in ProcessBlockCSE() 734 if (Commuted) in ProcessBlockCSE()
|
| H A D | TargetInstrInfo.cpp | 723 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 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIFoldOperands.cpp | 34 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 D | RISCVInstrInfo.h | 216 bool &Commuted) const override;
|
| H A D | RISCVInstrInfo.cpp | 1333 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 D | TargetInstrInfo.h | 1183 bool isReassociationCandidate(const MachineInstr &Inst, bool &Commuted) const; 1207 bool &Commuted) const;
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 23423 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 D | X86InstrAVX512.td | 3232 // Commuted with broadcast load. 3289 // Commuted with broadcast load.
|