Home
last modified time | relevance | path

Searched refs:vectype_out (Results 1 – 25 of 126) sorted by relevance

123456

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Doptabs-tree.c309 supportable_half_widening_operation (enum tree_code code, tree vectype_out, in supportable_half_widening_operation() argument
316 gcc_assert (VECTOR_TYPE_P (vectype_out) && VECTOR_TYPE_P (vectype_in)); in supportable_half_widening_operation()
318 m1 = TYPE_MODE (vectype_out); in supportable_half_widening_operation()
325 TYPE_VECTOR_SUBPARTS (vectype_out))) in supportable_half_widening_operation()
346 if (!supportable_convert_operation (NOP_EXPR, vectype_out, vectype_in, in supportable_half_widening_operation()
350 op = optab_for_tree_code (*code1, vectype_out, optab_vector); in supportable_half_widening_operation()
351 return (optab_handler (op, TYPE_MODE (vectype_out)) != CODE_FOR_nothing); in supportable_half_widening_operation()
371 tree vectype_out, tree vectype_in, in supportable_convert_operation() argument
377 gcc_assert (VECTOR_TYPE_P (vectype_out) && VECTOR_TYPE_P (vectype_in)); in supportable_convert_operation()
379 m1 = TYPE_MODE (vectype_out); in supportable_convert_operation()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Doptabs-tree.c304 supportable_half_widening_operation (enum tree_code code, tree vectype_out, in supportable_half_widening_operation() argument
311 gcc_assert (VECTOR_TYPE_P (vectype_out) && VECTOR_TYPE_P (vectype_in)); in supportable_half_widening_operation()
313 m1 = TYPE_MODE (vectype_out); in supportable_half_widening_operation()
320 TYPE_VECTOR_SUBPARTS (vectype_out))) in supportable_half_widening_operation()
341 if (!supportable_convert_operation (NOP_EXPR, vectype_out, vectype_in, in supportable_half_widening_operation()
345 op = optab_for_tree_code (*code1, vectype_out, optab_vector); in supportable_half_widening_operation()
346 return (optab_handler (op, TYPE_MODE (vectype_out)) != CODE_FOR_nothing); in supportable_half_widening_operation()
366 tree vectype_out, tree vectype_in, in supportable_convert_operation() argument
372 gcc_assert (VECTOR_TYPE_P (vectype_out) && VECTOR_TYPE_P (vectype_in)); in supportable_convert_operation()
374 m1 = TYPE_MODE (vectype_out); in supportable_convert_operation()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Doptabs-tree.c304 supportable_half_widening_operation (enum tree_code code, tree vectype_out, in supportable_half_widening_operation() argument
311 gcc_assert (VECTOR_TYPE_P (vectype_out) && VECTOR_TYPE_P (vectype_in)); in supportable_half_widening_operation()
313 m1 = TYPE_MODE (vectype_out); in supportable_half_widening_operation()
320 TYPE_VECTOR_SUBPARTS (vectype_out))) in supportable_half_widening_operation()
341 if (!supportable_convert_operation (NOP_EXPR, vectype_out, vectype_in, in supportable_half_widening_operation()
345 op = optab_for_tree_code (*code1, vectype_out, optab_vector); in supportable_half_widening_operation()
346 return (optab_handler (op, TYPE_MODE (vectype_out)) != CODE_FOR_nothing); in supportable_half_widening_operation()
366 tree vectype_out, tree vectype_in, in supportable_convert_operation() argument
372 gcc_assert (VECTOR_TYPE_P (vectype_out) && VECTOR_TYPE_P (vectype_in)); in supportable_convert_operation()
374 m1 = TYPE_MODE (vectype_out); in supportable_convert_operation()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Doptabs-tree.c304 supportable_half_widening_operation (enum tree_code code, tree vectype_out, in supportable_half_widening_operation() argument
311 gcc_assert (VECTOR_TYPE_P (vectype_out) && VECTOR_TYPE_P (vectype_in)); in supportable_half_widening_operation()
313 m1 = TYPE_MODE (vectype_out); in supportable_half_widening_operation()
320 TYPE_VECTOR_SUBPARTS (vectype_out))) in supportable_half_widening_operation()
341 if (!supportable_convert_operation (NOP_EXPR, vectype_out, vectype_in, in supportable_half_widening_operation()
345 op = optab_for_tree_code (*code1, vectype_out, optab_vector); in supportable_half_widening_operation()
346 return (optab_handler (op, TYPE_MODE (vectype_out)) != CODE_FOR_nothing); in supportable_half_widening_operation()
366 tree vectype_out, tree vectype_in, in supportable_convert_operation() argument
372 gcc_assert (VECTOR_TYPE_P (vectype_out) && VECTOR_TYPE_P (vectype_in)); in supportable_convert_operation()
374 m1 = TYPE_MODE (vectype_out); in supportable_convert_operation()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Doptabs-tree.c270 tree vectype_out, tree vectype_in, in supportable_convert_operation() argument
276 m1 = TYPE_MODE (vectype_out); in supportable_convert_operation()
281 && can_fix_p (m1,m2,TYPE_UNSIGNED (vectype_out), &truncp) in supportable_convert_operation()
293 && targetm.vectorize.builtin_conversion (code, vectype_out, vectype_in)) in supportable_convert_operation()
296 *decl = targetm.vectorize.builtin_conversion (code, vectype_out, in supportable_convert_operation()
H A Dtree-vect-stmts.c2159 tree vectype_out, vectype_in; in vectorizable_call() local
2322 (cfn, vectype_out, vectype_in); in vectorizable_call()
2325 (callee, vectype_out, vectype_in); in vectorizable_call()
3627 tree vectype_out, vectype_in; in vectorizable_conversion() local
3939 ? cvt_type : vectype_out); in vectorizable_conversion()
3956 ? vectype_out : cvt_type); in vectorizable_conversion()
4428 tree vectype_out; in vectorizable_shift() local
4802 tree vectype_out; in vectorizable_operation() local
4890 vectype = vectype_out; in vectorizable_operation()
8864 tree wide_vectype = vectype_out; in supportable_widening_operation()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Doptabs-tree.c270 tree vectype_out, tree vectype_in, in supportable_convert_operation() argument
276 m1 = TYPE_MODE (vectype_out); in supportable_convert_operation()
281 && can_fix_p (m1,m2,TYPE_UNSIGNED (vectype_out), &truncp) in supportable_convert_operation()
293 && targetm.vectorize.builtin_conversion (code, vectype_out, vectype_in)) in supportable_convert_operation()
296 *decl = targetm.vectorize.builtin_conversion (code, vectype_out, in supportable_convert_operation()
H A Dtree-vect-stmts.c2159 tree vectype_out, vectype_in; in vectorizable_call() local
2322 (cfn, vectype_out, vectype_in); in vectorizable_call()
2325 (callee, vectype_out, vectype_in); in vectorizable_call()
3627 tree vectype_out, vectype_in; in vectorizable_conversion() local
3939 ? cvt_type : vectype_out); in vectorizable_conversion()
3956 ? vectype_out : cvt_type); in vectorizable_conversion()
4428 tree vectype_out; in vectorizable_shift() local
4802 tree vectype_out; in vectorizable_operation() local
4890 vectype = vectype_out; in vectorizable_operation()
8864 tree wide_vectype = vectype_out; in supportable_widening_operation()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Doptabs-tree.c266 tree vectype_out, tree vectype_in, in supportable_convert_operation() argument
272 m1 = TYPE_MODE (vectype_out); in supportable_convert_operation()
277 && can_fix_p (m1,m2,TYPE_UNSIGNED (vectype_out), &truncp) in supportable_convert_operation()
289 && targetm.vectorize.builtin_conversion (code, vectype_out, vectype_in)) in supportable_convert_operation()
292 *decl = targetm.vectorize.builtin_conversion (code, vectype_out, in supportable_convert_operation()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Doptabs-tree.c266 tree vectype_out, tree vectype_in, in supportable_convert_operation() argument
272 m1 = TYPE_MODE (vectype_out); in supportable_convert_operation()
277 && can_fix_p (m1,m2,TYPE_UNSIGNED (vectype_out), &truncp) in supportable_convert_operation()
289 && targetm.vectorize.builtin_conversion (code, vectype_out, vectype_in)) in supportable_convert_operation()
292 *decl = targetm.vectorize.builtin_conversion (code, vectype_out, in supportable_convert_operation()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Doptabs-tree.c266 tree vectype_out, tree vectype_in, in supportable_convert_operation() argument
272 m1 = TYPE_MODE (vectype_out); in supportable_convert_operation()
277 && can_fix_p (m1,m2,TYPE_UNSIGNED (vectype_out), &truncp) in supportable_convert_operation()
289 && targetm.vectorize.builtin_conversion (code, vectype_out, vectype_in)) in supportable_convert_operation()
292 *decl = targetm.vectorize.builtin_conversion (code, vectype_out, in supportable_convert_operation()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Doptabs-tree.c266 tree vectype_out, tree vectype_in, in supportable_convert_operation() argument
272 m1 = TYPE_MODE (vectype_out); in supportable_convert_operation()
277 && can_fix_p (m1,m2,TYPE_UNSIGNED (vectype_out), &truncp) in supportable_convert_operation()
289 && targetm.vectorize.builtin_conversion (code, vectype_out, vectype_in)) in supportable_convert_operation()
292 *decl = targetm.vectorize.builtin_conversion (code, vectype_out, in supportable_convert_operation()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Doptabs-tree.c266 tree vectype_out, tree vectype_in, in supportable_convert_operation() argument
272 m1 = TYPE_MODE (vectype_out); in supportable_convert_operation()
277 && can_fix_p (m1,m2,TYPE_UNSIGNED (vectype_out), &truncp) in supportable_convert_operation()
289 && targetm.vectorize.builtin_conversion (code, vectype_out, vectype_in)) in supportable_convert_operation()
292 *decl = targetm.vectorize.builtin_conversion (code, vectype_out, in supportable_convert_operation()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Doptabs-tree.c266 tree vectype_out, tree vectype_in, in supportable_convert_operation() argument
272 m1 = TYPE_MODE (vectype_out); in supportable_convert_operation()
277 && can_fix_p (m1,m2,TYPE_UNSIGNED (vectype_out), &truncp) in supportable_convert_operation()
289 && targetm.vectorize.builtin_conversion (code, vectype_out, vectype_in)) in supportable_convert_operation()
292 *decl = targetm.vectorize.builtin_conversion (code, vectype_out, in supportable_convert_operation()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Doptabs-tree.c282 tree vectype_out, tree vectype_in, in supportable_convert_operation() argument
288 m1 = TYPE_MODE (vectype_out); in supportable_convert_operation()
293 && can_fix_p (m1,m2,TYPE_UNSIGNED (vectype_out), &truncp) in supportable_convert_operation()
305 && targetm.vectorize.builtin_conversion (code, vectype_out, vectype_in)) in supportable_convert_operation()
308 *decl = targetm.vectorize.builtin_conversion (code, vectype_out, in supportable_convert_operation()
H A Dtree-vect-stmts.c3189 tree vectype_out, vectype_in; in vectorizable_call() local
3355 (cfn, vectype_out, vectype_in); in vectorizable_call()
3494 vectype_out, i); in vectorizable_call()
3544 vectype_out, j); in vectorizable_call()
4704 tree vectype_out, vectype_in; in vectorizable_conversion() local
4911 vectype_out, cvt_type, in vectorizable_conversion()
5016 ? cvt_type : vectype_out); in vectorizable_conversion()
5514 tree vectype_out; in vectorizable_shift() local
5894 tree vectype_out; in vectorizable_operation() local
5983 vectype = vectype_out; in vectorizable_operation()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Doptabs-tree.c282 tree vectype_out, tree vectype_in, in supportable_convert_operation() argument
288 m1 = TYPE_MODE (vectype_out); in supportable_convert_operation()
293 && can_fix_p (m1,m2,TYPE_UNSIGNED (vectype_out), &truncp) in supportable_convert_operation()
305 && targetm.vectorize.builtin_conversion (code, vectype_out, vectype_in)) in supportable_convert_operation()
308 *decl = targetm.vectorize.builtin_conversion (code, vectype_out, in supportable_convert_operation()
H A Dtree-vect-stmts.c3180 tree vectype_out, vectype_in; in vectorizable_call() local
3346 (cfn, vectype_out, vectype_in); in vectorizable_call()
3485 vectype_out, i); in vectorizable_call()
3535 vectype_out, j); in vectorizable_call()
4686 tree vectype_out, vectype_in; in vectorizable_conversion() local
4893 vectype_out, cvt_type, in vectorizable_conversion()
4998 ? cvt_type : vectype_out); in vectorizable_conversion()
5496 tree vectype_out; in vectorizable_shift() local
5876 tree vectype_out; in vectorizable_operation() local
5965 vectype = vectype_out; in vectorizable_operation()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Doptabs-tree.c282 tree vectype_out, tree vectype_in, in supportable_convert_operation() argument
288 m1 = TYPE_MODE (vectype_out); in supportable_convert_operation()
293 && can_fix_p (m1,m2,TYPE_UNSIGNED (vectype_out), &truncp) in supportable_convert_operation()
305 && targetm.vectorize.builtin_conversion (code, vectype_out, vectype_in)) in supportable_convert_operation()
308 *decl = targetm.vectorize.builtin_conversion (code, vectype_out, in supportable_convert_operation()
H A Dtree-vect-stmts.c3189 tree vectype_out, vectype_in; in vectorizable_call() local
3355 (cfn, vectype_out, vectype_in); in vectorizable_call()
3494 vectype_out, i); in vectorizable_call()
3544 vectype_out, j); in vectorizable_call()
4704 tree vectype_out, vectype_in; in vectorizable_conversion() local
4911 vectype_out, cvt_type, in vectorizable_conversion()
5016 ? cvt_type : vectype_out); in vectorizable_conversion()
5514 tree vectype_out; in vectorizable_shift() local
5894 tree vectype_out; in vectorizable_operation() local
5983 vectype = vectype_out; in vectorizable_operation()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Doptabs-tree.c281 tree vectype_out, tree vectype_in, in supportable_convert_operation() argument
287 gcc_assert (VECTOR_TYPE_P (vectype_out) && VECTOR_TYPE_P (vectype_in)); in supportable_convert_operation()
289 m1 = TYPE_MODE (vectype_out); in supportable_convert_operation()
297 && can_fix_p (m1,m2,TYPE_UNSIGNED (vectype_out), &truncp) in supportable_convert_operation()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Doptabs-tree.c281 tree vectype_out, tree vectype_in, in supportable_convert_operation() argument
287 gcc_assert (VECTOR_TYPE_P (vectype_out) && VECTOR_TYPE_P (vectype_in)); in supportable_convert_operation()
289 m1 = TYPE_MODE (vectype_out); in supportable_convert_operation()
297 && can_fix_p (m1,m2,TYPE_UNSIGNED (vectype_out), &truncp) in supportable_convert_operation()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Doptabs-tree.c281 tree vectype_out, tree vectype_in, in supportable_convert_operation() argument
287 gcc_assert (VECTOR_TYPE_P (vectype_out) && VECTOR_TYPE_P (vectype_in)); in supportable_convert_operation()
289 m1 = TYPE_MODE (vectype_out); in supportable_convert_operation()
297 && can_fix_p (m1,m2,TYPE_UNSIGNED (vectype_out), &truncp) in supportable_convert_operation()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-vect-stmts.c1713 tree vectype_out, vectype_in; in vectorizable_call() local
2303 tree vectype_out, vectype_in; in vectorizable_conversion() local
2598 ? cvt_type : vectype_out); in vectorizable_conversion()
2615 ? vectype_out : cvt_type); in vectorizable_conversion()
3083 tree vectype_out; in vectorizable_shift() local
3448 tree vectype_out; in vectorizable_operation() local
6400 tree vectype_out, tree vectype_in, in supportable_widening_operation() argument
6412 tree wide_vectype = vectype_out; in supportable_widening_operation()
6622 tree vectype_out, tree vectype_in, in supportable_narrowing_operation() argument
6630 tree narrow_vectype = vectype_out; in supportable_narrowing_operation()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-vect-stmts.c1713 tree vectype_out, vectype_in; in vectorizable_call() local
2303 tree vectype_out, vectype_in; in vectorizable_conversion() local
2598 ? cvt_type : vectype_out); in vectorizable_conversion()
2615 ? vectype_out : cvt_type); in vectorizable_conversion()
3083 tree vectype_out; in vectorizable_shift() local
3448 tree vectype_out; in vectorizable_operation() local
6354 tree vectype_out, tree vectype_in, in supportable_widening_operation() argument
6366 tree wide_vectype = vectype_out; in supportable_widening_operation()
6562 tree vectype_out, tree vectype_in, in supportable_narrowing_operation() argument
6570 tree narrow_vectype = vectype_out; in supportable_narrowing_operation()
[all …]

123456