HomeSort by: relevance | last modified time | path
    Searched defs:clobber (Results 1 - 25 of 64) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc/dist/libgcc/config/epiphany/ieee-754/
gtesf2.S 29 clobber: TMP0 label
  /src/external/gpl3/gcc.old/dist/libgcc/config/epiphany/ieee-754/
gtesf2.S 29 clobber: TMP0 label
  /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
access-utils.h 147 // a set, return that set. If ACCESS records a clobber, return null.
189 // If CLOBBER is in a group, return the first clobber in the group,
190 // otherwise return CLOBBER itself.
192 first_clobber_in_group (clobber_info *clobber)
194 if (clobber->is_in_group ())
195 return clobber->group ()->first_clobber ();
196 return clobber;
199 // If CLOBBER is in a group, return the last clobber in the group
374 auto *clobber = dyn_cast<clobber_info *> (def); local
431 auto *clobber = dyn_cast<clobber_info *> (def); local
    [all...]
accesses.cc 34 // This clobber belongs to a clobber_group but m_group appears to be
41 // Splay this clobber to the root of the tree while searching for a node
43 // so the search always breaks early and does not install this clobber
54 // If the previous splay operation did anything, this clobber is now an
59 // this clobber instead. In that case we change at most two clobbers:
60 // this clobber and possibly its parent.
65 // This walk always includes this clobber.
285 pp_string (pp, "clobber ");
422 auto print_clobber = [](pretty_printer *pp, const def_info *clobber)
424 pp_access (pp, clobber);
876 auto *clobber = dyn_cast<clobber_info *> (def); local
971 auto *clobber = dyn_cast<clobber_info *> (def); local
1293 auto *clobber = allocate_temp<clobber_info> (insn, regno); local
    [all...]
  /src/usr.bin/mail/
cmd2.c 436 * Clobber the stack.
452 * Clobber as many bytes of stack as the user requests.
455 clobber(void *v) function
  /src/external/gpl3/gcc/dist/gcc/
gimple-harden-conditionals.cc 208 gassign *clobber = gimple_build_assign (asmoutput, local
211 gimple_set_location (clobber, loc);
212 gsi_insert_before (gsip, clobber, GSI_SAME_STMT);
genemit.cc 44 /* Records one insn that uses the clobber list. */
165 case CLOBBER:
348 if (GET_CODE (XVECEXP (insn, 1, i)) != CLOBBER)
658 struct clobber_pat *clobber;
667 for (clobber = clobber_list; clobber; clobber = clobber->next)
669 for (ent = clobber->insns; ent; ent = ent->next)
672 for (i = clobber->first_clobber; i < XVECLEN (clobber->pattern, 1); i++
653 struct clobber_pat *clobber; local
692 struct clobber_pat *clobber; local
    [all...]
lra-constraints.cc 656 EARLY_CLOBBER_P is true for input reload of inout early clobber operand.
1103 NEW_OUT_REG living above. We add clobber clause for variable
1104 this. This is just a temporary clobber. We can remove
1106 rtx_insn *clobber = emit_clobber (new_out_reg);
1107 LRA_TEMP_CLOBBER_P (PATTERN (clobber)) = 1;
1146 so that it doesn't clobber the current value of "a".
2140 /* Numbers of operands which are early clobber registers. */
2386 clobber operand if the matching operand is
2421 when one is early clobber operand. */
3143 " %d Early clobber: reject++\n", nop)
    [all...]
reg-stack.cc 149 clobber for reg-stack.cc to know that fyl2xp1 pops both inputs.
522 if (GET_CODE (XVECEXP (body, 0, i)) == CLOBBER)
524 rtx clobber = XVECEXP (body, 0, i);
525 rtx reg = XEXP (clobber, 0);
562 "specified together with %qs clobber",
599 output, or if there is a CLOBBER for it. */
797 CLOBBER and USE expressions. */
1558 case CLOBBER:
1590 /* A top-level clobber with no REG_DEAD, and no hard-regnum
2257 if (GET_CODE (XVECEXP (body, 0, i)) == CLOBBER)
518 rtx clobber = XVECEXP (body, 0, i); local
    [all...]
gimple-harden-control-flow.cc 848 gimple *clobber = gimple_build_assign (visited, local
851 gimple_seq_add_stmt (&ckseq, clobber);
tree-ssa.cc 363 along a clobber for the original decl. Turn that into
2224 tree clobber = build_clobber (TREE_TYPE (var)); local
2225 gimple *g = gimple_build_assign (var, clobber);
ipa-strub.cc 2591 gassign *clobber = gimple_build_assign (swm,
2594 gimple_seq_add_stmt (&seq, clobber);
3601 gassign *clobber = gimple_build_assign (swm,
3604 gimple_seq_add_stmt (&seq, clobber);
2589 gassign *clobber = gimple_build_assign (swm, local
3599 gassign *clobber = gimple_build_assign (swm, local
omp-offload.cc 2596 tree clobber = build_clobber (rectype);
2597 exit_stmt = gimple_build_assign (build_simple_mem_ref (simtrec), clobber);
2595 tree clobber = build_clobber (rectype); local
  /src/external/gpl3/gcc/dist/gcc/rtl-ssa/
access-utils.h 196 // a set, return that set. If ACCESS records a clobber, return null.
238 // If CLOBBER is in a group, return the first clobber in the group,
239 // otherwise return CLOBBER itself.
241 first_clobber_in_group (clobber_info *clobber)
243 if (clobber->is_in_group ())
244 return clobber->group ()->first_clobber ();
245 return clobber;
248 // If CLOBBER is in a group, return the last clobber in the group
448 auto *clobber = dyn_cast<clobber_info *> (def); local
505 auto *clobber = dyn_cast<clobber_info *> (def); local
    [all...]
accesses.cc 34 // This clobber belongs to a clobber_group but m_group appears to be
41 // Splay this clobber to the root of the tree while searching for a node
43 // so the search always breaks early and does not install this clobber
54 // If the previous splay operation did anything, this clobber is now an
59 // this clobber instead. In that case we change at most two clobbers:
60 // this clobber and possibly its parent.
65 // This walk always includes this clobber.
285 pp_string (pp, "clobber ");
422 auto print_clobber = [](pretty_printer *pp, const def_info *clobber)
424 pp_access (pp, clobber);
876 auto *clobber = dyn_cast<clobber_info *> (def); local
971 auto *clobber = dyn_cast<clobber_info *> (def); local
1301 auto *clobber = allocate_temp<clobber_info> (insn, regno); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genemit.cc 44 /* Records one insn that uses the clobber list. */
164 case CLOBBER:
347 if (GET_CODE (XVECEXP (insn, 1, i)) != CLOBBER)
657 struct clobber_pat *clobber;
666 for (clobber = clobber_list; clobber; clobber = clobber->next)
668 for (ent = clobber->insns; ent; ent = ent->next)
671 for (i = clobber->first_clobber; i < XVECLEN (clobber->pattern, 1); i++
652 struct clobber_pat *clobber; local
691 struct clobber_pat *clobber; local
    [all...]
gimple-harden-conditionals.cc 199 gassign *clobber = gimple_build_assign (asmoutput, local
202 gimple_set_location (clobber, loc);
203 gsi_insert_before (gsip, clobber, GSI_SAME_STMT);
reg-stack.cc 149 clobber for reg-stack.cc to know that fyl2xp1 pops both inputs.
522 if (GET_CODE (XVECEXP (body, 0, i)) == CLOBBER)
524 rtx clobber = XVECEXP (body, 0, i);
525 rtx reg = XEXP (clobber, 0);
562 "specified together with %qs clobber",
599 output, or if there is a CLOBBER for it. */
797 CLOBBER and USE expressions. */
1553 case CLOBBER:
1585 /* A top-level clobber with no REG_DEAD, and no hard-regnum
2251 if (GET_CODE (XVECEXP (body, 0, i)) == CLOBBER)
518 rtx clobber = XVECEXP (body, 0, i); local
    [all...]
tree-ssa.cc 363 along a clobber for the original decl. Turn that into
2210 tree clobber = build_clobber (TREE_TYPE (var)); local
2211 gimple *g = gimple_build_assign (var, clobber);
omp-offload.cc 2566 tree clobber = build_clobber (rectype);
2567 exit_stmt = gimple_build_assign (build_simple_mem_ref (simtrec), clobber);
2565 tree clobber = build_clobber (rectype); local
  /src/external/gpl3/gcc.old/dist/gcc/d/
toir.cc 1366 /* Collect all clobber arguments. */
1371 StringExp *clobber = (*s->clobbers)[i]->toStringExp (); local
1372 const char *cstring = (const char *)(clobber->len
1373 ? clobber->string : "");
1375 tree val = build_string (clobber->len, cstring);
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins-base.cc 628 /* Replace the call with a clobber of the result (to prevent it from
633 same lhs as the original call, so return the clobber statement
635 gassign *clobber = gimple_build_assign (f.lhs, build_clobber (lhs_type)); variable
649 return clobber;
1655 /* Emit two statements: a clobber of the lhs, so that it isn't
1659 same lhs as the original call, so return the clobber statement
1661 gimple *clobber = gimple_build_assign (f.lhs, build_clobber (tuple_type)); variable
1675 return clobber;
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins-base.cc 606 /* Replace the call with a clobber of the result (to prevent it from
611 same lhs as the original call, so return the clobber statement
613 gassign *clobber = gimple_build_assign (f.lhs, build_clobber (lhs_type)); variable
627 return clobber;
1261 /* Emit two statements: a clobber of the lhs, so that it isn't
1265 same lhs as the original call, so return the clobber statement
1267 gimple *clobber = gimple_build_assign (f.lhs, build_clobber (tuple_type)); variable
1281 return clobber;
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc 2387 const char *clobber; local
2388 FOR_EACH_VEC_ELT (*clobbers, i, clobber)
2390 tree str = build_string (clobber);
jit-recording.cc 7652 string *clobber; local
7654 FOR_EACH_VEC_ELT (m_clobbers, i, clobber)
7657 clobber->get_debug_string ());

Completed in 84 milliseconds

1 2 3