| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| IntervalMap.cpp | 120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, function in namespace:llvm::IntervalMapImpl
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| RenameIndependentSubregs.cpp | 87 /// Distribute the LiveInterval segments into the new LiveIntervals 89 void distribute(const IntEqClasses &Classes, 150 distribute(Classes, SubRangeInfos, Intervals); 265 void RenameIndependentSubregs::distribute(const IntEqClasses &Classes, function in class:RenameIndependentSubregs
|
| /src/external/gpl3/gcc/dist/gcc/ |
| omp-general.cc | 205 bool distribute = gimple_omp_for_kind (for_stmt) local 214 fd->have_nowait = distribute || simd; 254 gcc_assert (!distribute && !taskloop); 264 gcc_assert (distribute);
|
| gimplify.cc | 255 bool distribute; member in struct:gimplify_omp_ctx 12136 "%qs construct", "distribute"); 12302 && !octx->distribute) 12314 && octx->distribute) 12319 "combined with %<distribute%>"); 13980 "%<lastprivate%> clauses on %<distribute%> " 14708 && ctx->outer_context->outer_context->distribute) 15163 case we need to solve is distribute parallel for. They are 15292 "dist_schedule", "distribute"); 15345 gimplify_omp_ctxp->distribute = true [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| omp-general.cc | 193 bool distribute = gimple_omp_for_kind (for_stmt) local 202 fd->have_nowait = distribute || simd; 237 gcc_assert (!distribute && !taskloop); 247 gcc_assert (distribute);
|
| gimplify.cc | 235 bool distribute; member in struct:gimplify_omp_ctx 9238 "%qs construct", "distribute"); 9404 && !octx->distribute) 9416 && octx->distribute) 9421 "combined with %<distribute%>"); 11512 "%<lastprivate%> clauses on %<distribute%> " 11998 && ctx->outer_context->outer_context->distribute) 12408 case we need to solve is distribute parallel for. They are 12537 "dist_schedule", "distribute"); 12577 gimplify_omp_ctxp->distribute = true [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-openmp.cc | 7028 /* Lastprivate is allowed on distribute, do, simd, taskloop and loop. 7104 /* Distribute allocate clause to do, parallel, distribute, teams, target 7559 tree distribute = make_node (OMP_DISTRIBUTE); local 7560 SET_EXPR_LOCATION (distribute, gfc_get_location (&code->loc)); 7561 TREE_TYPE (distribute) = void_type_node; 7562 OMP_FOR_BODY (distribute) = stmt; 7563 OMP_FOR_CLAUSES (distribute) = omp_clauses; 7564 stmt = distribute;
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-openmp.cc | 6274 /* Lastprivate is allowed on distribute, do, simd, taskloop and loop. 6350 /* Distribute allocate clause to do, parallel, distribute, teams, target 6796 tree distribute = make_node (OMP_DISTRIBUTE); local 6797 TREE_TYPE (distribute) = void_type_node; 6798 OMP_FOR_BODY (distribute) = stmt; 6799 OMP_FOR_CLAUSES (distribute) = omp_clauses; 6800 stmt = distribute;
|