Searched refs:Commuted (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 479 bool Commuted = false; in ProcessBlock() local 482 Commuted = true; in ProcessBlock() 637 if (Commuted) in ProcessBlock()
|
D | TargetInstrInfo.cpp | 582 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()
|
D | TwoAddressInstructionPass.cpp | 1227 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/ |
D | TargetInstrInfo.cpp | 688 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()
|
D | MachineCSE.cpp | 540 bool Commuted = false; in ProcessBlockCSE() local 543 Commuted = true; in ProcessBlockCSE() 701 if (Commuted) in ProcessBlockCSE()
|
D | TwoAddressInstructionPass.cpp | 1287 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/ |
D | SIFoldOperands.cpp | 40 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/ |
D | TargetInstrInfo.h | 851 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/ |
D | TargetInstrInfo.h | 1058 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/ |
D | X86InstrAVX512.td | 3180 // Commuted with broadcast load. 3237 // Commuted with broadcast load.
|