Searched refs:is_commutative (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp257 bool ArithmeticOp::is_commutative() const { function in class:ArithmeticOp
285 bool LogicOp::is_commutative() const { function in class:LogicOp
304 bool IfOp::is_commutative() const { function in class:IfOp
H A Dc1_Instruction.hpp972 assert(is_commutative(), "operation must be commutative");
977 virtual bool is_commutative() const { return false; }
996 virtual bool is_commutative() const;
1018 virtual bool is_commutative() const;
1052 virtual bool is_commutative() const;
H A Dc1_Canonicalizer.cpp66 if (x->x()->type()->is_constant() && x->is_commutative()) x->swap_operands();
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp592 if (x->is_commutative() && left.is_stack() && right.is_register()) {
641 if (x->is_commutative() && x->y()->as_Constant() == NULL && x->x()->use_count() > x->y()->use_count()) {
682 if (x->is_commutative() && x->y()->as_Constant() == NULL && x->x()->use_count() > x->y()->use_count()) {

Completed in 43 milliseconds