Searched defs:mask_arg (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-offload.c | 1133 tree mask_arg = build_int_cst (unsigned_type_node, loop->mask); in oacc_loop_process() local
|
H A D | tree-vect-patterns.c | 4265 tree mask_arg = gimple_call_arg (last_stmt, mask_argno); in vect_recog_mask_conversion_pattern() local
|
H A D | tree-vect-stmts.c | 2930 tree mask_arg = mask_op; in vect_build_gather_load_calls() local 7560 tree mask_arg = NULL_TREE, mask_op = NULL_TREE, perm_mask = NULL_TREE; in vectorizable_store() local
|
/netbsd-src/sys/arch/x86/x86/ |
H A D | intr.c | 1092 void * const mask_arg = (void *)(uintptr_t)mask; intr_mask_internal() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | omp-offload.cc | 1391 tree mask_arg = build_int_cst (unsigned_type_node, loop->mask); in oacc_loop_process() local
|
H A D | tree-vect-patterns.cc | 4631 tree mask_arg = gimple_call_arg (last_stmt, mask_argno); in vect_recog_mask_conversion_pattern() local
|
H A D | tree-vect-stmts.cc | 2971 tree mask_arg = mask_op; in vect_build_gather_load_calls() local 7706 tree mask_arg = NULL_TREE, mask_op = NULL_TREE, perm_mask = NULL_TREE; in vectorizable_store() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-intrinsic.c | 5621 gfc_actual_arglist *array_arg, *value_arg, *dim_arg, *mask_arg, in gfc_conv_intrinsic_findloc() local 10891 gfc_actual_arglist *args, *dim_arg, *mask_arg; in gfc_inline_intrinsic_function_p() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-intrinsic.cc | 5765 gfc_actual_arglist *array_arg, *value_arg, *dim_arg, *mask_arg, in gfc_conv_intrinsic_findloc() local 11235 gfc_actual_arglist *args, *dim_arg, *mask_arg; in gfc_inline_intrinsic_function_p() local
|