| /src/usr.bin/paste/ |
| paste.c | 55 static void parallel(int, char **); 90 parallel(argc, argv); 95 parallel(int argc, char **argv) function
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| Parallel.cpp | 1 //===- llvm/Support/Parallel.cpp - Parallel algorithms --------------------===// 9 #include "llvm/Support/Parallel.h" 20 llvm::ThreadPoolStrategy llvm::parallel::strategy; 25 namespace parallel { namespace in namespace:llvm 153 TaskGroup::TaskGroup() : Parallel(TaskGroupInstances++ == 0) {} 157 if (Parallel) { 169 } // namespace parallel
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| Parallel.h | 1 //===- llvm/Support/Parallel.h - Parallel algorithms ----------------------===// 25 namespace parallel { namespace in namespace:llvm 27 // Strategy for the default executor used by the parallel routines provided by 29 // initialized before the first use of parallel routines. 64 bool Parallel; 134 // support nested parallelism, a single entry task group can block parallel 161 // support nested parallelism, a single entry task group can block parallel 235 } // namespace parallel 243 if (parallel::strategy.ThreadsRequested != 1) [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| tic4x-dis.c | 361 const char *parallel = NULL; local 365 while (*s && parallel == NULL) 378 parallel = s + 1; /* Skip past `_' in name. */ 586 case '|': /* Parallel instruction. */ 588 tic4x_print_str (info, parallel);
|
| tic6x-dis.c | 315 const char *parallel; local 467 /* The p-bit indicates whether this instruction is in parallel 468 with the *next* instruction, whereas the parallel bars 469 indicate the instruction is in parallel with the *previous* 503 /* No previous instruction to be parallel with. */ 531 parallel = p_bit ? "|| " : ""; 1502 info->fprintf_func (info->stream, "%s", parallel);
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| tic4x-dis.c | 361 const char *parallel = NULL; local 365 while (*s && parallel == NULL) 378 parallel = s + 1; /* Skip past `_' in name. */ 586 case '|': /* Parallel instruction. */ 588 tic4x_print_str (info, parallel);
|
| tic6x-dis.c | 315 const char *parallel; local 467 /* The p-bit indicates whether this instruction is in parallel 468 with the *next* instruction, whereas the parallel bars 469 indicate the instruction is in parallel with the *previous* 503 /* No previous instruction to be parallel with. */ 531 parallel = p_bit ? "|| " : ""; 1502 info->fprintf_func (info->stream, "%s", parallel);
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| tic4x-dis.c | 361 const char *parallel = NULL; local 365 while (*s && parallel == NULL) 378 parallel = s + 1; /* Skip past `_' in name. */ 586 case '|': /* Parallel instruction. */ 588 tic4x_print_str (info, parallel);
|
| tic6x-dis.c | 315 const char *parallel; local 467 /* The p-bit indicates whether this instruction is in parallel 468 with the *next* instruction, whereas the parallel bars 469 indicate the instruction is in parallel with the *previous* 503 /* No previous instruction to be parallel with. */ 531 parallel = p_bit ? "|| " : ""; 1502 info->fprintf_func (info->stream, "%s", parallel);
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| tic4x-dis.c | 361 const char *parallel = NULL; local 365 while (*s && parallel == NULL) 378 parallel = s + 1; /* Skip past `_' in name. */ 586 case '|': /* Parallel instruction. */ 588 tic4x_print_str (info, parallel);
|
| tic6x-dis.c | 315 const char *parallel; local 467 /* The p-bit indicates whether this instruction is in parallel 468 with the *next* instruction, whereas the parallel bars 469 indicate the instruction is in parallel with the *previous* 503 /* No previous instruction to be parallel with. */ 531 parallel = p_bit ? "|| " : ""; 1502 info->fprintf_func (info->stream, "%s", parallel);
|
| /src/external/gpl3/gdb/dist/sim/d10v/ |
| interp.c | 1067 unsigned long parallel = ins_type_counters[ (int)INS_PARALLEL ]; local 1084 "executed %*s left instruction(s), %*s normal, %*s parallel, %*s EXExxx, %*s nops\n", 1092 "executed %*s right instruction(s), %*s normal, %*s parallel, %*s EXExxx, %*s nops\n", 1104 if (parallel) 1106 "executed %*s parallel instruction(s)\n", 1107 size, add_commas (buf1, sizeof (buf1), parallel));
|
| /src/external/gpl3/gdb.old/dist/sim/d10v/ |
| interp.c | 1067 unsigned long parallel = ins_type_counters[ (int)INS_PARALLEL ]; local 1084 "executed %*s left instruction(s), %*s normal, %*s parallel, %*s EXExxx, %*s nops\n", 1092 "executed %*s right instruction(s), %*s normal, %*s parallel, %*s EXExxx, %*s nops\n", 1104 if (parallel) 1106 "executed %*s parallel instruction(s)\n", 1107 size, add_commas (buf1, sizeof (buf1), parallel));
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-m32r.c | 109 /* Non-zero if the programmer should be warned when an explicit parallel 114 parallel instruction with potential or real constraint violations. 120 /* Non-zero if insns can be made parallel. */ 226 {"parallel", no_argument, NULL, OPTION_PARALLEL}, 227 {"no-parallel", no_argument, NULL, OPTION_NO_PARALLEL}, 228 {"warn-explicit-parallel-conflicts", no_argument, NULL, OPTION_WARN_PARALLEL}, 230 {"no-warn-explicit-parallel-conflicts", no_argument, NULL, OPTION_NO_WARN_PARALLEL}, 232 {"ignore-parallel-conflicts", no_argument, NULL, OPTION_IGNORE_PARALLEL}, 234 {"no-ignore-parallel-conflicts", no_argument, NULL, OPTION_NO_IGNORE_PARALLEL}, 256 /* Use parallel execution. * 257 parallel (void) function [all...] |
| tc-tic4x.c | 119 unsigned int parallel; /* True if parallel instruction. */ member in struct:tic4x_insn 126 char *pname; /* Name of instruction in parallel. */ 2276 if (tinsn->parallel) 2336 as_warn (_("Equal parallel destination registers, one result will be discarded")); 2397 /* Scan for parallel operators */ 2406 if(insn->parallel) 2408 as_bad (_("Parallel opcode cannot contain more than two instructions")); 2409 insn->parallel = 0; 2414 /* Lets take care of the first part of the parallel insn * [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Stabs.cc | 84 static char *get_lp_com (unsigned hints, int parallel, char *dep); 799 int parallel = *((int *) LoopData); local 813 citem->com_str = get_lp_com (hints, parallel, dep_str[loopid]); 828 get_lp_com (unsigned hints, int parallel, char *dep) 831 if (parallel == -1) 833 else if (parallel == 0)
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-m32r.c | 109 /* Non-zero if the programmer should be warned when an explicit parallel 114 parallel instruction with potential or real constraint violations. 120 /* Non-zero if insns can be made parallel. */ 226 {"parallel", no_argument, NULL, OPTION_PARALLEL}, 227 {"no-parallel", no_argument, NULL, OPTION_NO_PARALLEL}, 228 {"warn-explicit-parallel-conflicts", no_argument, NULL, OPTION_WARN_PARALLEL}, 230 {"no-warn-explicit-parallel-conflicts", no_argument, NULL, OPTION_NO_WARN_PARALLEL}, 232 {"ignore-parallel-conflicts", no_argument, NULL, OPTION_IGNORE_PARALLEL}, 234 {"no-ignore-parallel-conflicts", no_argument, NULL, OPTION_NO_IGNORE_PARALLEL}, 256 /* Use parallel execution. * 257 parallel (void) function [all...] |
| tc-tic4x.c | 119 unsigned int parallel; /* True if parallel instruction. */ member in struct:tic4x_insn 126 char *pname; /* Name of instruction in parallel. */ 2276 if (tinsn->parallel) 2336 as_warn (_("Equal parallel destination registers, one result will be discarded")); 2397 /* Scan for parallel operators */ 2406 if(insn->parallel) 2408 as_bad (_("Parallel opcode cannot contain more than two instructions")); 2409 insn->parallel = 0; 2414 /* Lets take care of the first part of the parallel insn * [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Stabs.cc | 84 static char *get_lp_com (unsigned hints, int parallel, char *dep); 799 int parallel = *((int *) LoopData); local 813 citem->com_str = get_lp_com (hints, parallel, dep_str[loopid]); 828 get_lp_com (unsigned hints, int parallel, char *dep) 831 if (parallel == -1) 833 else if (parallel == 0)
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-p8swap.cc | 107 (parallel [(const_int a0) (const_int a1) 114 Regardless of mode, we can convert the PARALLEL to a mask of 16 292 if (GET_CODE (body) != PARALLEL) 311 if (GET_CODE (body) != PARALLEL) 332 rtx parallel = XEXP (rhs, 1); 333 if (GET_CODE (parallel) != PARALLEL) 335 unsigned int len = XVECLEN (parallel, 0); 340 rtx op = XVECEXP (parallel, 0, i); 346 rtx op = XVECEXP (parallel, 0, i) 675 rtx parallel; local 1302 rtx parallel = XEXP (select, 1); local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| lto-wrapper.cc | 1247 /* Helper for qsort: compare priorities for parallel compilation. */ 1255 /* Number of CPUs that can be used for parallel LTRANS phase. */ 1412 int parallel = 0; local 1626 parallel = 1; 1631 parallel = 1; 1636 parallel = atoi (option->arg); 1637 if (parallel <= 1) 1638 parallel = 0; 1668 parallel = 0; 1681 parallel = 1 [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-p8swap.cc | 107 (parallel [(const_int a0) (const_int a1) 114 Regardless of mode, we can convert the PARALLEL to a mask of 16 290 if (GET_CODE (body) != PARALLEL) 309 if (GET_CODE (body) != PARALLEL) 330 rtx parallel = XEXP (rhs, 1); 331 if (GET_CODE (parallel) != PARALLEL) 333 unsigned int len = XVECLEN (parallel, 0); 338 rtx op = XVECEXP (parallel, 0, i); 344 rtx op = XVECEXP (parallel, 0, i) 673 rtx parallel; local 1300 rtx parallel = XEXP (select, 1); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| lto-wrapper.cc | 1232 /* Helper for qsort: compare priorities for parallel compilation. */ 1240 /* Number of CPUs that can be used for parallel LTRANS phase. */ 1397 int parallel = 0; local 1597 parallel = 1; 1602 parallel = 1; 1607 parallel = atoi (option->arg); 1608 if (parallel <= 1) 1609 parallel = 0; 1639 parallel = 0; 1652 parallel = 1 [all...] |
| /src/external/mit/isl/dist/ |
| isl_ast_build_expr.c | 750 isl_bool parallel = isl_bool_true, opposite = isl_bool_true; local 764 parallel = opposite = isl_bool_false; 768 if (parallel || opposite) { 773 parallel = opposite = isl_bool_false; 781 if (!parallel && !opposite) 787 if (parallel) { 789 parallel = isl_val_is_divisible_by(v1, data->d); 798 if (parallel < 0 || opposite < 0) 803 if ((parallel || opposite) && mod_constraint_is_simpler(data, c)) { 806 data->sign = parallel ? 1 : -1 [all...] |
| isl_convex_hull.c | 2154 * in the basic sets of "set" following "i" that are parallel to "ineq". 2793 int parallel; local 2795 parallel = i > 0 && isl_seq_eq(ineq[i - 1] + 1, ineq[i] + 1, 2797 if (parallel &&
|