/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/ |
H A D | c1_RangeCheckElimination.cpp | 153 if (ao != NULL && ao->op() == Bytecodes::_iadd) { in do_Phi() 154 assert(ao->op() == Bytecodes::_iadd, "Has to be add!"); in do_Phi() 233 …if (((x->as_Constant() || y->as_Constant()) && (ao->op() == Bytecodes::_iadd)) || (y->as_Constant(… in do_ArithmeticOp() 234 …assert(ao->op() == Bytecodes::_iadd || ao->op() == Bytecodes::_isub, "Operand must be iadd or isub… in do_ArithmeticOp() 245 if (ao->op() == Bytecodes::_iadd || const_value != min_jint) { in do_ArithmeticOp() 435 if (!c && ao->op() == Bytecodes::_iadd) { in in_block_motion() 512 … ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, min_constant, lower_compare, false, NULL); in in_block_motion() 520 … ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, max_constant, upper_compare, false, NULL); in in_block_motion() 642 ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, constant, left, false, NULL); in predicate_add() 736 …assert(ao->op() == Bytecodes::_isub || ao->op() == Bytecodes::_iadd, "Operation has to be add or s… in add_if_condition() [all …]
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/c1/ |
H A D | c1_RangeCheckElimination.cpp | 153 if (ao != NULL && ao->op() == Bytecodes::_iadd) { in do_Phi() 154 assert(ao->op() == Bytecodes::_iadd, "Has to be add!"); in do_Phi() 233 …if (((x->as_Constant() || y->as_Constant()) && (ao->op() == Bytecodes::_iadd)) || (y->as_Constant(… in do_ArithmeticOp() 234 …assert(ao->op() == Bytecodes::_iadd || ao->op() == Bytecodes::_isub, "Operand must be iadd or isub… in do_ArithmeticOp() 245 if (ao->op() == Bytecodes::_iadd || const_value != min_jint) { in do_ArithmeticOp() 435 if (!c && ao->op() == Bytecodes::_iadd) { in in_block_motion() 512 … ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, min_constant, lower_compare, false, NULL); in in_block_motion() 520 … ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, max_constant, upper_compare, false, NULL); in in_block_motion() 642 ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, constant, left, false, NULL); in predicate_add() 736 …assert(ao->op() == Bytecodes::_isub || ao->op() == Bytecodes::_iadd, "Operation has to be add or s… in add_if_condition() [all …]
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/ |
H A D | c1_RangeCheckElimination.cpp | 153 if (ao != NULL && ao->op() == Bytecodes::_iadd) { in do_Phi() 154 assert(ao->op() == Bytecodes::_iadd, "Has to be add!"); in do_Phi() 233 …if (((x->as_Constant() || y->as_Constant()) && (ao->op() == Bytecodes::_iadd)) || (y->as_Constant(… in do_ArithmeticOp() 234 …assert(ao->op() == Bytecodes::_iadd || ao->op() == Bytecodes::_isub, "Operand must be iadd or isub… in do_ArithmeticOp() 245 if (ao->op() == Bytecodes::_iadd || const_value != min_jint) { in do_ArithmeticOp() 435 if (!c && ao->op() == Bytecodes::_iadd) { in in_block_motion() 512 … ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, min_constant, lower_compare, false, NULL); in in_block_motion() 520 … ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, max_constant, upper_compare, false, NULL); in in_block_motion() 642 ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, constant, left, false, NULL); in predicate_add() 736 …assert(ao->op() == Bytecodes::_isub || ao->op() == Bytecodes::_iadd, "Operation has to be add or s… in add_if_condition() [all …]
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/c1/ |
H A D | c1_RangeCheckElimination.cpp | 156 if (ao != NULL && ao->op() == Bytecodes::_iadd) { in do_Phi() 157 assert(ao->op() == Bytecodes::_iadd, "Has to be add!"); in do_Phi() 236 …if (((x->as_Constant() || y->as_Constant()) && (ao->op() == Bytecodes::_iadd)) || (y->as_Constant(… in do_ArithmeticOp() 237 …assert(ao->op() == Bytecodes::_iadd || ao->op() == Bytecodes::_isub, "Operand must be iadd or isub… in do_ArithmeticOp() 248 if (ao->op() == Bytecodes::_iadd || const_value != min_jint) { in do_ArithmeticOp() 438 if (!c && ao->op() == Bytecodes::_iadd) { in in_block_motion() 515 … ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, min_constant, lower_compare, false, NULL); in in_block_motion() 523 … ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, max_constant, upper_compare, false, NULL); in in_block_motion() 645 ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, constant, left, false, NULL); in predicate_add() 739 …assert(ao->op() == Bytecodes::_isub || ao->op() == Bytecodes::_iadd, "Operation has to be add or s… in add_if_condition() [all …]
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/c1/ |
H A D | c1_RangeCheckElimination.cpp | 156 if (ao != NULL && ao->op() == Bytecodes::_iadd) { in do_Phi() 157 assert(ao->op() == Bytecodes::_iadd, "Has to be add!"); in do_Phi() 254 …if (((x->as_Constant() || y->as_Constant()) && (ao->op() == Bytecodes::_iadd)) || (y->as_Constant(… in do_ArithmeticOp() 255 …assert(ao->op() == Bytecodes::_iadd || ao->op() == Bytecodes::_isub, "Operand must be iadd or isub… in do_ArithmeticOp() 266 if (ao->op() == Bytecodes::_iadd || const_value != min_jint) { in do_ArithmeticOp() 456 if (!c && ao->op() == Bytecodes::_iadd) { in in_block_motion() 533 … ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, min_constant, lower_compare, NULL); in in_block_motion() 541 … ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, max_constant, upper_compare, NULL); in in_block_motion() 663 ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, constant, left, NULL); in predicate_add() 757 …assert(ao->op() == Bytecodes::_isub || ao->op() == Bytecodes::_iadd, "Operation has to be add or s… in add_if_condition() [all …]
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/c1/ |
H A D | c1_RangeCheckElimination.cpp | 153 if (ao != NULL && ao->op() == Bytecodes::_iadd) { in do_Phi() 154 assert(ao->op() == Bytecodes::_iadd, "Has to be add!"); in do_Phi() 233 …if (((x->as_Constant() || y->as_Constant()) && (ao->op() == Bytecodes::_iadd)) || (y->as_Constant(… in do_ArithmeticOp() 234 …assert(ao->op() == Bytecodes::_iadd || ao->op() == Bytecodes::_isub, "Operand must be iadd or isub… in do_ArithmeticOp() 245 if (ao->op() == Bytecodes::_iadd || const_value != min_jint) { in do_ArithmeticOp() 435 if (!c && ao->op() == Bytecodes::_iadd) { in in_block_motion() 512 … ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, min_constant, lower_compare, false, NULL); in in_block_motion() 520 … ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, max_constant, upper_compare, false, NULL); in in_block_motion() 642 ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, constant, left, false, NULL); in predicate_add() 736 …assert(ao->op() == Bytecodes::_isub || ao->op() == Bytecodes::_iadd, "Operation has to be add or s… in add_if_condition() [all …]
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/c1/ |
H A D | c1_RangeCheckElimination.cpp | 156 if (ao != NULL && ao->op() == Bytecodes::_iadd) { in do_Phi() 157 assert(ao->op() == Bytecodes::_iadd, "Has to be add!"); in do_Phi() 236 …if (((x->as_Constant() || y->as_Constant()) && (ao->op() == Bytecodes::_iadd)) || (y->as_Constant(… in do_ArithmeticOp() 237 …assert(ao->op() == Bytecodes::_iadd || ao->op() == Bytecodes::_isub, "Operand must be iadd or isub… in do_ArithmeticOp() 248 if (ao->op() == Bytecodes::_iadd || const_value != min_jint) { in do_ArithmeticOp() 438 if (!c && ao->op() == Bytecodes::_iadd) { in in_block_motion() 515 … ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, min_constant, lower_compare, false, NULL); in in_block_motion() 523 … ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, max_constant, upper_compare, false, NULL); in in_block_motion() 645 ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, constant, left, false, NULL); in predicate_add() 739 …assert(ao->op() == Bytecodes::_isub || ao->op() == Bytecodes::_iadd, "Operation has to be add or s… in add_if_condition() [all …]
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/c1/ |
H A D | c1_RangeCheckElimination.cpp | 153 if (ao != NULL && ao->op() == Bytecodes::_iadd) { in do_Phi() 154 assert(ao->op() == Bytecodes::_iadd, "Has to be add!"); in do_Phi() 233 …if (((x->as_Constant() || y->as_Constant()) && (ao->op() == Bytecodes::_iadd)) || (y->as_Constant(… in do_ArithmeticOp() 234 …assert(ao->op() == Bytecodes::_iadd || ao->op() == Bytecodes::_isub, "Operand must be iadd or isub… in do_ArithmeticOp() 245 if (ao->op() == Bytecodes::_iadd || const_value != min_jint) { in do_ArithmeticOp() 435 if (!c && ao->op() == Bytecodes::_iadd) { in in_block_motion() 512 … ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, min_constant, lower_compare, false, NULL); in in_block_motion() 520 … ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, max_constant, upper_compare, false, NULL); in in_block_motion() 642 ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, constant, left, false, NULL); in predicate_add() 736 …assert(ao->op() == Bytecodes::_isub || ao->op() == Bytecodes::_iadd, "Operation has to be add or s… in add_if_condition() [all …]
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/ |
H A D | c1_RangeCheckElimination.cpp | 153 if (ao != NULL && ao->op() == Bytecodes::_iadd) { in do_Phi() 154 assert(ao->op() == Bytecodes::_iadd, "Has to be add!"); in do_Phi() 233 …if (((x->as_Constant() || y->as_Constant()) && (ao->op() == Bytecodes::_iadd)) || (y->as_Constant(… in do_ArithmeticOp() 234 …assert(ao->op() == Bytecodes::_iadd || ao->op() == Bytecodes::_isub, "Operand must be iadd or isub… in do_ArithmeticOp() 245 if (ao->op() == Bytecodes::_iadd || const_value != min_jint) { in do_ArithmeticOp() 435 if (!c && ao->op() == Bytecodes::_iadd) { in in_block_motion() 512 … ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, min_constant, lower_compare, false, NULL); in in_block_motion() 520 … ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, max_constant, upper_compare, false, NULL); in in_block_motion() 642 ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, constant, left, false, NULL); in predicate_add() 736 …assert(ao->op() == Bytecodes::_isub || ao->op() == Bytecodes::_iadd, "Operation has to be add or s… in add_if_condition() [all …]
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/ |
H A D | c1_RangeCheckElimination.cpp | 153 if (ao != NULL && ao->op() == Bytecodes::_iadd) { in do_Phi() 154 assert(ao->op() == Bytecodes::_iadd, "Has to be add!"); in do_Phi() 233 …if (((x->as_Constant() || y->as_Constant()) && (ao->op() == Bytecodes::_iadd)) || (y->as_Constant(… in do_ArithmeticOp() 234 …assert(ao->op() == Bytecodes::_iadd || ao->op() == Bytecodes::_isub, "Operand must be iadd or isub… in do_ArithmeticOp() 245 if (ao->op() == Bytecodes::_iadd || const_value != min_jint) { in do_ArithmeticOp() 435 if (!c && ao->op() == Bytecodes::_iadd) { in in_block_motion() 512 … ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, min_constant, lower_compare, false, NULL); in in_block_motion() 520 … ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, max_constant, upper_compare, false, NULL); in in_block_motion() 642 ArithmeticOp *ao = new ArithmeticOp(Bytecodes::_iadd, constant, left, false, NULL); in predicate_add() 736 …assert(ao->op() == Bytecodes::_isub || ao->op() == Bytecodes::_iadd, "Operation has to be add or s… in add_if_condition() [all …]
|
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/core/expr/ |
H A D | expr_common.py | 24 _iadd = _inplace+_add variable
|
H A D | numvalue.py | 25 _iadd, _isub, _imul, _idiv, 792 return _generate_sum_expression(_iadd,self,other)
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/java/util/jar/pack/ |
H A D | Constants.java | 316 _iadd = 96, // 0x60 field in Constants
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/java/util/jar/pack/ |
H A D | Constants.java | 316 _iadd = 96, // 0x60 field in Constants
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/com/sun/java/util/jar/pack/ |
H A D | Constants.java | 328 _iadd = 96, // 0x60 field in Constants
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/com/sun/java/util/jar/pack/ |
H A D | Constants.java | 336 _iadd = 96, // 0x60 field in Constants
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/com/sun/java/util/jar/pack/ |
H A D | Constants.java | 328 _iadd = 96, // 0x60 field in Constants
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/com/sun/java/util/jar/pack/ |
H A D | Constants.java | 332 _iadd = 96, // 0x60 field in Constants
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ |
H A D | IBytecodeVisitor.java | 132 void _iadd(int pc); in _iadd() method
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/interpreter/ |
H A D | bytecodes.hpp | 138 _iadd = 96, // 0x60 enumerator
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/interpreter/ |
H A D | bytecodes.hpp | 138 _iadd = 96, // 0x60 enumerator
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/interpreter/ |
H A D | bytecodes.hpp | 138 _iadd = 96, // 0x60 enumerator
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/interpreter/ |
H A D | bytecodes.hpp | 138 _iadd = 96, // 0x60 enumerator
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/interpreter/ |
H A D | bytecodes.hpp | 138 _iadd = 96, // 0x60 enumerator
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/ |
H A D | bytecodes.hpp | 138 _iadd = 96, // 0x60 enumerator
|