Searched refs:ctrl_type (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-loop-manip.cc | 433 tree ctrl_type = rgc->type; in vect_set_loop_controls_directly() local 435 poly_uint64 nitems_per_ctrl = TYPE_VECTOR_SUBPARTS (ctrl_type) * rgc->factor; in vect_set_loop_controls_directly() 613 init_ctrl = vect_gen_while (preheader_seq, ctrl_type, in vect_set_loop_controls_directly() 632 tree unskipped_mask = vect_gen_while_not (preheader_seq, ctrl_type, in vect_set_loop_controls_directly() 635 init_ctrl = gimple_build (preheader_seq, BIT_AND_EXPR, ctrl_type, in vect_set_loop_controls_directly() 645 init_ctrl = build_minus_one_cst (ctrl_type); in vect_set_loop_controls_directly() 654 next_ctrl = vect_gen_while (&stmts, ctrl_type, test_index, in vect_set_loop_controls_directly()
|
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
H A D | sysctl.h | 315 uint32_t ctrl_type; member
|