Home
last modified time | relevance | path

Searched refs:aarch64_expand_sve_const_pred_1 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c5078 aarch64_expand_sve_const_pred_1 (rtx, rtx_vector_builder &, bool);
5105 rtx inv = aarch64_expand_sve_const_pred_1 (NULL_RTX, inv_builder, false); in aarch64_expand_sve_const_pred_eor()
5199 rtx a = aarch64_expand_sve_const_pred_1 (NULL_RTX, a_builder, false); in aarch64_expand_sve_const_pred_trn()
5207 b = aarch64_expand_sve_const_pred_1 (NULL_RTX, b_builder, false); in aarch64_expand_sve_const_pred_trn()
5233 aarch64_expand_sve_const_pred_1 (rtx target, rtx_vector_builder &builder, in aarch64_expand_sve_const_pred_1() function
5282 if (rtx res = aarch64_expand_sve_const_pred_1 (target, builder, true)) in aarch64_expand_sve_const_pred()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc6365 aarch64_expand_sve_const_pred_1 (rtx, rtx_vector_builder &, bool);
6392 rtx inv = aarch64_expand_sve_const_pred_1 (NULL_RTX, inv_builder, false); in aarch64_expand_sve_const_pred_eor()
6486 rtx a = aarch64_expand_sve_const_pred_1 (NULL_RTX, a_builder, false); in aarch64_expand_sve_const_pred_trn()
6494 b = aarch64_expand_sve_const_pred_1 (NULL_RTX, b_builder, false); in aarch64_expand_sve_const_pred_trn()
6520 aarch64_expand_sve_const_pred_1 (rtx target, rtx_vector_builder &builder, in aarch64_expand_sve_const_pred_1() function
6569 if (rtx res = aarch64_expand_sve_const_pred_1 (target, builder, true)) in aarch64_expand_sve_const_pred()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201918042 (aarch64_expand_sve_const_pred_1): Add a recurse_p parameter and
18283 (aarch64_expand_sve_const_pred_1): New function.