Home
last modified time | relevance | path

Searched refs:phi_type (Results 1 – 25 of 34) sorted by relevance

12

/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dloop-variable-optimizer.cc332 Type phi_type = NodeProperties::GetType(induction_var->phi()); in ChangeToPhisAndInsertGuards() local
333 if (!backedge_type.Is(phi_type)) { in ChangeToPhisAndInsertGuards()
339 graph()->NewNode(common()->TypeGuard(phi_type), backedge_value, in ChangeToPhisAndInsertGuards()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dloop-variable-optimizer.cc332 Type phi_type = NodeProperties::GetType(induction_var->phi()); in ChangeToPhisAndInsertGuards() local
333 if (!backedge_type.Is(phi_type)) { in ChangeToPhisAndInsertGuards()
339 graph()->NewNode(common()->TypeGuard(phi_type), backedge_value, in ChangeToPhisAndInsertGuards()
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dloop-variable-optimizer.cc328 Type phi_type = NodeProperties::GetType(induction_var->phi()); in ChangeToPhisAndInsertGuards() local
329 if (!backedge_type.Is(phi_type)) { in ChangeToPhisAndInsertGuards()
335 graph()->NewNode(common()->TypeGuard(phi_type), backedge_value, in ChangeToPhisAndInsertGuards()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dloop-variable-optimizer.cc332 Type phi_type = NodeProperties::GetType(induction_var->phi()); in ChangeToPhisAndInsertGuards() local
333 if (!backedge_type.Is(phi_type)) { in ChangeToPhisAndInsertGuards()
339 graph()->NewNode(common()->TypeGuard(phi_type), backedge_value, in ChangeToPhisAndInsertGuards()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dcfgnode.cpp1877 const Type* phi_type = bottom_type(); in Ideal() local
1878 assert(phi_type->isa_int() || phi_type->isa_long() || phi_type->isa_ptr(), "bad phi type"); in Ideal()
1881 if (phi_type->isa_int()) { in Ideal()
1882 cast = ConstraintCastNode::make_cast(Op_CastII, r, uin, phi_type, true); in Ideal()
1883 } else if (phi_type->isa_long()) { in Ideal()
1884 cast = ConstraintCastNode::make_cast(Op_CastLL, r, uin, phi_type, true); in Ideal()
1887 if (!phi_type->isa_oopptr() && !uin_type->isa_oopptr()) { in Ideal()
1888 cast = ConstraintCastNode::make_cast(Op_CastPP, r, uin, phi_type, true); in Ideal()
1896 if (phi_type->join(TypePtr::NOTNULL) == phi_type->remove_speculative() && in Ideal()
1910 cast = ConstraintCastNode::make_cast(Op_CheckCastPP, r, n, phi_type, true); in Ideal()
[all …]
H A Dmacro.cpp412 Node *PhaseMacroExpand::value_from_mem_phi(Node *mem, BasicType ft, const Type *phi_type, const Typ… in value_from_mem_phi() argument
423 … phi->as_Phi()->is_same_inst_field(phi_type, (int)mem->_idx, instance_id, alias_idx, offset)) { in value_from_mem_phi()
442 PhiNode *phi = new PhiNode(mem->in(0), phi_type, NULL, mem->_idx, instance_id, alias_idx, offset); in value_from_mem_phi()
473 val = value_from_mem_phi(val, ft, phi_type, adr_t, alloc, value_phis, level-1); in value_from_mem_phi()
485 …copy_load(val->as_ArrayCopy(), offset, val->in(0), val->in(TypeFunc::Memory), ft, phi_type, alloc); in value_from_mem_phi()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dtopology_types.F55 INTEGER, POINTER :: phi_a(:), phi_b(:), phi_c(:), phi_d(:), phi_type(:) component
281 NULLIFY (topology%conn_info%phi_type)
489 IF (ASSOCIATED(topology%conn_info%phi_type)) THEN
490 DEALLOCATE (topology%conn_info%phi_type)
H A Dtopology_gromos.F452 CALL reallocate(conn_info%phi_type, 1, offset + ntype)
460 conn_info%phi_type(offset + itype) = itemp
481 CALL reallocate(conn_info%phi_type, 1, offset + ntype)
489 conn_info%phi_type(offset + itype) = itemp
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dtopology_types.F55 INTEGER, POINTER :: phi_a(:), phi_b(:), phi_c(:), phi_d(:), phi_type(:) component
281 NULLIFY (topology%conn_info%phi_type)
489 IF (ASSOCIATED(topology%conn_info%phi_type)) THEN
490 DEALLOCATE (topology%conn_info%phi_type)
H A Dtopology_gromos.F452 CALL reallocate(conn_info%phi_type, 1, offset + ntype)
460 conn_info%phi_type(offset + itype) = itemp
481 CALL reallocate(conn_info%phi_type, 1, offset + ntype)
489 conn_info%phi_type(offset + itype) = itemp
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dcfgnode.cpp1972 const Type* phi_type = bottom_type(); in Ideal() local
1973 assert(phi_type->isa_int() || phi_type->isa_ptr() || phi_type->isa_long(), "bad phi type"); in Ideal()
1977 if (phi_type->isa_int()) { in Ideal()
1978 cast = ConstraintCastNode::make_cast(Op_CastII, r, uin, phi_type, true); in Ideal()
1979 } else if (phi_type->isa_long()) { in Ideal()
1980 cast = ConstraintCastNode::make_cast(Op_CastLL, r, uin, phi_type, true); in Ideal()
1983 if (!phi_type->isa_oopptr() && !uin_type->isa_oopptr()) { in Ideal()
1984 cast = ConstraintCastNode::make_cast(Op_CastPP, r, uin, phi_type, true); in Ideal()
1992 if (phi_type->join(TypePtr::NOTNULL) == phi_type->remove_speculative() && in Ideal()
2006 cast = ConstraintCastNode::make_cast(Op_CheckCastPP, r, n, phi_type, true); in Ideal()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dcfgnode.cpp1753 const Type* phi_type = bottom_type(); in Ideal() local
1754 assert(phi_type->isa_int() || phi_type->isa_ptr(), "bad phi type"); in Ideal()
1758 if (phi_type->isa_int()) { in Ideal()
1759 cast = ConstraintCastNode::make_cast(Op_CastII, r, uin, phi_type, true); in Ideal()
1762 if (!phi_type->isa_oopptr() && !uin_type->isa_oopptr()) { in Ideal()
1763 cast = ConstraintCastNode::make_cast(Op_CastPP, r, uin, phi_type, true); in Ideal()
1771 if (phi_type->join(TypePtr::NOTNULL) == phi_type->remove_speculative() && in Ideal()
1779 …if (phi_type->join_speculative(TypePtr::NOTNULL) != uin_type->join_speculative(TypePtr::NOTNULL)) { in Ideal()
1785 cast = ConstraintCastNode::make_cast(Op_CheckCastPP, r, n, phi_type, true); in Ideal()
1788 cast = ConstraintCastNode::make_cast(Op_CastPP, r, uin, phi_type, true); in Ideal()
H A Dmacro.cpp417 Node *PhaseMacroExpand::value_from_mem_phi(Node *mem, BasicType ft, const Type *phi_type, const Typ… in value_from_mem_phi() argument
428 … phi->as_Phi()->is_same_inst_field(phi_type, (int)mem->_idx, instance_id, alias_idx, offset)) { in value_from_mem_phi()
447 PhiNode *phi = new PhiNode(mem->in(0), phi_type, NULL, mem->_idx, instance_id, alias_idx, offset); in value_from_mem_phi()
479 n = Compile::narrow_value(ft, n, phi_type, &_igvn, true); in value_from_mem_phi()
485 val = value_from_mem_phi(val, ft, phi_type, adr_t, alloc, value_phis, level-1); in value_from_mem_phi()
497 …copy_load(val->as_ArrayCopy(), offset, val->in(0), val->in(TypeFunc::Memory), ft, phi_type, alloc); in value_from_mem_phi()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dcfgnode.cpp1753 const Type* phi_type = bottom_type(); in Ideal() local
1754 assert(phi_type->isa_int() || phi_type->isa_ptr(), "bad phi type"); in Ideal()
1758 if (phi_type->isa_int()) { in Ideal()
1759 cast = ConstraintCastNode::make_cast(Op_CastII, r, uin, phi_type, true); in Ideal()
1762 if (!phi_type->isa_oopptr() && !uin_type->isa_oopptr()) { in Ideal()
1763 cast = ConstraintCastNode::make_cast(Op_CastPP, r, uin, phi_type, true); in Ideal()
1771 if (phi_type->join(TypePtr::NOTNULL) == phi_type->remove_speculative() && in Ideal()
1779 …if (phi_type->join_speculative(TypePtr::NOTNULL) != uin_type->join_speculative(TypePtr::NOTNULL)) { in Ideal()
1785 cast = ConstraintCastNode::make_cast(Op_CheckCastPP, r, n, phi_type, true); in Ideal()
1788 cast = ConstraintCastNode::make_cast(Op_CastPP, r, uin, phi_type, true); in Ideal()
H A Dmacro.cpp417 Node *PhaseMacroExpand::value_from_mem_phi(Node *mem, BasicType ft, const Type *phi_type, const Typ… in value_from_mem_phi() argument
428 … phi->as_Phi()->is_same_inst_field(phi_type, (int)mem->_idx, instance_id, alias_idx, offset)) { in value_from_mem_phi()
447 PhiNode *phi = new PhiNode(mem->in(0), phi_type, NULL, mem->_idx, instance_id, alias_idx, offset); in value_from_mem_phi()
479 n = Compile::narrow_value(ft, n, phi_type, &_igvn, true); in value_from_mem_phi()
485 val = value_from_mem_phi(val, ft, phi_type, adr_t, alloc, value_phis, level-1); in value_from_mem_phi()
497 …copy_load(val->as_ArrayCopy(), offset, val->in(0), val->in(TypeFunc::Memory), ft, phi_type, alloc); in value_from_mem_phi()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Dcfgnode.cpp1880 const Type* phi_type = bottom_type(); in Ideal() local
1881 assert(phi_type->isa_int() || phi_type->isa_ptr(), "bad phi type"); in Ideal()
1885 if (phi_type->isa_int()) { in Ideal()
1886 cast = ConstraintCastNode::make_cast(Op_CastII, r, uin, phi_type, true); in Ideal()
1889 if (!phi_type->isa_oopptr() && !uin_type->isa_oopptr()) { in Ideal()
1890 cast = ConstraintCastNode::make_cast(Op_CastPP, r, uin, phi_type, true); in Ideal()
1898 if (phi_type->join(TypePtr::NOTNULL) == phi_type->remove_speculative() && in Ideal()
1906 …if (phi_type->join_speculative(TypePtr::NOTNULL) != uin_type->join_speculative(TypePtr::NOTNULL)) { in Ideal()
1912 cast = ConstraintCastNode::make_cast(Op_CheckCastPP, r, n, phi_type, true); in Ideal()
1915 cast = ConstraintCastNode::make_cast(Op_CastPP, r, uin, phi_type, true); in Ideal()
H A Dmacro.cpp412 Node *PhaseMacroExpand::value_from_mem_phi(Node *mem, BasicType ft, const Type *phi_type, const Typ… in value_from_mem_phi() argument
423 … phi->as_Phi()->is_same_inst_field(phi_type, (int)mem->_idx, instance_id, alias_idx, offset)) { in value_from_mem_phi()
442 PhiNode *phi = new PhiNode(mem->in(0), phi_type, NULL, mem->_idx, instance_id, alias_idx, offset); in value_from_mem_phi()
473 val = value_from_mem_phi(val, ft, phi_type, adr_t, alloc, value_phis, level-1); in value_from_mem_phi()
485 …copy_load(val->as_ArrayCopy(), offset, val->in(0), val->in(TypeFunc::Memory), ft, phi_type, alloc); in value_from_mem_phi()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Dcfgnode.cpp1880 const Type* phi_type = bottom_type(); in Ideal() local
1881 assert(phi_type->isa_int() || phi_type->isa_ptr(), "bad phi type"); in Ideal()
1885 if (phi_type->isa_int()) { in Ideal()
1886 cast = ConstraintCastNode::make_cast(Op_CastII, r, uin, phi_type, true); in Ideal()
1889 if (!phi_type->isa_oopptr() && !uin_type->isa_oopptr()) { in Ideal()
1890 cast = ConstraintCastNode::make_cast(Op_CastPP, r, uin, phi_type, true); in Ideal()
1898 if (phi_type->join(TypePtr::NOTNULL) == phi_type->remove_speculative() && in Ideal()
1906 …if (phi_type->join_speculative(TypePtr::NOTNULL) != uin_type->join_speculative(TypePtr::NOTNULL)) { in Ideal()
1912 cast = ConstraintCastNode::make_cast(Op_CheckCastPP, r, n, phi_type, true); in Ideal()
1915 cast = ConstraintCastNode::make_cast(Op_CastPP, r, uin, phi_type, true); in Ideal()
H A Dmacro.cpp387 Node *PhaseMacroExpand::value_from_mem_phi(Node *mem, BasicType ft, const Type *phi_type, const Typ… in value_from_mem_phi() argument
398 … phi->as_Phi()->is_same_inst_field(phi_type, (int)mem->_idx, instance_id, alias_idx, offset)) { in value_from_mem_phi()
417 PhiNode *phi = new PhiNode(mem->in(0), phi_type, NULL, mem->_idx, instance_id, alias_idx, offset); in value_from_mem_phi()
448 val = value_from_mem_phi(val, ft, phi_type, adr_t, alloc, value_phis, level-1); in value_from_mem_phi()
460 …copy_load(val->as_ArrayCopy(), offset, val->in(0), val->in(TypeFunc::Memory), ft, phi_type, alloc); in value_from_mem_phi()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dcfgnode.cpp1943 const Type* phi_type = bottom_type(); in Ideal() local
1944 assert(phi_type->isa_int() || phi_type->isa_ptr(), "bad phi type"); in Ideal()
1948 if (phi_type->isa_int()) { in Ideal()
1949 cast = ConstraintCastNode::make_cast(Op_CastII, r, uin, phi_type, true); in Ideal()
1952 if (!phi_type->isa_oopptr() && !uin_type->isa_oopptr()) { in Ideal()
1953 cast = ConstraintCastNode::make_cast(Op_CastPP, r, uin, phi_type, true); in Ideal()
1961 if (phi_type->join(TypePtr::NOTNULL) == phi_type->remove_speculative() && in Ideal()
1969 …if (phi_type->join_speculative(TypePtr::NOTNULL) != uin_type->join_speculative(TypePtr::NOTNULL)) { in Ideal()
1975 cast = ConstraintCastNode::make_cast(Op_CheckCastPP, r, n, phi_type, true); in Ideal()
1978 cast = ConstraintCastNode::make_cast(Op_CastPP, r, uin, phi_type, true); in Ideal()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dcfgnode.cpp1980 const Type* phi_type = bottom_type(); in Ideal() local
1984 if (phi_type->isa_ptr()) { in Ideal()
1986 if (!phi_type->isa_oopptr() && !uin_type->isa_oopptr()) { in Ideal()
1987 …cast = ConstraintCastNode::make_cast(Op_CastPP, r, uin, phi_type, ConstraintCastNode::StrongDepend… in Ideal()
1995 if (phi_type->join(TypePtr::NOTNULL) == phi_type->remove_speculative() && in Ideal()
2003 …if (phi_type->join_speculative(TypePtr::NOTNULL) != uin_type->join_speculative(TypePtr::NOTNULL)) { in Ideal()
2009 …cast = ConstraintCastNode::make_cast(Op_CheckCastPP, r, n, phi_type, ConstraintCastNode::StrongDep… in Ideal()
2012 …cast = ConstraintCastNode::make_cast(Op_CastPP, r, uin, phi_type, ConstraintCastNode::StrongDepend… in Ideal()
2016 …cast = ConstraintCastNode::make_cast_for_type(r, uin, phi_type, ConstraintCastNode::StrongDependen… in Ideal()
H A Dmacro.cpp347 Node *PhaseMacroExpand::value_from_mem_phi(Node *mem, BasicType ft, const Type *phi_type, const Typ… in value_from_mem_phi() argument
358 … phi->as_Phi()->is_same_inst_field(phi_type, (int)mem->_idx, instance_id, alias_idx, offset)) { in value_from_mem_phi()
377 PhiNode *phi = new PhiNode(mem->in(0), phi_type, NULL, mem->_idx, instance_id, alias_idx, offset); in value_from_mem_phi()
405 n = Compile::narrow_value(ft, n, phi_type, &_igvn, true); in value_from_mem_phi()
411 val = value_from_mem_phi(val, ft, phi_type, adr_t, alloc, value_phis, level-1); in value_from_mem_phi()
423 …copy_load(val->as_ArrayCopy(), offset, val->in(0), val->in(TypeFunc::Memory), ft, phi_type, alloc); in value_from_mem_phi()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/llvm/
H A Dhipe_llvm.erl136 phi_type/1,
586 phi_type(#llvm_phi{type=Type}) -> Type. function
921 pp_type(Dev, phi_type(I)),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/llvm/
H A Dhipe_llvm.erl136 phi_type/1,
586 phi_type(#llvm_phi{type=Type}) -> Type. function
921 pp_type(Dev, phi_type(I)),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/llvm/
H A Dhipe_llvm.erl136 phi_type/1,
586 phi_type(#llvm_phi{type=Type}) -> Type. function
921 pp_type(Dev, phi_type(I)),

12