Home
last modified time | relevance | path

Searched refs:mutate_p (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/gcc/
HDhaifa-sched.c3707 create_check_block_twin (rtx insn, bool mutate_p) in create_check_block_twin() argument
3714 && (!mutate_p in create_check_block_twin()
3719 if (mutate_p || targetm.sched.needs_block_p (insn)) in create_check_block_twin()
3731 check = targetm.sched.gen_check (insn, label, mutate_p); in create_check_block_twin()
3874 gcc_assert (!mutate_p); in create_check_block_twin()
3889 || mutate_p) in create_check_block_twin()
3906 if (!mutate_p) in create_check_block_twin()
3930 if (!mutate_p) in create_check_block_twin()
3955 if (!mutate_p) in create_check_block_twin()
/trueos/contrib/gcc/config/ia64/
HDia64.c6993 ia64_gen_check (rtx insn, rtx label, bool mutate_p) in ia64_gen_check() argument
7110 gcc_assert (mutate_p || ia64_needs_block_p (insn)); in ia64_gen_check()
7115 gcc_assert (!mutate_p && !ia64_needs_block_p (insn)); in ia64_gen_check()
7119 if (mutate_p) in ia64_gen_check()
/trueos/contrib/gcc/doc/
HDtm.texi6082 …pefn {Target Hook} rtx TARGET_SCHED_GEN_CHECK (rtx @var{insn}, rtx @var{label}, int @var{mutate_p})
6084 check instruction. If @var{mutate_p} is zero, then @var{insn} is a
6088 recovery code (a simple check). If @var{mutate_p} is nonzero, then