Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h284 bool &Commuted) const override;
335 bool &Commuted) const;
H A DRISCVInstrInfo.cpp2221 bool &Commuted) const { in hasReassociableVectorSibling()
2231 Commuted = !areRVVInstsReassociable(Inst, *MI1) && in hasReassociableVectorSibling()
2233 if (Commuted) in hasReassociableVectorSibling()
2278 bool &Commuted) const { in hasReassociableSibling()
2281 return hasReassociableVectorSibling(Inst, Commuted); in hasReassociableSibling()
2283 if (!TargetInstrInfo::hasReassociableSibling(Inst, Commuted)) in hasReassociableSibling()
2287 unsigned OperandIdx = Commuted ? 2 : 1; in hasReassociableSibling()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp554 bool Commuted = false; in ProcessBlockCSE() local
557 Commuted = true; in ProcessBlockCSE()
731 if (Commuted) in ProcessBlockCSE()
H A DTwoAddressInstructionPass.cpp1330 bool Commuted = tryInstructionCommute(&MI, DstIdx, SrcIdx, regBKilled, Dist); in tryInstructionTransform() local
1340 if (Commuted && !MI.isConvertibleTo3Addr()) in tryInstructionTransform()
1348 if (!Commuted && EnableRescheduling && rescheduleMIBelowKill(mi, nmi, regB)) { in tryInstructionTransform()
1355 if (Commuted) { in tryInstructionTransform()
1373 if (Commuted) in tryInstructionTransform()
H A DTargetInstrInfo.cpp935 bool &Commuted) const { in hasReassociableSibling()
944 Commuted = !areOpcodesEqualOrInverse(Opcode, MI1->getOpcode()) && in hasReassociableSibling()
946 if (Commuted) in hasReassociableSibling()
970 bool &Commuted) const { in isReassociationCandidate()
974 hasReassociableSibling(Inst, Commuted); in isReassociationCandidate()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp149 bool Commuted; member
152 bool Commuted = false, int ShrinkOp = -1) in FoldCandidate()
154 Commuted(Commuted) {} in FoldCandidate()
668 if (Fold.Commuted) in updateOperand()
722 LLVM_DEBUG(dbgs() << "Append " << (Entry.Commuted ? "commuted" : "normal") in appendFoldCandidate()
730 bool Commuted = false, int ShrinkOp = -1) { in appendFoldCandidate() argument
732 FoldCandidate(MI, OpNo, FoldOp, Commuted, ShrinkOp)); in appendFoldCandidate()
1791 } else if (Fold.Commuted) { in foldInstOperand()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1281 bool isReassociationCandidate(const MachineInstr &Inst, bool &Commuted) const;
1340 bool &Commuted) const;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1498 SymbolRef Commuted = State->getSymbolManager().acquire<SymSymExpr>( in getRangeCommutativeSymSym() local
1500 if (const RangeSet *Range = getConstraint(State, Commuted)) in getRangeCommutativeSymSym()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp26444 for (bool Commuted : {false, true}) { in combineShuffleToZeroExtendVectorInReg()
26445 SDValue Op = SVN->getOperand(!Commuted ? 0 : 1); in combineShuffleToZeroExtendVectorInReg()
26446 if (Commuted) in combineShuffleToZeroExtendVectorInReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrAVX512.td3017 // Commuted with broadcast load.
3074 // Commuted with broadcast load.