Searched refs:Commuted (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineCSE.cpp479 bool Commuted = false; local
482 Commuted = true;
637 if (Commuted)
H A DTargetInstrInfo.cpp582 bool &Commuted) const {
591 Commuted = MI1->getOpcode() != AssocOpcode && MI2->getOpcode() == AssocOpcode;
592 if (Commuted)
609 bool &Commuted) const {
612 hasReassociableSibling(Inst, Commuted);
H A DTwoAddressInstructionPass.cpp1227 bool Commuted = tryInstructionCommute(&MI, DstIdx, SrcIdx, regBKilled, Dist); local
1237 if (Commuted && !MI.isConvertibleTo3Addr())
1245 if (!Commuted && EnableRescheduling && rescheduleMIBelowKill(mi, nmi, regB)) {
1252 if (Commuted) {
1270 if (Commuted)
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineCSE.cpp378 bool Commuted = false; local
382 Commuted = true;
465 if (Commuted)
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h849 /// instruction of the same type define the first source operand, \P Commuted
851 bool isReassociationCandidate(const MachineInstr &Inst, bool &Commuted) const;
863 bool hasReassociableSibling(const MachineInstr &Inst, bool &Commuted) const;
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp6682 bool Commuted = false; local
6696 Commuted = true;
6730 if (Commuted) {

Completed in 246 milliseconds