Home
last modified time | relevance | path

Searched refs:Commute (Results 1 – 19 of 19) sorted by relevance

/external/llvm/test/CodeGen/X86/
Dsse-commute.ll3 ; Commute the comparison to avoid a move.
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dsse-commute.ll3 ; Commute the comparison to avoid a move.
/external/llvm/test/CodeGen/AMDGPU/
Dfmax3.ll23 ; Commute operand of second fmax
Dfmin3.ll24 ; Commute operand of second fmin
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp639 bool Commute; in getMachineCombinerPatterns() local
640 if (isReassociationCandidate(Root, Commute)) { in getMachineCombinerPatterns()
645 if (Commute) { in getMachineCombinerPatterns()
/external/v8/src/compiler/
Dinstruction-selector-impl.h382 void Commute() { in Commute() function
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc422 if (must_commute_cond) cont->Commute(); in VisitBinop()
432 if (must_commute_cond) cont->Commute(); in VisitBinop()
442 if (must_commute_cond) cont->Commute(); in VisitBinop()
2018 if (!commutative) cont->Commute(); in VisitWordCompare()
2325 cont->Commute(); in VisitFloat32Compare()
2344 cont->Commute(); in VisitFloat64Compare()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.cpp1896 bool Commute = false; in FoldImmediate() local
1907 Commute = UseMI->getOperand(2).getReg() != Reg; in FoldImmediate()
1911 if (Commute) in FoldImmediate()
1933 if (Commute) in FoldImmediate()
1958 unsigned OpIdx = Commute ? 2 : 1; in FoldImmediate()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc1758 if (!node->op()->HasProperty(Operator::kCommutative)) cont->Commute(); in VisitWordCompare()
1779 if (!node->op()->HasProperty(Operator::kCommutative)) cont->Commute(); in VisitWordCompare()
1797 if (!node->op()->HasProperty(Operator::kCommutative)) cont->Commute(); in VisitWord64Compare()
1821 if (!node->op()->HasProperty(Operator::kCommutative)) cont->Commute(); in VisitWord64Compare()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc1329 if (!node->op()->HasProperty(Operator::kCommutative)) cont->Commute(); in VisitWordCompare()
1356 if (!node->op()->HasProperty(Operator::kCommutative)) cont->Commute(); in VisitWordCompare()
1374 if (!node->op()->HasProperty(Operator::kCommutative)) cont->Commute(); in VisitWordCompare()
/external/v8/src/compiler/x87/
Dinstruction-selector-x87.cc1369 if (!node->op()->HasProperty(Operator::kCommutative)) cont->Commute(); in VisitWordCompare()
1396 if (!node->op()->HasProperty(Operator::kCommutative)) cont->Commute(); in VisitWordCompare()
1414 if (!node->op()->HasProperty(Operator::kCommutative)) cont->Commute(); in VisitWordCompare()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp2676 bool Commute = false; in FoldImmediate() local
2687 Commute = UseMI.getOperand(2).getReg() != Reg; in FoldImmediate()
2692 if (UseOpc == ARM::SUBrr && Commute) in FoldImmediate()
2723 if (UseOpc == ARM::t2SUBrr && Commute) in FoldImmediate()
2756 unsigned OpIdx = Commute ? 2 : 1; in FoldImmediate()
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc1662 cont->Commute(); in VisitFloat32Compare()
1681 cont->Commute(); in VisitFloat64Compare()
1804 if (!node->op()->HasProperty(Operator::kCommutative)) cont->Commute(); in VisitWordCompare()
/external/llvm/test/CodeGen/WebAssembly/
Dreg-stackify.ll257 ; Commute operands to achieve better stackifying.
/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc1484 if (!commutative) cont->Commute(); in VisitWordCompare()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc1563 if (!commutative) cont->Commute(); in VisitWordCompare()
/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc1553 if (!commutative) cont->Commute(); in VisitWordCompare()
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc1999 if (!commutative) cont->Commute(); in VisitWordCompare()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp14299 bool Commute = false; in IsDesirableToPromoteOp() local
14338 Commute = true; in IsDesirableToPromoteOp()
14343 if (!Commute && MayFoldLoad(N1)) in IsDesirableToPromoteOp()