OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:init_ctrl
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/
optiide.c
108
u_int8_t
init_ctrl
;
local
146
init_ctrl
= pciide_pci_read(sc->sc_pc, sc->sc_tag,
159
(
init_ctrl
& OPTI_INIT_CONTROL_CH2_DISABLE) != 0) {
/src/external/gpl3/gcc/dist/gcc/
tree-vect-loop-manip.cc
265
/* Define one loop rgroup control CTRL from loop LOOP.
INIT_CTRL
is the value
270
vect_set_loop_control (class loop *loop, tree ctrl, tree
init_ctrl
,
274
add_phi_arg (phi,
init_ctrl
, loop_preheader_edge (loop), UNKNOWN_LOCATION);
719
tree
init_ctrl
= NULL_TREE;
local
742
init_ctrl
= vect_gen_while (preheader_seq, ctrl_type,
746
init_ctrl
= make_temp_ssa_name (compare_type, NULL, "max_len");
747
gimple_seq seq = vect_gen_len (
init_ctrl
, start,
763
if (
init_ctrl
)
764
init_ctrl
= gimple_build (preheader_seq, BIT_AND_EXPR, ctrl_type,
765
init_ctrl
, unskipped_mask)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc
259
/* Define one loop rgroup control CTRL from loop LOOP.
INIT_CTRL
is the value
264
vect_set_loop_control (class loop *loop, tree ctrl, tree
init_ctrl
,
268
add_phi_arg (phi,
init_ctrl
, loop_preheader_edge (loop), UNKNOWN_LOCATION);
590
tree
init_ctrl
= NULL_TREE;
local
613
init_ctrl
= vect_gen_while (preheader_seq, ctrl_type,
617
init_ctrl
= make_temp_ssa_name (compare_type, NULL, "max_len");
618
gimple_seq seq = vect_gen_len (
init_ctrl
, start,
634
if (
init_ctrl
)
635
init_ctrl
= gimple_build (preheader_seq, BIT_AND_EXPR, ctrl_type,
636
init_ctrl
, unskipped_mask)
[
all
...]
Completed in 18 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026