Home
last modified time | relevance | path

Searched refs:cmp2_type (Results 1 – 18 of 18) sorted by relevance

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Dsubnode.cpp1353 (cmp2_type != TypeInt::INT)) { in fold_cmpI()
1376 const Type* sub_tr1 = cmp->sub(tr1, cmp2_type); in fold_cmpI()
1377 const Type* sub_tr2 = cmp->sub(tr2, cmp2_type); in fold_cmpI()
1439 const TypeInt* cmp2_type = phase->type(cmp2)->isa_int(); in Ideal() local
1440 if (cmp2_type == NULL) return NULL; in Ideal()
1442 if( cmp2_type == TypeInt::ZERO && in Ideal()
1526 if( cmp2_type == TypeInt::ZERO && in Ideal()
1543 ( cmp2_type == TypeInt::ZERO ) ) { in Ideal()
1555 cmp2_type == TypeInt::ZERO && in Ideal()
1568 (cmp2_type == TypeInt::ZERO) && in Ideal()
[all …]
H A Dsubnode.hpp309 int cmp1_op, const TypeInt* cmp2_type);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Dsubnode.cpp1337 (cmp2_type != TypeInt::INT)) { in fold_cmpI()
1360 const Type* sub_tr1 = cmp->sub(tr1, cmp2_type); in fold_cmpI()
1361 const Type* sub_tr2 = cmp->sub(tr2, cmp2_type); in fold_cmpI()
1423 const TypeInt* cmp2_type = phase->type(cmp2)->isa_int(); in Ideal() local
1424 if (cmp2_type == NULL) return NULL; in Ideal()
1426 if( cmp2_type == TypeInt::ZERO && in Ideal()
1510 if( cmp2_type == TypeInt::ZERO && in Ideal()
1527 ( cmp2_type == TypeInt::ZERO ) ) { in Ideal()
1539 cmp2_type == TypeInt::ZERO && in Ideal()
1552 (cmp2_type == TypeInt::ZERO) && in Ideal()
[all …]
H A Dsubnode.hpp308 int cmp1_op, const TypeInt* cmp2_type);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dsubnode.cpp1327 (cmp2_type != TypeInt::INT)) { in fold_cmpI()
1350 const Type* sub_tr1 = cmp->sub(tr1, cmp2_type); in fold_cmpI()
1351 const Type* sub_tr2 = cmp->sub(tr2, cmp2_type); in fold_cmpI()
1413 const TypeInt* cmp2_type = phase->type(cmp2)->isa_int(); in Ideal() local
1414 if (cmp2_type == NULL) return NULL; in Ideal()
1416 if( cmp2_type == TypeInt::ZERO && in Ideal()
1500 if( cmp2_type == TypeInt::ZERO && in Ideal()
1517 ( cmp2_type == TypeInt::ZERO ) ) { in Ideal()
1529 cmp2_type == TypeInt::ZERO && in Ideal()
1542 (cmp2_type == TypeInt::ZERO) && in Ideal()
[all …]
H A Dsubnode.hpp308 int cmp1_op, const TypeInt* cmp2_type);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dsubnode.cpp1303 (cmp2_type != TypeInt::INT)) { in fold_cmpI()
1326 const Type* sub_tr1 = cmp->sub(tr1, cmp2_type); in fold_cmpI()
1327 const Type* sub_tr2 = cmp->sub(tr2, cmp2_type); in fold_cmpI()
1389 const TypeInt* cmp2_type = phase->type(cmp2)->isa_int(); in Ideal() local
1390 if (cmp2_type == NULL) return NULL; in Ideal()
1392 if( cmp2_type == TypeInt::ZERO && in Ideal()
1476 if( cmp2_type == TypeInt::ZERO && in Ideal()
1493 ( cmp2_type == TypeInt::ZERO ) ) { in Ideal()
1505 cmp2_type == TypeInt::ZERO && in Ideal()
1518 (cmp2_type == TypeInt::ZERO) && in Ideal()
[all …]
H A Dsubnode.hpp308 int cmp1_op, const TypeInt* cmp2_type);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dsubnode.cpp1372 (cmp2_type != TypeInt::INT)) { in fold_cmpI()
1395 const Type* sub_tr1 = cmp->sub(tr1, cmp2_type); in fold_cmpI()
1396 const Type* sub_tr2 = cmp->sub(tr2, cmp2_type); in fold_cmpI()
1486 const TypeInt* cmp2_type = phase->type(cmp2)->isa_int(); in Ideal() local
1487 if (cmp2_type == NULL) return NULL; in Ideal()
1489 if( cmp2_type == TypeInt::ZERO && in Ideal()
1573 if( cmp2_type == TypeInt::ZERO && in Ideal()
1590 ( cmp2_type == TypeInt::ZERO ) ) { in Ideal()
1602 cmp2_type == TypeInt::ZERO && in Ideal()
1615 (cmp2_type == TypeInt::ZERO) && in Ideal()
[all …]
H A Dsubnode.hpp333 int cmp1_op, const TypeInt* cmp2_type);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dsubnode.cpp1354 (cmp2_type != TypeInt::INT)) { in fold_cmpI()
1377 const Type* sub_tr1 = cmp->sub(tr1, cmp2_type); in fold_cmpI()
1378 const Type* sub_tr2 = cmp->sub(tr2, cmp2_type); in fold_cmpI()
1468 const TypeInt* cmp2_type = phase->type(cmp2)->isa_int(); in Ideal() local
1469 if (cmp2_type == NULL) return NULL; in Ideal()
1471 if( cmp2_type == TypeInt::ZERO && in Ideal()
1555 if( cmp2_type == TypeInt::ZERO && in Ideal()
1572 ( cmp2_type == TypeInt::ZERO ) ) { in Ideal()
1584 cmp2_type == TypeInt::ZERO && in Ideal()
1597 (cmp2_type == TypeInt::ZERO) && in Ideal()
[all …]
H A Dsubnode.hpp338 int cmp1_op, const TypeInt* cmp2_type);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dsubnode.cpp1349 int cmp1_op, const TypeInt* cmp2_type) { in fold_cmpI() argument
1358 (cmp2_type != TypeInt::INT)) { in fold_cmpI()
1381 const Type* sub_tr1 = cmp->sub(tr1, cmp2_type); in fold_cmpI()
1382 const Type* sub_tr2 = cmp->sub(tr2, cmp2_type); in fold_cmpI()
1472 const TypeInt* cmp2_type = phase->type(cmp2)->isa_int(); in Ideal() local
1473 if (cmp2_type == NULL) return NULL; in Ideal()
1475 if( cmp2_type == TypeInt::ZERO && in Ideal()
1559 if( cmp2_type == TypeInt::ZERO && in Ideal()
1576 ( cmp2_type == TypeInt::ZERO ) ) { in Ideal()
1588 cmp2_type == TypeInt::ZERO && in Ideal()
[all …]
H A Dsubnode.hpp308 int cmp1_op, const TypeInt* cmp2_type);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dsubnode.cpp1349 int cmp1_op, const TypeInt* cmp2_type) { in fold_cmpI() argument
1358 (cmp2_type != TypeInt::INT)) { in fold_cmpI()
1381 const Type* sub_tr1 = cmp->sub(tr1, cmp2_type); in fold_cmpI()
1382 const Type* sub_tr2 = cmp->sub(tr2, cmp2_type); in fold_cmpI()
1472 const TypeInt* cmp2_type = phase->type(cmp2)->isa_int(); in Ideal() local
1473 if (cmp2_type == NULL) return NULL; in Ideal()
1475 if( cmp2_type == TypeInt::ZERO && in Ideal()
1559 if( cmp2_type == TypeInt::ZERO && in Ideal()
1576 ( cmp2_type == TypeInt::ZERO ) ) { in Ideal()
1588 cmp2_type == TypeInt::ZERO && in Ideal()
[all …]
H A Dsubnode.hpp308 int cmp1_op, const TypeInt* cmp2_type);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dsubnode.cpp1304 const TypeInt* cmp2_type = phase->type(cmp2)->isa_int(); in Ideal() local
1305 if (cmp2_type == NULL) return NULL; in Ideal()
1307 if( cmp2_type == TypeInt::ZERO && in Ideal()
1321 if( cmp2_type == TypeInt::ZERO && in Ideal()
1338 ( cmp2_type == TypeInt::ZERO ) ) { in Ideal()
1348 cmp2_type == TypeInt::ZERO && in Ideal()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dsubnode.cpp1304 const TypeInt* cmp2_type = phase->type(cmp2)->isa_int(); in Ideal() local
1305 if (cmp2_type == NULL) return NULL; in Ideal()
1307 if( cmp2_type == TypeInt::ZERO && in Ideal()
1321 if( cmp2_type == TypeInt::ZERO && in Ideal()
1338 ( cmp2_type == TypeInt::ZERO ) ) { in Ideal()
1348 cmp2_type == TypeInt::ZERO && in Ideal()