| /src/external/bsd/elftoolchain/common/ |
| Makefile | 15 .PHONY: all clean clobber depend obj 19 clean clobber:
|
| /src/external/bsd/elftoolchain/dist/common/sys/ |
| Makefile | 11 .PHONY: all clean clobber depend obj 20 clean clobber:
|
| /src/external/bsd/elftoolchain/dist/common/ |
| Makefile | 10 .PHONY: all clean clobber depend obj
|
| /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/external/bsd/elftoolchain/common/sys/ |
| Makefile | 18 .PHONY: all clean clobber depend 22 clean clobber:
|
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| move.s | 9 .macro move reg0:req, reg1:req, clobber:req 12 imm32 \clobber, 0x12345678 14 CC = \reg0 == \clobber;
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| move.s | 9 .macro move reg0:req, reg1:req, clobber:req 12 imm32 \clobber, 0x12345678 14 CC = \reg0 == \clobber;
|
| /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/sys/lib/libkern/arch/sh3/ |
| sdivsi3_i4i.S | 48 * ordinary function call - it can clobber only R1, MACL and MACH. 63 * conform to the __sdivsi3_i4i clobber spec. 80 !! this version cannot clobber r2 and r3, but can clobber macl/mach
|
| udivsi3_i4i.S | 48 * ordinary function call - it can clobber only R1, MACL and MACH. 63 * conform to the __udivsi3_i4i clobber spec. 77 mov r4, r1 ! cannot clobber r4 in this version
|
| /src/tools/elftoolchain/common/sys/ |
| Makefile | 18 .PHONY: all clean clobber depend 37 clean clobber:
|
| /src/usr.bin/make/unit-tests/ |
| unexport-env.mk | 10 # now clobber the environment to just PATH and UT_TEST
|
| /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);
|
| /src/tools/elftoolchain/common/ |
| Makefile | 28 all depend clean clobber:
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| environ.c | 86 int setenv(const char *name, const char *value, int clobber) 97 if (envp != 0 && clobber == 0)
|
| sys_compat.c | 17 /* int setenv(name, value, clobber) 20 /* int clobber; 117 int setenv(const char *name, const char *value, int clobber) 121 if (clobber == 0 && getenv(name) != 0)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| 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...] |
| 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);
|
| /src/external/bsd/zstd/dist/tests/gzip/ |
| Makefile | 18 all: test-null-suffix-clobber test-stdin test-trailing-nul test-unpack-invalid
|
| /src/games/hack/ |
| Makefile | 45 afterinstall: clobber 48 clobber:
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| genfusion.pl | 93 # For clobber, we need a SI/DI reg in case we 120 if ($result eq "clobber") { 122 (clobber (match_scratch:${clobbermode} 0 "=r"))] 145 } elsif ($result eq "clobber") { 174 foreach my $result ("clobber", $lmode, "EXT$lmode") { 309 (clobber (match_scratch:${mode} 4 "=X,X,X,&${constraint}"))] 356 (clobber (match_scratch:${mode} 4 "=X,X,X,&${constraint}"))]
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| genfusion.pl | 93 # For clobber, we need a SI/DI reg in case we 120 if ($result eq "clobber") { 122 (clobber (match_scratch:${clobbermode} 0 "=r"))] 145 } elsif ($result eq "clobber") { 174 foreach my $result ("clobber", $lmode, "EXT$lmode") { 309 (clobber (match_scratch:${mode} 4 "=X,X,X,&${constraint}"))] 356 (clobber (match_scratch:${mode} 4 "=X,X,X,&${constraint}"))]
|