Searched refs:unroll (Results 1 - 25 of 35) sorted by relevance

12

/haiku-buildtools/gcc/gmp/mpn/x86/k7/mmx/
H A Dcopyd.asm55 jae L(unroll)
78 L(unroll):
H A Dcopyi.asm67 jae L(unroll)
92 L(unroll):
H A Dlshift.asm107 jae L(unroll)
156 L(unroll):
H A Drshift.asm113 jae L(unroll)
161 L(unroll):
/haiku-buildtools/gcc/gcc/config/pdp11/
H A Dpdp11.c1226 int unroll;
1274 unroll = 0;
1280 unroll = 1;
1282 unroll = 2;
1284 unroll = 3;
1287 /* Loop count is byte count scaled by unroll. */
1288 operands[2] = GEN_INT (INTVAL (operands[2]) >> unroll);
1301 unroll = 1;
1306 unroll = 0;
1318 switch (unroll)
1222 int unroll; local
[all...]
/haiku-buildtools/gcc/gmp/mpn/vax/
H A Dadd_n.s39 ashl $-2,r0,r0 # unroll loop count
H A Dsub_n.s39 ashl $-2,r0,r0 # unroll loop count
/haiku-buildtools/gcc/gmp/mpn/pa32/
H A Dadd_n.asm29 C One might want to unroll this as for other processors, but it turns out that
H A Dsub_n.asm29 C One might want to unroll this as for other processors, but it turns out that
/haiku-buildtools/gcc/gmp/mpn/x86/k6/
H A Daors_n.asm93 jae L(unroll)
134 L(unroll):
H A Dmul_1.asm90 jae L(unroll)
145 L(unroll):
H A Daorsmul_1.asm194 jae L(unroll)
257 L(unroll):
H A Dmul_basecase.asm280 jae L(unroll)
418 L(unroll):
/haiku-buildtools/gcc/gmp/mpn/x86/k6/k62mmx/
H A Dlshift.asm92 jae L(unroll)
132 L(unroll):
H A Drshift.asm89 jae L(unroll)
137 L(unroll):
/haiku-buildtools/gcc/gmp/mpn/x86/k7/
H A Daors_n.asm112 jae L(unroll)
151 L(unroll):
/haiku-buildtools/gcc/gmp/mpn/x86/p6/
H A Daorsmul_1.asm124 jae L(unroll)
181 L(unroll):
H A Dmul_basecase.asm218 defframe(VAR_COUNTER, -20) dnl for use in the unroll case
276 jae L(unroll)
411 L(unroll):
/haiku-buildtools/gcc/gmp/mpn/x86/pentium/mmx/
H A Dlshift.asm60 jae L(unroll)
143 L(unroll):
H A Drshift.asm67 jae L(unroll)
150 L(unroll):
/haiku-buildtools/isl/
H A Disl_ast_build_private.h12 unroll, enumerator in enum:isl_ast_build_domain_type
H A Disl_ast_codegen.c2394 * We first break up the unroll option domain into individual pieces
2395 * and then handle each of them separately. The unroll option domain
2400 * We therefore need to break up the unroll option domain before
2402 * unroll option domain specified by the user is relatively simple.
2412 empty = isl_set_is_empty(domains->option[unroll]);
2418 unroll_domain = isl_set_copy(domains->option[unroll]);
2551 * The unroll, atomic and remainder domains need the constraints
2572 * If anything is left after handling separate, unroll and atomic,
2666 option[unroll] = isl_set_coalesce(option[unroll]);
[all...]
/haiku-buildtools/cloog/test/
H A DMakefile.am217 isl/unroll \
233 'isl/unroll -first-unroll 1' \
235 'isl/unroll2 -first-unroll 1' \
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/mips/
H A Dmips.exp319 unroll-all-loops
320 unroll-loops
950 mips_option_dependency options "-fno-unroll-loops" "-fno-unroll-all-loops"
/haiku-buildtools/legacy/gcc/gcc/
H A Dmakefile.vms68 integrate.obj,jump.obj,cse.obj,loop.obj,unroll.obj,flow.obj,stupid.obj,\
271 unroll.obj: unroll.c insn-config.h

Completed in 105 milliseconds

12