Home
last modified time | relevance | path

Searched refs:inv_builder (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c5095 rtx_vector_builder inv_builder (VNx16BImode, builder.npatterns (), in aarch64_expand_sve_const_pred_eor()
5099 inv_builder.quick_push (const1_rtx); in aarch64_expand_sve_const_pred_eor()
5101 inv_builder.quick_push (const0_rtx); in aarch64_expand_sve_const_pred_eor()
5102 inv_builder.finalize (); in aarch64_expand_sve_const_pred_eor()
5105 rtx inv = aarch64_expand_sve_const_pred_1 (NULL_RTX, inv_builder, false); in aarch64_expand_sve_const_pred_eor()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc6382 rtx_vector_builder inv_builder (VNx16BImode, builder.npatterns (), in aarch64_expand_sve_const_pred_eor() local
6386 inv_builder.quick_push (const1_rtx); in aarch64_expand_sve_const_pred_eor()
6388 inv_builder.quick_push (const0_rtx); in aarch64_expand_sve_const_pred_eor()
6389 inv_builder.finalize (); in aarch64_expand_sve_const_pred_eor()
6392 rtx inv = aarch64_expand_sve_const_pred_1 (NULL_RTX, inv_builder, false); in aarch64_expand_sve_const_pred_eor()