/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vect-stmts.c | 7139 tree zero_vec = NULL_TREE, masktype = NULL_TREE; in vectorizable_scan_store() local 7159 if (zero_vec == NULL_TREE) in vectorizable_scan_store() 7160 zero_vec = build_zero_cst (vectype); in vectorizable_scan_store() 7223 (zero_vec in vectorizable_scan_store() 7226 ? zero_vec : vec_oprnd1, v, in vectorizable_scan_store() 7235 if (zero_vec && use_whole_vector[i] == scan_store_kind_lshift_cond) in vectorizable_scan_store()
|
H A D | tree-vect-loop.c | 4911 tree zero_vec = build_zero_cst (vectype); in vect_create_epilog_for_reduction() local 4954 zero_vec); in vect_create_epilog_for_reduction() 5331 tree zero_vec = build_zero_cst (vectype1); in vect_create_epilog_for_reduction() local 5355 new_temp, zero_vec, mask); in vect_create_epilog_for_reduction()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000-builtin.cc | 937 tree zero_vec = build_zero_cst (type); in fold_build_vec_cmp() local 942 return fold_build3 (VEC_COND_EXPR, type, temp, minus_one_vec, zero_vec); in fold_build_vec_cmp()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-stmts.cc | 7282 tree zero_vec = NULL_TREE, masktype = NULL_TREE; in vectorizable_scan_store() local 7302 if (zero_vec == NULL_TREE) in vectorizable_scan_store() 7303 zero_vec = build_zero_cst (vectype); in vectorizable_scan_store() 7360 (zero_vec in vectorizable_scan_store() 7363 ? zero_vec : vec_oprnd1, v, in vectorizable_scan_store() 7369 if (zero_vec && use_whole_vector[i] == scan_store_kind_lshift_cond) in vectorizable_scan_store()
|
H A D | tree-vect-loop.cc | 5566 tree zero_vec = build_zero_cst (vectype); in vect_create_epilog_for_reduction() local 5606 zero_vec); in vect_create_epilog_for_reduction() 5898 tree zero_vec = build_zero_cst (vectype1); in vect_create_epilog_for_reduction() local 5922 new_temp, zero_vec, mask); in vect_create_epilog_for_reduction()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 5517 tree zero_vec = build_vector_from_val (vectype, zero); in build_conditional_expr() local 5519 ifexp = build2 (NE_EXPR, cmp_type, ifexp, zero_vec); in build_conditional_expr() 11481 tree zero_vec = build_zero_cst (type); in build_vec_cmp() local 11485 return build3 (VEC_COND_EXPR, type, cmp, minus_one_vec, zero_vec); in build_vec_cmp()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 5557 tree zero_vec = build_vector_from_val (vectype, zero); in build_conditional_expr() local 5559 ifexp = build2 (NE_EXPR, cmp_type, ifexp, zero_vec); in build_conditional_expr() 11585 tree zero_vec = build_zero_cst (type); in build_vec_cmp() local 11589 return build3 (VEC_COND_EXPR, type, cmp, minus_one_vec, zero_vec); in build_vec_cmp()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck.c | 4415 tree zero_vec = build_zero_cst (type); in build_vec_cmp() local 4419 return build3 (VEC_COND_EXPR, type, cmp, minus_one_vec, zero_vec); in build_vec_cmp()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386.cc | 18420 tree zero_vec = build_zero_cst (type); in ix86_gimple_fold_builtin() local 18422 tree cmp = gimple_build (&stmts, LT_EXPR, cmp_type, arg2, zero_vec); in ix86_gimple_fold_builtin() 18464 tree zero_vec = build_zero_cst (type); in ix86_gimple_fold_builtin() local 18472 minus_one_vec, zero_vec); in ix86_gimple_fold_builtin()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | typeck.cc | 4678 tree zero_vec = build_zero_cst (type); in build_vec_cmp() local 4682 return build3 (VEC_COND_EXPR, type, cmp, minus_one_vec, zero_vec); in build_vec_cmp()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMInstrMVE.td | 2530 // zero_vec: v4i32-initialized zero vector, potentially wrapped in a bitconvert 2532 dag zero_vec, MVE_VABSNEG_int vqabs_instruction, 2544 (sub (VTI.Vec zero_vec), (VTI.Vec MQPR:$reg)))))), 2551 (sub (VTI.Vec zero_vec), (VTI.Vec MQPR:$reg)))),
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000-call.c | 10723 tree zero_vec = build_zero_cst (type); in fold_build_vec_cmp() local 10726 return fold_build3 (VEC_COND_EXPR, type, cmp, minus_one_vec, zero_vec); in fold_build_vec_cmp()
|