Searched refs:Commuted (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineCSE.cpp | 378 bool Commuted = false; in ProcessBlock() local 382 Commuted = true; in ProcessBlock() 465 if (Commuted) in ProcessBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 500 bool Commuted = false; in ProcessBlock() local 503 Commuted = true; in ProcessBlock() 658 if (Commuted) in ProcessBlock()
|
D | TargetInstrInfo.cpp | 690 bool &Commuted) const { in hasReassociableSibling() 699 Commuted = MI1->getOpcode() != AssocOpcode && MI2->getOpcode() == AssocOpcode; in hasReassociableSibling() 700 if (Commuted) in hasReassociableSibling() 717 bool &Commuted) const { in isReassociationCandidate() 720 hasReassociableSibling(Inst, Commuted); in isReassociationCandidate()
|
D | TwoAddressInstructionPass.cpp | 1282 bool Commuted = tryInstructionCommute(&MI, DstIdx, SrcIdx, regBKilled, Dist); in tryInstructionTransform() local 1292 if (Commuted && !MI.isConvertibleTo3Addr()) in tryInstructionTransform() 1300 if (!Commuted && EnableRescheduling && rescheduleMIBelowKill(mi, nmi, regB)) { in tryInstructionTransform() 1307 if (Commuted) { in tryInstructionTransform() 1325 if (Commuted) in tryInstructionTransform()
|
/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-7.0/llvm/lib/Target/AMDGPU/ |
D | SIFoldOperands.cpp | 40 bool Commuted; member 45 Commuted(Commuted_) { in FoldCandidate() 69 return Commuted; in isCommuted()
|
/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-7.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 942 bool isReassociationCandidate(const MachineInstr &Inst, bool &Commuted) const; 954 bool hasReassociableSibling(const MachineInstr &Inst, bool &Commuted) const;
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 6682 bool Commuted = false; in LowerVECTOR_SHUFFLE() local 6696 Commuted = true; in LowerVECTOR_SHUFFLE() 6730 if (Commuted) { in LowerVECTOR_SHUFFLE()
|