HomeSort by: relevance | last modified time | path
    Searched defs:narrow_vectype (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-stmts.cc 12180 MAX_INTERM_CVT_STEPS to get to NARROW_VECTYPE, and fail if we do
12273 tree narrow_vectype = vectype_out; local
12286 if (VECTOR_BOOLEAN_TYPE_P (narrow_vectype)
12320 if (insn_data[icode1].operand[0].mode == TYPE_MODE (narrow_vectype))
12328 TYPE_VECTOR_SUBPARTS (narrow_vectype)))
12368 MAX_INTERM_CVT_STEPS to get to NARROW_VECTYPE, and fail if we do not. */
12399 if (insn_data[icode1].operand[0].mode == TYPE_MODE (narrow_vectype))
12404 TYPE_VECTOR_SUBPARTS (narrow_vectype)))
tree-vect-stmts.cc 12180 MAX_INTERM_CVT_STEPS to get to NARROW_VECTYPE, and fail if we do
12273 tree narrow_vectype = vectype_out; local
12286 if (VECTOR_BOOLEAN_TYPE_P (narrow_vectype)
12320 if (insn_data[icode1].operand[0].mode == TYPE_MODE (narrow_vectype))
12328 TYPE_VECTOR_SUBPARTS (narrow_vectype)))
12368 MAX_INTERM_CVT_STEPS to get to NARROW_VECTYPE, and fail if we do not. */
12399 if (insn_data[icode1].operand[0].mode == TYPE_MODE (narrow_vectype))
12404 TYPE_VECTOR_SUBPARTS (narrow_vectype)))
tree-vect-stmts.cc 12180 MAX_INTERM_CVT_STEPS to get to NARROW_VECTYPE, and fail if we do
12273 tree narrow_vectype = vectype_out; local
12286 if (VECTOR_BOOLEAN_TYPE_P (narrow_vectype)
12320 if (insn_data[icode1].operand[0].mode == TYPE_MODE (narrow_vectype))
12328 TYPE_VECTOR_SUBPARTS (narrow_vectype)))
12368 MAX_INTERM_CVT_STEPS to get to NARROW_VECTYPE, and fail if we do not. */
12399 if (insn_data[icode1].operand[0].mode == TYPE_MODE (narrow_vectype))
12404 TYPE_VECTOR_SUBPARTS (narrow_vectype)))
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 8404 tree narrow_vectype = signed_type_for (TREE_TYPE (vop[0])); local
8405 tree narrow_elttype = TREE_TYPE (narrow_vectype);
8427 tree min_narrow = build_vector_from_val (narrow_vectype,
8433 half_narrow = build_vector_from_val (narrow_vectype, half_narrow);
8436 tree sub_res = make_ssa_name (narrow_vectype);
tree-vect-loop.cc 8404 tree narrow_vectype = signed_type_for (TREE_TYPE (vop[0])); local
8405 tree narrow_elttype = TREE_TYPE (narrow_vectype);
8427 tree min_narrow = build_vector_from_val (narrow_vectype,
8433 half_narrow = build_vector_from_val (narrow_vectype, half_narrow);
8436 tree sub_res = make_ssa_name (narrow_vectype);
tree-vect-loop.cc 8404 tree narrow_vectype = signed_type_for (TREE_TYPE (vop[0])); local
8405 tree narrow_elttype = TREE_TYPE (narrow_vectype);
8427 tree min_narrow = build_vector_from_val (narrow_vectype,
8433 half_narrow = build_vector_from_val (narrow_vectype, half_narrow);
8436 tree sub_res = make_ssa_name (narrow_vectype);

Completed in 137 milliseconds