Searched refs:Commute (Results 1 - 15 of 15) sorted by relevance

/external/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp639 bool Commute; local
640 if (isReassociationCandidate(Root, Commute)) {
645 if (Commute) {
/external/v8/src/compiler/
H A Dinstruction-selector-impl.h413 void Commute() { function in class:v8::internal::compiler::final
/external/v8/src/compiler/arm64/
H A Dinstruction-selector-arm64.cc422 if (must_commute_cond) cont->Commute();
432 if (must_commute_cond) cont->Commute();
444 if (must_commute_cond) cont->Commute();
1836 if (!commutative) cont->Commute();
2143 cont->Commute();
2162 cont->Commute();
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1896 bool Commute = false;
1907 Commute = UseMI->getOperand(2).getReg() != Reg;
1911 if (Commute)
1933 if (Commute)
1958 unsigned OpIdx = Commute ? 2 : 1;
/external/v8/src/compiler/x87/
H A Dinstruction-selector-x87.cc1431 if (!node->op()->HasProperty(Operator::kCommutative)) cont->Commute();
1456 if (!node->op()->HasProperty(Operator::kCommutative)) cont->Commute();
1474 if (!node->op()->HasProperty(Operator::kCommutative)) cont->Commute();
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2676 bool Commute = false; local
2687 Commute = UseMI.getOperand(2).getReg() != Reg;
2692 if (UseOpc == ARM::SUBrr && Commute)
2723 if (UseOpc == ARM::t2SUBrr && Commute)
2756 unsigned OpIdx = Commute ? 2 : 1;
/external/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc1328 if (!node->op()->HasProperty(Operator::kCommutative)) cont->Commute();
1366 if (!node->op()->HasProperty(Operator::kCommutative)) cont->Commute();
/external/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc1584 cont->Commute();
1603 cont->Commute();
1726 if (!node->op()->HasProperty(Operator::kCommutative)) cont->Commute();
/external/v8/src/compiler/x64/
H A Dinstruction-selector-x64.cc1724 if (!node->op()->HasProperty(Operator::kCommutative)) cont->Commute();
1758 if (!node->op()->HasProperty(Operator::kCommutative)) cont->Commute();
1782 if (!node->op()->HasProperty(Operator::kCommutative)) cont->Commute();
/external/v8/src/compiler/mips/
H A Dinstruction-selector-mips.cc1469 if (!commutative) cont->Commute();
/external/v8/src/compiler/ppc/
H A Dinstruction-selector-ppc.cc1576 if (!commutative) cont->Commute();
/external/v8/src/compiler/mips64/
H A Dinstruction-selector-mips64.cc2046 if (!commutative) cont->Commute();
/external/v8/src/compiler/s390/
H A Dinstruction-selector-s390.cc1848 if (!node->op()->HasProperty(Operator::kCommutative)) cont->Commute();
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp6731 // Commute is back and try unpck* again.
14299 bool Commute = false; local
14338 Commute = true;
14343 if (!Commute && MayFoldLoad(N1))
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7375 // Commute and try again.
12189 // Commute the shuffle as needed such that more elements come from V1 than
31083 bool Commute = false; local
[all...]

Completed in 1811 milliseconds