Home
last modified time | relevance | path

Searched refs:clobbers (Results 1 – 25 of 39) sorted by relevance

12

/dragonfly/contrib/gcc-4.7/gcc/
H A Dsched-deps.c3073 reg_last->clobbers in sched_analyze_insn()
3074 = alloc_INSN_LIST (insn, reg_last->clobbers); in sched_analyze_insn()
3134 reg_last->clobbers in sched_analyze_insn()
3135 = alloc_INSN_LIST (insn, reg_last->clobbers); in sched_analyze_insn()
3224 add_dependence_list (insn, reg_last->clobbers, 0, in sched_analyze_insn()
3473 t = concat_INSN_LIST (reg_last->clobbers, t); in deps_analyze_insn()
3806 if (reg_last->clobbers) in free_deps()
3807 free_INSN_LIST_list (&reg_last->clobbers); in free_deps()
3849 if (reg_last->clobbers) in remove_from_deps()
3850 remove_from_dependence_list (insn, &reg_last->clobbers); in remove_from_deps()
[all …]
H A Dstmt.c639 tree clobbers, tree labels, int vol, location_t locus) in expand_asm_operands() argument
681 clobbers = targetm.md_asm_clobbers (outputs, inputs, clobbers); in expand_asm_operands()
687 for (tail = clobbers; tail; tail = TREE_CHAIN (tail)) in expand_asm_operands()
1041 for (tail = clobbers; tail; tail = TREE_CHAIN (tail)) in expand_asm_operands()
H A Dtree-ssa-structalias.c3774 varinfo_t clobbers = get_call_clobber_vi (stmt); in handle_rhs_call() local
3780 make_copy_constraint (clobbers, tem->id); in handle_rhs_call()
7043 struct pt_solution uses, clobbers; in ipa_pta_execute() local
7064 &clobbers); in ipa_pta_execute()
7071 *gimple_call_clobber_set (e->call_stmt) = clobbers; in ipa_pta_execute()
7160 struct pt_solution *uses, *clobbers; in ipa_pta_execute() local
7163 clobbers = gimple_call_clobber_set (stmt); in ipa_pta_execute()
7176 clobbers->nonlocal = 1; in ipa_pta_execute()
7177 clobbers->ipa_escaped = 1; in ipa_pta_execute()
7187 if (!clobbers->anything) in ipa_pta_execute()
[all …]
H A Dsched-rgn.c2590 succ_rl->clobbers = concat_INSN_LIST (pred_rl->clobbers, in deps_join()
2591 succ_rl->clobbers); in deps_join()
H A Dsched-int.h427 rtx clobbers; member
H A Dgimple.c672 VEC(tree,gc)* outputs, VEC(tree,gc)* clobbers, in gimple_build_asm_vec() argument
681 VEC_length (tree, clobbers), in gimple_build_asm_vec()
690 for (i = 0; i < VEC_length (tree, clobbers); i++) in gimple_build_asm_vec()
691 gimple_asm_set_clobber_op (p, i, VEC_index (tree, clobbers, i)); in gimple_build_asm_vec()
H A Dgimplify.c5022 VEC(tree, gc) *clobbers; in gimplify_asm_expr()
5030 inputs = outputs = clobbers = labels = NULL; in gimplify_asm_expr()
5219 VEC_safe_push (tree, gc, clobbers, link); in gimplify_asm_expr()
5228 inputs, outputs, clobbers, labels); in gimplify_asm_expr()
H A Dc-parser.c5069 tree quals, str, outputs, inputs, clobbers, labels, ret; in c_parser_asm_statement() local
5116 clobbers = NULL_TREE; in c_parser_asm_statement()
5150 clobbers = c_parser_asm_clobbers (parser); in c_parser_asm_statement()
5174 clobbers, labels, simple)); in c_parser_asm_statement()
H A Dsel-sched-ir.c3185 || reg_last->clobbers != NULL) in has_dependence_note_reg_set()
3228 if (reg_last->clobbers) in has_dependence_note_reg_use()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsched-deps.c3189 reg_last->clobbers in sched_analyze_insn()
3190 = alloc_INSN_LIST (insn, reg_last->clobbers); in sched_analyze_insn()
3231 &reg_last->clobbers, 0, in sched_analyze_insn()
3256 reg_last->clobbers in sched_analyze_insn()
3257 = alloc_INSN_LIST (insn, reg_last->clobbers); in sched_analyze_insn()
3348 add_dependence_list (insn, reg_last->clobbers, 0, in sched_analyze_insn()
3996 if (reg_last->clobbers) in free_deps()
3997 free_INSN_LIST_list (&reg_last->clobbers); in free_deps()
4045 if (reg_last->clobbers) in remove_from_deps()
4046 remove_from_dependence_list (insn, &reg_last->clobbers); in remove_from_deps()
[all …]
H A Dearly-remat.c385 bitmap clobbers; member
1406 if (bitmap clobbers = m_candidates[use_index].clobbers) in compute_clobbers() local
1407 bitmap_ior_into (get_bitmap (&cand->clobbers), clobbers); in compute_clobbers()
1415 bitmap_set_bit (get_bitmap (&cand->clobbers), def_regno); in compute_clobbers()
2300 if (cand->clobbers in need_to_move_candidate_p()
2301 && bitmap_intersect_p (cand->clobbers, DF_LR_IN (bb))) in need_to_move_candidate_p()
H A Dgimple.c628 vec<tree, va_gc> *outputs, vec<tree, va_gc> *clobbers, in gimple_build_asm_vec() argument
637 vec_safe_length (clobbers), in gimple_build_asm_vec()
646 for (i = 0; i < vec_safe_length (clobbers); i++) in gimple_build_asm_vec()
647 gimple_asm_set_clobber_op (p, i, (*clobbers)[i]); in gimple_build_asm_vec()
H A Dtree-ssa-structalias.c3966 varinfo_t clobbers = get_call_clobber_vi (stmt); in handle_rhs_call() local
3974 make_copy_constraint (clobbers, tem->id); in handle_rhs_call()
8158 struct pt_solution *uses, *clobbers; in ipa_pta_execute() local
8161 clobbers = gimple_call_clobber_set (stmt); in ipa_pta_execute()
8163 memset (clobbers, 0, sizeof (struct pt_solution)); in ipa_pta_execute()
8174 clobbers->nonlocal = 1; in ipa_pta_execute()
8175 clobbers->ipa_escaped = 1; in ipa_pta_execute()
8186 if (!clobbers->anything) in ipa_pta_execute()
8191 pt_solution_ior_into (clobbers, &sol); in ipa_pta_execute()
H A Dsched-rgn.c2619 succ_rl->clobbers = concat_INSN_LIST (pred_rl->clobbers, in deps_join()
2620 succ_rl->clobbers); in deps_join()
H A Dsched-int.h451 rtx_insn_list *clobbers; member
H A Dsel-sched-ir.c3217 || reg_last->clobbers != NULL) in has_dependence_note_reg_set()
3260 if (reg_last->clobbers || reg_last->implicit_sets) in has_dependence_note_reg_use()
H A Dgimplify.c6110 vec<tree, va_gc> *clobbers; in gimplify_asm_expr() local
6120 clobbers = NULL; in gimplify_asm_expr()
6368 vec_safe_push (clobbers, link); in gimplify_asm_expr()
6383 inputs, outputs, clobbers, labels); in gimplify_asm_expr()
H A Dtarget.def4143 and clobbers the port wishes for pre-processing the asm. */
4146 "This target hook may add @dfn{clobbers} to @var{clobbers} and\n\
4156 vec<rtx>& clobbers, HARD_REG_SET& clobbered_regs),
4285 instruction that clobbers these this function should return a string indicating\n\
5455 @c the port maintainer could name a mov<mode> pattern that has clobbers -\n\
6344 /* Targets should define this target hook to mark that non-callee clobbers are
6350 clobbers or sets all non-fixed registers modified by performing the call.\n\
6354 in the call pattern, or included as clobbers in CALL_INSN_FUNCTION_USAGE.\n\
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dparser.c15202 tree clobbers = NULL_TREE; in cp_parser_asm_definition() local
15319 clobbers = cp_parser_asm_clobber_list (parser); in cp_parser_asm_definition()
15356 inputs, clobbers, labels); in cp_parser_asm_definition()
19975 tree clobbers = NULL_TREE; in cp_parser_asm_clobber_list() local
19984 clobbers = tree_cons (NULL_TREE, string_literal, clobbers); in cp_parser_asm_clobber_list()
19993 return clobbers; in cp_parser_asm_clobber_list()
H A Dsemantics.c1315 tree input_operands, tree clobbers, tree labels) in finish_asm_stmt() argument
1421 clobbers, labels); in finish_asm_stmt()
/dragonfly/gnu/usr.bin/cvs/lib/
H A Dconfig.h.proto1031 /* Define if tzset clobbers localtime's static buffer. */
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dparser.c19106 tree clobbers = NULL_TREE; in cp_parser_asm_definition() local
19285 clobbers = cp_parser_asm_clobber_list (parser); in cp_parser_asm_definition()
19321 inputs, clobbers, labels, inline_p); in cp_parser_asm_definition()
24898 tree clobbers = NULL_TREE; in cp_parser_asm_clobber_list() local
24907 clobbers = tree_cons (NULL_TREE, string_literal, clobbers); in cp_parser_asm_clobber_list()
24916 return clobbers; in cp_parser_asm_clobber_list()
H A Dsemantics.c1471 tree input_operands, tree clobbers, tree labels, bool inline_p) in finish_asm_stmt() argument
1623 clobbers, labels); in finish_asm_stmt()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-parser.c6297 tree str, outputs, inputs, clobbers, labels, ret; in c_parser_asm_statement() local
6380 clobbers = NULL_TREE; in c_parser_asm_statement()
6415 clobbers = c_parser_asm_clobbers (parser); in c_parser_asm_statement()
6440 clobbers, labels, simple, is_inline)); in c_parser_asm_statement()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dgeneric.texi1810 and clobbers for the statement, represented as @code{STRING_CST} nodes.
1817 this statement has no clobbers. As this example indicates, ``plain''
1819 statements; they have no cv-qualifiers, outputs, inputs, or clobbers.

12