HomeSort by: relevance | last modified time | path
    Searched refs:CLEAR_RATIO (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv.h 934 CLEAR_RATIO (speed) / 2)
936 /* For CLEAR_RATIO, when optimizing for size, give a better estimate
939 #define CLEAR_RATIO(speed) ((speed) ? 16 : 6)
941 /* This is similar to CLEAR_RATIO, but for a non-zero constant, so when
945 #define SET_RATIO(speed) (CLEAR_RATIO (speed) - ((speed) ? 0 : 2))
  /src/external/gpl3/gcc/dist/gcc/config/bpf/
bpf.h 382 #define CLEAR_RATIO(speed) 128
  /src/external/gpl3/gcc.old/dist/gcc/config/bpf/
bpf.h 367 #define CLEAR_RATIO(speed) 128
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv.h 1126 CLEAR_RATIO (speed) / 2)
1128 /* For CLEAR_RATIO, when optimizing for size, give a better estimate
1131 #define CLEAR_RATIO(speed) ((speed) ? 16 : 6)
1133 /* This is similar to CLEAR_RATIO, but for a non-zero constant, so when
1137 #define SET_RATIO(speed) (CLEAR_RATIO (speed) - ((speed) ? 0 : 2))
  /src/external/gpl3/gcc/dist/gcc/
defaults.h 1324 /* If a clear memory operation would take CLEAR_RATIO or more simple
1327 #ifndef CLEAR_RATIO
1329 #define CLEAR_RATIO(speed) 2
1332 #define CLEAR_RATIO(speed) ((speed) ? 15 :3)
targhooks.cc 2119 ratio = CLEAR_RATIO (speed_p);
gimplify.cc 5650 > CLEAR_RATIO (optimize_function_for_speed_p (cfun))
  /src/external/gpl3/gcc.old/dist/gcc/
defaults.h 1314 /* If a clear memory operation would take CLEAR_RATIO or more simple
1317 #ifndef CLEAR_RATIO
1319 #define CLEAR_RATIO(speed) 2
1322 #define CLEAR_RATIO(speed) ((speed) ? 15 :3)
targhooks.cc 1964 ratio = CLEAR_RATIO (speed_p);
  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.h 1080 : CLEAR_RATIO (speed) / 2)
1082 /* For CLEAR_RATIO, when optimizing for size, give a better estimate
1085 #define CLEAR_RATIO(speed) ((speed) ? 15 : LARCH_CALL_RATIO)
1087 /* This is similar to CLEAR_RATIO, but for a non-zero constant, so when
  /src/external/gpl3/gcc/dist/gcc/config/vax/
vax.h 444 #define CLEAR_RATIO(speed) ((speed) ? 6 : 2)
  /src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
tilegx.h 354 #define CLEAR_RATIO(speed) ((speed) ? 15 : TILEGX_CALL_RATIO)
  /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
tilepro.h 317 #define CLEAR_RATIO(speed) ((speed) ? 15 : TILEPRO_CALL_RATIO)
  /src/external/gpl3/gcc.old/dist/gcc/config/vax/
vax.h 444 #define CLEAR_RATIO(speed) ((speed) ? 6 : 2)
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.h 1167 (HAVE_cpymemsi ? LARCH_MAX_MOVE_OPS_PER_LOOP_ITER : CLEAR_RATIO (speed) / 2)
1169 /* For CLEAR_RATIO, when optimizing for size, give a better estimate
1172 #define CLEAR_RATIO(speed) ((speed) ? 15 : LARCH_CALL_RATIO)
1174 /* This is similar to CLEAR_RATIO, but for a non-zero constant, so when
  /src/external/gpl3/gcc/dist/gcc/config/visium/
visium.h 1124 /* `CLEAR_RATIO (SPEED)`
1132 Since we have a setmemsi pattern, the default CLEAR_RATIO is 2, which
1134 #define CLEAR_RATIO(speed) ((speed) ? 13 : 5)
  /src/external/gpl3/gcc.old/dist/gcc/config/visium/
visium.h 1124 /* `CLEAR_RATIO (SPEED)`
1132 Since we have a setmemsi pattern, the default CLEAR_RATIO is 2, which
1134 #define CLEAR_RATIO(speed) ((speed) ? 13 : 5)
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.h 1113 #define CLEAR_RATIO(speed) \
1116 /* SET_RATIO is similar to CLEAR_RATIO, but for a non-zero constant. Without
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.h 1232 #define CLEAR_RATIO(speed) \
1235 /* SET_RATIO is similar to CLEAR_RATIO, but for a non-zero constant. Without
  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.h 1284 /* If a memory clear move would take CLEAR_RATIO or more simple
1287 #define CLEAR_RATIO(speed) ((speed) ? 15 : 3)
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.h 1284 /* If a memory clear move would take CLEAR_RATIO or more simple
1287 #define CLEAR_RATIO(speed) ((speed) ? 15 : 3)
  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.h 3173 /* For CLEAR_RATIO, when optimizing for size, give a better estimate
3176 #define CLEAR_RATIO(speed)\
3179 /* This is similar to CLEAR_RATIO, but for a non-zero constant, so when
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.h 3155 /* For CLEAR_RATIO, when optimizing for size, give a better estimate
3158 #define CLEAR_RATIO(speed)\
3161 /* This is similar to CLEAR_RATIO, but for a non-zero constant, so when
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.h 163 const int clear_ratio; /* The threshold of number of scalar member in struct:processor_costs
1924 /* If a clear memory operation would take CLEAR_RATIO or more simple
1927 #define CLEAR_RATIO(speed) ((speed) ? ix86_cost->clear_ratio : 2)
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.h 158 const int clear_ratio; /* The threshold of number of scalar member in struct:processor_costs
1868 /* If a clear memory operation would take CLEAR_RATIO or more simple
1871 #define CLEAR_RATIO(speed) ((speed) ? ix86_cost->clear_ratio : 2)

Completed in 94 milliseconds

1 2