| /netbsd-src/external/cddl/dtracetoolkit/dist/Bin/ |
| H A D | statsnoop | 79 opt_name=0; opt_pid=0; opt_type=0; opt_trace=0; pname=.; pid=0; trace=. 91 l) opt_type=1 ;; 128 opt_zone=0; opt_cwd=0; opt_time=0; opt_timestr=0; opt_type=0 151 inline int OPT_type = '$opt_type';
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/ |
| H A D | statsnoop | 79 opt_name=0; opt_pid=0; opt_type=0; opt_trace=0; pname=.; pid=0; trace=. 91 l) opt_type=1 ;; 128 opt_zone=0; opt_cwd=0; opt_time=0; opt_timestr=0; opt_type=0 151 inline int OPT_type = '$opt_type';
|
| /netbsd-src/usr.bin/config/ |
| H A D | lint.c | 58 static struct opt_type { struct 71 const struct opt_type *ot = v; in do_emit_option() argument 103 const struct opt_type *ot = v; in do_emit_fs() 59 ot_typeopt_type global() argument
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | internal-fn.h | 199 optimization_type opt_type) in direct_internal_fn_supported_p() argument 202 opt_type); in direct_internal_fn_supported_p()
|
| H A D | optabs-query.c | 45 machine_mode from_mode, optimization_type opt_type) in convert_optab_handler() argument 49 || !targetm.optab_supported_p (optab, to_mode, from_mode, opt_type)) in convert_optab_handler() 60 optimization_type opt_type) in direct_optab_handler() argument 64 || !targetm.optab_supported_p (optab, mode, mode, opt_type)) in direct_optab_handler()
|
| H A D | internal-fn.c | 3087 optimization_type opt_type) in direct_optab_supported_p() argument 3091 return direct_optab_handler (optab, mode, opt_type) != CODE_FOR_nothing; in direct_optab_supported_p() 3100 optimization_type opt_type) in convert_optab_supported_p() argument 3103 TYPE_MODE (types.second), opt_type) in convert_optab_supported_p() 3112 optimization_type opt_type) in multi_vector_optab_supported_p() argument 3117 return (convert_optab_handler (optab, imode, vmode, opt_type) in multi_vector_optab_supported_p() 3191 optimization_type opt_type) in direct_internal_fn_supported_p() argument 3200 opt_type); in direct_internal_fn_supported_p() 3209 opt_type); \ in direct_internal_fn_supported_p() 3225 optimization_type opt_type) in direct_internal_fn_supported_p() argument [all …]
|
| H A D | tree-ssa-math-opts.c | 3080 optimization_type opt_type = bb_optimization_type (gimple_bb (mul_stmt)); variable 3081 if (!direct_internal_fn_supported_p (IFN_FMA, type, opt_type)) 3182 if (!direct_internal_fn_supported_p (IFN_COND_FMA, type, opt_type)) in FOR_EACH_IMM_USE_FAST() 3194 && !direct_internal_fn_supported_p (IFN_FMS, type, opt_type) in FOR_EACH_IMM_USE_FAST() 3195 && direct_internal_fn_supported_p (IFN_FNMA, type, opt_type) in FOR_EACH_IMM_USE_FAST()
|
| H A D | builtins.c | 2249 optimization_type opt_type = bb_optimization_type (gimple_bb (call)); in replacement_internal_fn() local 2250 if (direct_internal_fn_supported_p (ifn, types, opt_type)) in replacement_internal_fn()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | internal-fn.h | 203 optimization_type opt_type) in direct_internal_fn_supported_p() argument 206 opt_type); in direct_internal_fn_supported_p()
|
| H A D | optabs-query.cc | 45 machine_mode from_mode, optimization_type opt_type) in convert_optab_handler() argument 49 || !targetm.optab_supported_p (optab, to_mode, from_mode, opt_type)) in convert_optab_handler() 60 optimization_type opt_type) in direct_optab_handler() argument 64 || !targetm.optab_supported_p (optab, mode, mode, opt_type)) in direct_optab_handler()
|
| H A D | internal-fn.cc | 3750 optimization_type opt_type) in direct_optab_supported_p() argument 3754 return direct_optab_handler (optab, mode, opt_type) != CODE_FOR_nothing; in direct_optab_supported_p() 3763 optimization_type opt_type) in convert_optab_supported_p() argument 3766 TYPE_MODE (types.second), opt_type) in convert_optab_supported_p() 3775 optimization_type opt_type) in multi_vector_optab_supported_p() argument 3780 return (convert_optab_handler (optab, imode, vmode, opt_type) in multi_vector_optab_supported_p() 3859 optimization_type opt_type) in direct_internal_fn_supported_p() argument 3868 opt_type); in direct_internal_fn_supported_p() 3877 opt_type); \ in direct_internal_fn_supported_p() 3893 optimization_type opt_type) in direct_internal_fn_supported_p() argument [all …]
|
| H A D | tree-ssa-math-opts.cc | 3269 optimization_type opt_type = bb_optimization_type (gimple_bb (mul_stmt)); in convert_mult_to_fma() local 3270 if (!direct_internal_fn_supported_p (IFN_FMA, type, opt_type)) in convert_mult_to_fma() 3371 if (!direct_internal_fn_supported_p (IFN_COND_FMA, type, opt_type)) in convert_mult_to_fma() 3383 && !direct_internal_fn_supported_p (IFN_FMS, type, opt_type) in convert_mult_to_fma() 3384 && direct_internal_fn_supported_p (IFN_FNMA, type, opt_type) in convert_mult_to_fma()
|
| H A D | builtins.cc | 2233 optimization_type opt_type = bb_optimization_type (gimple_bb (call)); in replacement_internal_fn() local 2234 if (direct_internal_fn_supported_p (ifn, types, opt_type)) in replacement_internal_fn()
|
| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | am_ops.c | 396 } else if (fo->opt_type == 0) { in ops_match() 403 rop = ops_search(fo->opt_type); in ops_match() 405 plog(XLOG_USER, "fs type \"%s\" not recognized", fo->opt_type); in ops_match()
|
| H A D | opts.c | 140 &fs_static.opt_type, 0, 0, FALSE }, 1406 _AM_OPT_COPY(opt_type); in copy_opts()
|
| H A D | amd.h | 389 char *opt_type; member
|
| /netbsd-src/external/bsd/nsd/dist/ |
| H A D | edns.c | 132 uint16_t opt_type; in edns_parse_record() local 144 opt_type = buffer_read_u16(packet); in edns_parse_record() 145 if (opt_owner != 0 || opt_type != TYPE_OPT) { in edns_parse_record()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | if_txpreg.h | 380 opt_type:4; member
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | Makefile.am | 601 opt_type.h \
|
| H A D | Makefile.in | 1529 opt_type.h \
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | i386.c | 22534 optimization_type opt_type) in ix86_optab_supported_p() argument 22548 return opt_type == OPTIMIZE_FOR_SPEED; in ix86_optab_supported_p() 22555 return opt_type == OPTIMIZE_FOR_SPEED; in ix86_optab_supported_p() 22566 return opt_type == OPTIMIZE_FOR_SPEED; in ix86_optab_supported_p() 22569 return opt_type == OPTIMIZE_FOR_SPEED && use_rsqrt_p (); in ix86_optab_supported_p()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386.cc | 23897 optimization_type opt_type) in ix86_optab_supported_p() argument 23911 return opt_type == OPTIMIZE_FOR_SPEED; in ix86_optab_supported_p() 23919 return opt_type == OPTIMIZE_FOR_SPEED; in ix86_optab_supported_p() 23931 return opt_type == OPTIMIZE_FOR_SPEED; in ix86_optab_supported_p() 23934 return opt_type == OPTIMIZE_FOR_SPEED && use_rsqrt_p (mode1); in ix86_optab_supported_p()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64.c | 22952 optimization_type opt_type) in aarch64_optab_supported_p() argument 22957 return opt_type == OPTIMIZE_FOR_SPEED && use_rsqrt_p (mode1); in aarch64_optab_supported_p()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64.cc | 26571 optimization_type opt_type) in aarch64_optab_supported_p() argument 26576 return opt_type == OPTIMIZE_FOR_SPEED && use_rsqrt_p (mode1); in aarch64_optab_supported_p()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000.cc | 28010 optimization_type opt_type) in rs6000_optab_supported_p() argument 28015 return (opt_type == OPTIMIZE_FOR_SPEED in rs6000_optab_supported_p()
|