Home
last modified time | relevance | path

Searched refs:IsCommutative (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dnodes_x86.h140 bool IsCommutative() const override { return false; } in IsCommutative() function
Dinstruction_simplifier_arm64.cc120 bool is_commutative = use->IsBinaryOperation() && use->AsBinaryOperation()->IsCommutative(); in TryMergeIntoShifterOperand()
Dinstruction_simplifier_arm.cc106 bool is_commutative = use->AsBinaryOperation()->IsCommutative(); in TryMergeIntoShifterOperand()
Dgvn.cc483 if (current->IsBinaryOperation() && current->AsBinaryOperation()->IsCommutative()) { in VisitBasicBlock()
Dinstruction_simplifier.cc2667 DCHECK(instruction->IsCommutative()); in TryHandleAssociativeAndCommutativeOperation()