Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCSE.cpp479 bool Commuted = false; in ProcessBlock() local
482 Commuted = true; in ProcessBlock()
637 if (Commuted) in ProcessBlock()
DTargetInstrInfo.cpp582 bool &Commuted) const { in hasReassociableSibling()
591 Commuted = MI1->getOpcode() != AssocOpcode && MI2->getOpcode() == AssocOpcode; in hasReassociableSibling()
592 if (Commuted) in hasReassociableSibling()
609 bool &Commuted) const { in isReassociationCandidate()
612 hasReassociableSibling(Inst, Commuted); in isReassociationCandidate()
DTwoAddressInstructionPass.cpp1227 bool Commuted = tryInstructionCommute(&MI, DstIdx, SrcIdx, regBKilled, Dist); in tryInstructionTransform() local
1237 if (Commuted && !MI.isConvertibleTo3Addr()) in tryInstructionTransform()
1245 if (!Commuted && EnableRescheduling && rescheduleMIBelowKill(mi, nmi, regB)) { in tryInstructionTransform()
1252 if (Commuted) { in tryInstructionTransform()
1270 if (Commuted) in tryInstructionTransform()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetInstrInfo.cpp688 bool &Commuted) const { in hasReassociableSibling()
697 Commuted = MI1->getOpcode() != AssocOpcode && MI2->getOpcode() == AssocOpcode; in hasReassociableSibling()
698 if (Commuted) in hasReassociableSibling()
715 bool &Commuted) const { in isReassociationCandidate()
718 hasReassociableSibling(Inst, Commuted); in isReassociationCandidate()
DMachineCSE.cpp540 bool Commuted = false; in ProcessBlockCSE() local
543 Commuted = true; in ProcessBlockCSE()
701 if (Commuted) in ProcessBlockCSE()
DTwoAddressInstructionPass.cpp1287 bool Commuted = tryInstructionCommute(&MI, DstIdx, SrcIdx, regBKilled, Dist); in tryInstructionTransform() local
1297 if (Commuted && !MI.isConvertibleTo3Addr()) in tryInstructionTransform()
1305 if (!Commuted && EnableRescheduling && rescheduleMIBelowKill(mi, nmi, regB)) { in tryInstructionTransform()
1312 if (Commuted) { in tryInstructionTransform()
1330 if (Commuted) in tryInstructionTransform()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp40 bool Commuted; member
47 Commuted(Commuted_) { in FoldCandidate()
73 return Commuted; in isCommuted()
317 MachineOperand *FoldOp, bool Commuted = false, in appendFoldCandidate() argument
323 LLVM_DEBUG(dbgs() << "Append " << (Commuted ? "commuted" : "normal") in appendFoldCandidate()
325 FoldList.push_back(FoldCandidate(MI, OpNo, FoldOp, Commuted, ShrinkOp)); in appendFoldCandidate()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h851 bool isReassociationCandidate(const MachineInstr &Inst, bool &Commuted) const;
863 bool hasReassociableSibling(const MachineInstr &Inst, bool &Commuted) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1058 bool isReassociationCandidate(const MachineInstr &Inst, bool &Commuted) const;
1070 bool hasReassociableSibling(const MachineInstr &Inst, bool &Commuted) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrAVX512.td3180 // Commuted with broadcast load.
3237 // Commuted with broadcast load.