Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineCSE.cpp378 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/
DMachineCSE.cpp500 bool Commuted = false; in ProcessBlock() local
503 Commuted = true; in ProcessBlock()
658 if (Commuted) in ProcessBlock()
DTargetInstrInfo.cpp690 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()
DTwoAddressInstructionPass.cpp1282 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/
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-7.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp40 bool Commuted; member
45 Commuted(Commuted_) { in FoldCandidate()
69 return Commuted; in isCommuted()
/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-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h942 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/
DX86ISelLowering.cpp6682 bool Commuted = false; in LowerVECTOR_SHUFFLE() local
6696 Commuted = true; in LowerVECTOR_SHUFFLE()
6730 if (Commuted) { in LowerVECTOR_SHUFFLE()