/netbsd-src/distrib/sets/ |
H A D | culldeps | 29 SCRATCH="$(${MKTEMP} -d "/var/tmp/${prog}.XXXXXX")" 30 NEXTLEFTOVERS="${SCRATCH}/leftovers0" 31 LASTJOIN="${SCRATCH}/join0" 32 NEXTJOIN="${SCRATCH}/join1" 68 NEXTJOIN="${SCRATCH}/join1" 70 NEXTJOIN="${SCRATCH}/join0" 74 NEXTLEFTOVERS="${SCRATCH}/leftovers1" 76 NEXTLEFTOVERS="${SCRATCH}/leftovers0" 84 rm -r "${SCRATCH}"
|
H A D | syspkgdeps | 69 SCRATCH="$(${MKTEMP} -d "/var/tmp/${prog}.XXXXXX")" 76 PATH_MEMBERSHIP="${SCRATCH}/path-membership" 77 PATH_TO_PKGNAME="${SCRATCH}/pathpkg.db" 78 PARENT_PKGNAMES="${SCRATCH}/parent-pkgnames" 79 PARENT_PATHNAMES="${SCRATCH}/parent-pathnames" 112 ${SORT} -u > "${SCRATCH}/alldeps" 121 tsort_errors="$(${TSORT} < "${SCRATCH}/alldeps" 2>&1 >/dev/null)" 134 ${HOST_SH} "${rundir}/culldeps" < "${SCRATCH}/alldeps"
|
H A D | regpkg | 91 SCRATCH="$(${MKTEMP} -d "/var/tmp/${0##*/}.XXXXXX")" 92 if [ $? -ne 0 -o \! -d "${SCRATCH}" ]; then 119 rm -rf "${SCRATCH}" 210 PLIST="${SCRATCH}/PLIST" 220 >"${PLIST}" 2>"${SCRATCH}/makeplist-errors" 221 if ${EGREP} -v '^DEBUG:' "${SCRATCH}/makeplist-errors"; then 226 cat >&2 "${SCRATCH}/makeplist-errors" 699 dblist="${SCRATCH}/dblist" 751 specfile_overhead="${SCRATCH}/spec_overhead" 752 specfile_payload="${SCRATCH}/spec_payload" [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | rtl-tests.cc | 138 rtx x = rtx_alloc (SCRATCH); in test_dumping_rtx_reuse() 139 rtx y = rtx_alloc (SCRATCH); in test_dumping_rtx_reuse() 140 rtx z = rtx_alloc (SCRATCH); in test_dumping_rtx_reuse()
|
H A D | rtl.cc | 303 case SCRATCH: in copy_rtx() 395 case SCRATCH: in shallow_copy_rtx() 468 case SCRATCH: in rtx_equal_p_cb() 615 case SCRATCH: in rtx_equal_p()
|
H A D | rtlhash.cc | 69 case SCRATCH: in add_rtx()
|
H A D | ira-costs.cc | 431 if (GET_CODE (x) == SCRATCH) in copy_cost() 835 ADDRESS, SCRATCH)]; in record_reg_classes() 1201 || INDEX_REG_CLASS == base_reg_class (VOIDmode, as, PLUS, SCRATCH)) in record_address_regs() 1279 record_address_regs (mode, as, XEXP (x, 0), 0, code, SCRATCH, 2 * scale); in record_address_regs() 1327 record_address_regs (mode, as, XEXP (x, i), context, code, SCRATCH, in record_address_regs() 1472 0, MEM, SCRATCH, frequency * 2); in record_operand_costs() 1477 recog_data.operand[i], 0, ADDRESS, SCRATCH, in record_operand_costs() 1583 XEXP (SET_SRC (set), 0), 0, MEM, SCRATCH, in scan_one_insn()
|
H A D | alias.cc | 3018 if (GET_MODE (x) == BLKmode && GET_CODE (XEXP (x, 0)) == SCRATCH) in true_dependence_1() 3020 if (GET_MODE (mem) == BLKmode && GET_CODE (XEXP (mem, 0)) == SCRATCH) in true_dependence_1() 3131 if (GET_MODE (x) == BLKmode && GET_CODE (XEXP (x, 0)) == SCRATCH) in write_dependence_p() 3133 if (GET_MODE (mem) == BLKmode && GET_CODE (XEXP (mem, 0)) == SCRATCH) in write_dependence_p() 3254 if (GET_MODE (x) == BLKmode && GET_CODE (XEXP (x, 0)) == SCRATCH) in may_alias_p() 3256 if (GET_MODE (mem) == BLKmode && GET_CODE (XEXP (mem, 0)) == SCRATCH) in may_alias_p()
|
H A D | regrename.cc | 1321 enum rtx_code index_code = SCRATCH; in scan_rtx_address() 1428 MEM, SCRATCH); in scan_rtx_address() 1479 MEM, SCRATCH); in scan_rtx()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | rtl-tests.c | 138 rtx x = rtx_alloc (SCRATCH); in test_dumping_rtx_reuse() 139 rtx y = rtx_alloc (SCRATCH); in test_dumping_rtx_reuse() 140 rtx z = rtx_alloc (SCRATCH); in test_dumping_rtx_reuse()
|
H A D | rtl.c | 301 case SCRATCH: in copy_rtx() 394 case SCRATCH: in shallow_copy_rtx() 465 case SCRATCH: in rtx_equal_p_cb() 612 case SCRATCH: in rtx_equal_p()
|
H A D | reload.c | 1359 if (out != 0 && GET_CODE (out) != SCRATCH) in push_reload() 2524 case SCRATCH: in decompose() 3318 ADDRESS, SCRATCH); in find_reloads() 3417 && GET_CODE (operand) != SCRATCH in find_reloads() 3504 ADDRESS, SCRATCH); in find_reloads() 3580 if (GET_CODE (operand) != SCRATCH in find_reloads() 3617 && GET_CODE (operand) != SCRATCH in find_reloads() 3624 && GET_CODE (operand) != SCRATCH) in find_reloads() 4011 base_reg_class (VOIDmode, as, MEM, SCRATCH), in find_reloads() 4943 base_reg_class (mode, as, MEM, SCRATCH), in find_reloads_address() [all …]
|
H A D | rtlhash.c | 69 case SCRATCH: in add_rtx()
|
H A D | ira-costs.c | 430 if (GET_CODE (x) == SCRATCH) in copy_cost() 801 ADDRESS, SCRATCH)]; in record_reg_classes() 1141 || INDEX_REG_CLASS == base_reg_class (VOIDmode, as, PLUS, SCRATCH)) in record_address_regs() 1219 record_address_regs (mode, as, XEXP (x, 0), 0, code, SCRATCH, 2 * scale); in record_address_regs() 1267 record_address_regs (mode, as, XEXP (x, i), context, code, SCRATCH, in record_address_regs() 1409 0, MEM, SCRATCH, frequency * 2); in record_operand_costs() 1414 recog_data.operand[i], 0, ADDRESS, SCRATCH, in record_operand_costs() 1520 XEXP (SET_SRC (set), 0), 0, MEM, SCRATCH, in scan_one_insn()
|
H A D | alias.c | 2987 if (GET_MODE (x) == BLKmode && GET_CODE (XEXP (x, 0)) == SCRATCH) in true_dependence_1() 2989 if (GET_MODE (mem) == BLKmode && GET_CODE (XEXP (mem, 0)) == SCRATCH) in true_dependence_1() 3100 if (GET_MODE (x) == BLKmode && GET_CODE (XEXP (x, 0)) == SCRATCH) in write_dependence_p() 3102 if (GET_MODE (mem) == BLKmode && GET_CODE (XEXP (mem, 0)) == SCRATCH) in write_dependence_p() 3223 if (GET_MODE (x) == BLKmode && GET_CODE (XEXP (x, 0)) == SCRATCH) in may_alias_p() 3225 if (GET_MODE (mem) == BLKmode && GET_CODE (XEXP (mem, 0)) == SCRATCH) in may_alias_p()
|
H A D | rtlanal.c | 1091 case SCRATCH: in reg_mentioned_p() 1882 case SCRATCH: in reg_overlap_mentioned_p() 2630 case SCRATCH: in volatile_insn_p() 2691 case SCRATCH: in volatile_refs_p() 2751 case SCRATCH: in side_effects_p() 2838 case SCRATCH: in may_trap_p_1() 6213 || GET_CODE (*inner) == SCRATCH) in get_base_term() 6230 || GET_CODE (*inner) == SCRATCH) in get_index_term() 6548 return SCRATCH; in get_index_code()
|
H A D | regrename.c | 1301 enum rtx_code index_code = SCRATCH; in scan_rtx_address() 1408 MEM, SCRATCH); in scan_rtx_address() 1460 MEM, SCRATCH); in scan_rtx()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIMemoryLegalizer.cpp | 71 SCRATCH = 1u << 2, enumerator 76 FLAT = GLOBAL | LDS | SCRATCH, 79 ATOMIC = GLOBAL | LDS | SCRATCH | GDS, 82 ALL = GLOBAL | LDS | SCRATCH | GDS | OTHER, 141 if ((InstrAddrSpace & ~SIAtomicAddrSpace::SCRATCH) == in SIMemOpInfo() 145 ~(SIAtomicAddrSpace::SCRATCH | SIAtomicAddrSpace::LDS)) == in SIMemOpInfo() 149 ~(SIAtomicAddrSpace::SCRATCH | SIAtomicAddrSpace::LDS | in SIMemOpInfo() 608 return SIAtomicAddrSpace::SCRATCH; in toSIAtomicAddrSpace() 902 if ((AddrSpace & (SIAtomicAddrSpace::GLOBAL | SIAtomicAddrSpace::SCRATCH)) != in insertWait() 1245 if (((AddrSpace & (SIAtomicAddrSpace::GLOBAL | SIAtomicAddrSpace::SCRATCH | in insertWait() [all …]
|
/netbsd-src/sys/arch/amd64/amd64/ |
H A D | amd64_trap.S | 128 movq %rax,CPUVAR(SCRATCH) 157 movq CPUVAR(SCRATCH),%rsp
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
H A D | constraints.md | 25 ;; Bsc: SCRATCH - for the scratch register in movsi_ie in the 207 operand is not SCRATCH (i.e. REG) then R0 is probably being used,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/ |
H A D | constraints.md | 25 ;; Bsc: SCRATCH - for the scratch register in movsi_ie in the 207 operand is not SCRATCH (i.e. REG) then R0 is probably being used,
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | README.Amiga | 42 COMPILING FROM SCRATCH
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | pcrel-opt.md | 142 ;; address of the external symbol) is SCRATCH if the same register is used for 153 && (GET_CODE (operands[4]) == SCRATCH
|
/netbsd-src/sys/external/bsd/sljit/dist/ |
H A D | API_CHANGES | 48 SCRATCH registers are renamed to Rx and SAVED registers
|
/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
H A D | changes.cc | 732 if (GET_CODE (dest) == SCRATCH) in add_clobber() 920 && GET_CODE (XEXP (XVECEXP (pat, 0, new_len - 1), 0)) == SCRATCH) in recog_internal()
|