Lines Matching refs:threadid
3644 tree n, q, s0, e0, e, t, tt, nthreads = NULL_TREE, threadid; in expand_omp_for_static_nochunk() local
3846 threadid = builtin_decl_explicit (BUILT_IN_OMP_GET_THREAD_NUM); in expand_omp_for_static_nochunk()
3850 threadid = builtin_decl_explicit (BUILT_IN_OMP_GET_TEAM_NUM); in expand_omp_for_static_nochunk()
3859 threadid = build_call_expr (threadid, 0); in expand_omp_for_static_nochunk()
3860 threadid = fold_convert (itype, threadid); in expand_omp_for_static_nochunk()
3861 threadid = force_gimple_operand_gsi (&gsi, threadid, true, NULL_TREE, in expand_omp_for_static_nochunk()
3908 t = build2 (LT_EXPR, boolean_type_node, threadid, tt); in expand_omp_for_static_nochunk()
3992 t = build2 (MULT_EXPR, itype, q, threadid); in expand_omp_for_static_nochunk()
4446 tree trip_var, trip_init, trip_main, trip_back, nthreads, threadid; in expand_omp_for_static_chunk() local
4613 threadid = builtin_decl_explicit (BUILT_IN_OMP_GET_THREAD_NUM); in expand_omp_for_static_chunk()
4617 threadid = builtin_decl_explicit (BUILT_IN_OMP_GET_TEAM_NUM); in expand_omp_for_static_chunk()
4626 threadid = build_call_expr (threadid, 0); in expand_omp_for_static_chunk()
4627 threadid = fold_convert (itype, threadid); in expand_omp_for_static_chunk()
4628 threadid = force_gimple_operand_gsi (&gsi, threadid, true, NULL_TREE, in expand_omp_for_static_chunk()
4689 t = fold_build2 (MULT_EXPR, itype, threadid, chunk_size); in expand_omp_for_static_chunk()
4707 t = fold_build2 (PLUS_EXPR, itype, t, threadid); in expand_omp_for_static_chunk()
8548 tree threadid; in grid_expand_omp_for_loop() local
8552 threadid = build_call_expr (builtin_decl_explicit in grid_expand_omp_for_loop()
8557 threadid = build_call_expr (builtin_decl_explicit in grid_expand_omp_for_loop()
8561 threadid = build_call_expr (builtin_decl_explicit in grid_expand_omp_for_loop()
8564 threadid = fold_convert (itype, threadid); in grid_expand_omp_for_loop()
8565 threadid = force_gimple_operand_gsi (&gsi, threadid, true, NULL_TREE, in grid_expand_omp_for_loop()
8569 tree t = fold_build2 (MULT_EXPR, itype, threadid, step); in grid_expand_omp_for_loop()