Home
last modified time | relevance | path

Searched refs:bol2 (Results 1 – 25 of 51) sorted by relevance

123

/dports/devel/py-pyrepl/pyrepl-0.9.0/pyrepl/
H A Dcommands.py216 bol2 = r.bol(bol1-1)
218 if line_pos > bol1 - bol2 - 1:
222 r.pos = bol2 + line_pos
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Difnode.cpp799 BoolNode *bol2 = phi->in(0)->in(1)->in(0)->in(1)->as_Bool(); in remove_useless_bool() local
823 Node* new_bol = (flip ? phase->transform( bol2->negate(phase) ) : bol2); in remove_useless_bool()
867 Node *bol2 = remove_useless_bool(this, phase); in Ideal() local
868 if( bol2 ) return bol2; in Ideal()
H A DloopTransform.cpp1368 Node* bol2 = loop_end->in(1)->clone(); in do_unroll() local
1369 bol2->set_req(1, cmp2); in do_unroll()
1370 register_new_node(bol2, ctrl2); in do_unroll()
1372 loop_end->set_req(1, bol2); in do_unroll()
1430 Node *bol2 = new (C) BoolNode( cmp2, loop_end->test_trip() ); in do_unroll() local
1431 register_new_node( bol2, ctrl2 ); in do_unroll()
1433 loop_end->set_req(CountedLoopEndNode::TestValue, bol2); in do_unroll()
H A Ddivnode.cpp893 Node *bol2 = phase->transform( new (phase->C) BoolNode( cmp2, BoolTest::ge ) ); in Ideal() local
896 Node *cmov2= new (phase->C) CMoveINode(bol2, x, sub, TypeInt::INT); in Ideal()
1066 Node *bol2 = phase->transform( new (phase->C) BoolNode( cmp2, BoolTest::ge ) ); in Ideal() local
1069 Node *cmov2= new (phase->C) CMoveLNode(bol2, x, sub, TypeLong::LONG); in Ideal()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Difnode.cpp799 BoolNode *bol2 = phi->in(0)->in(1)->in(0)->in(1)->as_Bool(); in remove_useless_bool() local
823 Node* new_bol = (flip ? phase->transform( bol2->negate(phase) ) : bol2); in remove_useless_bool()
867 Node *bol2 = remove_useless_bool(this, phase); in Ideal() local
868 if( bol2 ) return bol2; in Ideal()
H A DloopTransform.cpp1368 Node* bol2 = loop_end->in(1)->clone(); in do_unroll() local
1369 bol2->set_req(1, cmp2); in do_unroll()
1370 register_new_node(bol2, ctrl2); in do_unroll()
1372 loop_end->set_req(1, bol2); in do_unroll()
1430 Node *bol2 = new (C) BoolNode( cmp2, loop_end->test_trip() ); in do_unroll() local
1431 register_new_node( bol2, ctrl2 ); in do_unroll()
1433 loop_end->set_req(CountedLoopEndNode::TestValue, bol2); in do_unroll()
/dports/lang/ocaml/ocaml-4.05.0/emacs/
H A Dcaml-types.el545 (bol2 (elt pos2 2))
552 (<= (- cnum1 bol1) (- cnum2 bol2))))))))
561 (bol2 (elt pos2 2))
568 (> (- cnum1 bol1) (- cnum2 bol2))))))))
/dports/lang/ocaml-nox11/ocaml-4.05.0/emacs/
H A Dcaml-types.el545 (bol2 (elt pos2 2))
552 (<= (- cnum1 bol1) (- cnum2 bol2))))))))
561 (bol2 (elt pos2 2))
568 (> (- cnum1 bol1) (- cnum2 bol2))))))))
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Difnode.cpp1333 BoolNode *bol2 = phi->in(0)->in(1)->in(0)->in(1)->as_Bool(); in remove_useless_bool() local
1357 Node* new_bol = (flip ? phase->transform( bol2->negate(phase) ) : bol2); in remove_useless_bool()
1410 Node *bol2 = remove_useless_bool(this, phase); in Ideal() local
1411 if( bol2 ) return bol2; in Ideal()
H A Ddivnode.cpp907 Node *bol2 = phase->transform( new BoolNode( cmp2, BoolTest::ge ) ); in Ideal() local
910 Node *cmov2= new CMoveINode(bol2, x, sub, TypeInt::INT); in Ideal()
1080 Node *bol2 = phase->transform( new BoolNode( cmp2, BoolTest::ge ) ); in Ideal() local
1083 Node *cmov2= new CMoveLNode(bol2, x, sub, TypeLong::LONG); in Ideal()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Difnode.cpp1333 BoolNode *bol2 = phi->in(0)->in(1)->in(0)->in(1)->as_Bool(); in remove_useless_bool() local
1357 Node* new_bol = (flip ? phase->transform( bol2->negate(phase) ) : bol2); in remove_useless_bool()
1410 Node *bol2 = remove_useless_bool(this, phase); in Ideal() local
1411 if( bol2 ) return bol2; in Ideal()
H A Ddivnode.cpp907 Node *bol2 = phase->transform( new BoolNode( cmp2, BoolTest::ge ) ); in Ideal() local
910 Node *cmov2= new CMoveINode(bol2, x, sub, TypeInt::INT); in Ideal()
1080 Node *bol2 = phase->transform( new BoolNode( cmp2, BoolTest::ge ) ); in Ideal() local
1083 Node *cmov2= new CMoveLNode(bol2, x, sub, TypeLong::LONG); in Ideal()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Difnode.cpp1322 BoolNode *bol2 = phi->in(0)->in(1)->in(0)->in(1)->as_Bool(); in remove_useless_bool() local
1346 Node* new_bol = (flip ? phase->transform( bol2->negate(phase) ) : bol2); in remove_useless_bool()
1399 Node *bol2 = remove_useless_bool(this, phase); in Ideal() local
1400 if( bol2 ) return bol2; in Ideal()
H A Ddivnode.cpp907 Node *bol2 = phase->transform( new BoolNode( cmp2, BoolTest::ge ) ); in Ideal() local
910 Node *cmov2= new CMoveINode(bol2, x, sub, TypeInt::INT); in Ideal()
1080 Node *bol2 = phase->transform( new BoolNode( cmp2, BoolTest::ge ) ); in Ideal() local
1083 Node *cmov2= new CMoveLNode(bol2, x, sub, TypeLong::LONG); in Ideal()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Difnode.cpp1363 BoolNode *bol2 = phi->in(0)->in(1)->in(0)->in(1)->as_Bool(); in remove_useless_bool() local
1387 Node* new_bol = (flip ? phase->transform( bol2->negate(phase) ) : bol2); in remove_useless_bool()
1440 Node *bol2 = remove_useless_bool(this, phase); in Ideal() local
1441 if( bol2 ) return bol2; in Ideal()
H A Ddivnode.cpp907 Node *bol2 = phase->transform( new BoolNode( cmp2, BoolTest::ge ) ); in Ideal() local
910 Node *cmov2= new CMoveINode(bol2, x, sub, TypeInt::INT); in Ideal()
1080 Node *bol2 = phase->transform( new BoolNode( cmp2, BoolTest::ge ) ); in Ideal() local
1083 Node *cmov2= new CMoveLNode(bol2, x, sub, TypeLong::LONG); in Ideal()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Difnode.cpp1343 BoolNode *bol2 = phi->in(0)->in(1)->in(0)->in(1)->as_Bool(); in remove_useless_bool() local
1367 Node* new_bol = (flip ? phase->transform( bol2->negate(phase) ) : bol2); in remove_useless_bool()
1420 Node* bol2 = remove_useless_bool(this, phase); in Ideal() local
1421 if (bol2) return bol2; in Ideal()
H A Ddivnode.cpp908 Node *bol2 = phase->transform( new BoolNode( cmp2, BoolTest::ge ) ); in Ideal() local
911 Node *cmov2= new CMoveINode(bol2, x, sub, TypeInt::INT); in Ideal()
1081 Node *bol2 = phase->transform( new BoolNode( cmp2, BoolTest::ge ) ); in Ideal() local
1084 Node *cmov2= new CMoveLNode(bol2, x, sub, TypeLong::LONG); in Ideal()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Difnode.cpp1317 BoolNode *bol2 = phi->in(0)->in(1)->in(0)->in(1)->as_Bool(); in remove_useless_bool() local
1341 Node* new_bol = (flip ? phase->transform( bol2->negate(phase) ) : bol2); in remove_useless_bool()
1394 Node* bol2 = remove_useless_bool(this, phase); in Ideal() local
1395 if (bol2) return bol2; in Ideal()
H A Ddivnode.cpp907 Node *bol2 = phase->transform( new BoolNode( cmp2, BoolTest::ge ) ); in Ideal() local
910 Node *cmov2= new CMoveINode(bol2, x, sub, TypeInt::INT); in Ideal()
1080 Node *bol2 = phase->transform( new BoolNode( cmp2, BoolTest::ge ) ); in Ideal() local
1083 Node *cmov2= new CMoveLNode(bol2, x, sub, TypeLong::LONG); in Ideal()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Difnode.cpp1341 BoolNode *bol2 = phi->in(0)->in(1)->in(0)->in(1)->as_Bool(); in remove_useless_bool() local
1365 Node* new_bol = (flip ? phase->transform( bol2->negate(phase) ) : bol2); in remove_useless_bool()
1418 Node* bol2 = remove_useless_bool(this, phase); in Ideal() local
1419 if (bol2) return bol2; in Ideal()
H A Ddivnode.cpp905 Node *bol2 = phase->transform( new BoolNode( cmp2, BoolTest::ge ) ); in Ideal() local
908 Node *cmov2= new CMoveINode(bol2, x, sub, TypeInt::INT); in Ideal()
1072 Node *bol2 = phase->transform( new BoolNode( cmp2, BoolTest::ge ) ); in Ideal() local
1075 Node *cmov2= new CMoveLNode(bol2, x, sub, TypeLong::LONG); in Ideal()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Difnode.cpp1379 BoolNode *bol2 = phi->in(0)->in(1)->in(0)->in(1)->as_Bool(); in remove_useless_bool() local
1403 Node* new_bol = (flip ? phase->transform( bol2->negate(phase) ) : bol2); in remove_useless_bool()
1456 Node* bol2 = remove_useless_bool(this, phase); in Ideal() local
1457 if (bol2) return bol2; in Ideal()
H A Ddivnode.cpp902 Node *bol2 = phase->transform( new BoolNode( cmp2, BoolTest::ge ) ); in Ideal() local
905 Node *cmov2= new CMoveINode(bol2, x, sub, TypeInt::INT); in Ideal()
1069 Node *bol2 = phase->transform( new BoolNode( cmp2, BoolTest::ge ) ); in Ideal() local
1072 Node *cmov2= new CMoveLNode(bol2, x, sub, TypeLong::LONG); in Ideal()
/dports/security/libtasn1/libtasn1-4.18.0/tests/
H A DTest_tree.asn70 bol2 BOOLEAN DEFAULT TRUE,

123