Home
last modified time | relevance | path

Searched refs:BEGIN_SPEC (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dhaifa-sched.cc7648 else if (!(new_ts & BEGIN_SPEC) in try_ready()
7859 if (TODO_SPEC (insn) & BEGIN_SPEC) in generate_recovery_code()
7895 ds & BEGIN_SPEC) in process_insn_forw_deps_be_in_spec()
7907 new_ds = (ds & ~BEGIN_SPEC) | fs; in process_insn_forw_deps_be_in_spec()
7941 TODO_SPEC (insn) &= ~BEGIN_SPEC; in begin_speculative_block()
8000 gcc_assert ((DEP_STATUS (dep) & BEGIN_SPEC) == 0 in add_to_speculative_block()
8463 if (ds & BEGIN_SPEC) in create_check_block_twin()
8466 ds &= ~BEGIN_SPEC; in create_check_block_twin()
8483 if ((DEP_STATUS (dep) & BEGIN_SPEC) in create_check_block_twin()
8504 DONE_SPEC (insn) = ts & BEGIN_SPEC; in create_check_block_twin()
[all …]
Dsched-int.h1121 #define BEGIN_SPEC (BEGIN_DATA | BEGIN_CONTROL) macro
Dsched-deps.cc4607 if (ds & BEGIN_SPEC) in check_dep()
DChangeLog-200616598 BEGIN_CONTROL, BE_IN_CONTROL, BEGIN_SPEC, DATA_SPEC, CONTROL_SPEC,