Home
last modified time | relevance | path

Searched refs:new_num (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/polly/test/Isl/CodeGen/
Dphi_in_exit_early_lnt_failure_3.ll15 ….0.2.4.6.8.15.24.27.29.32.38.46.48.92.93.94.95.97.99.100.102.105.107.111.118.119.121* @new_num() #0
20 …uct.0.2.4.6.8.15.24.27.29.32.38.46.48.92.93.94.95.97.99.100.102.105.107.111.118.119.121* @new_num()
/external/harfbuzz_ng/src/
Dhb-subset-cff-common.hh566 hb_codepoint_t new_num = get (old_num); in biased_num() local
567 return (int)new_num - bias; in biased_num()
764 hb_codepoint_t new_num = remap[old_num]; in encode_subrs() local
765 if (new_num != CFF_UNDEF_CODE) in encode_subrs()
767 if (unlikely (!encode_str (subrs[old_num], fd, buffArray[new_num]))) in encode_subrs()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state.c683 unsigned new_num = 0; in i915_set_constant_buffer() local
703 new_num = ibuf->b.b.width0 / 4 * sizeof(float); in i915_set_constant_buffer()
705 if (old_num == new_num) { in i915_set_constant_buffer()
722 i915->current.num_user_constants[shader] = new_num; in i915_set_constant_buffer()
/external/llvm/test/Transforms/SimplifyCFG/
D2005-12-03-IncorrectPHIFold.ll18 declare %struct.anon* @new_num(i32, i32)
76 %tmp36 = call %struct.anon* @new_num( i32 1, i32 1 ) ; <%struct.anon*> [#uses=2]
/external/llvm-project/llvm/test/Transforms/SimplifyCFG/
D2005-12-03-IncorrectPHIFold.ll18 declare %struct.anon* @new_num(i32, i32)
76 %tmp36 = call %struct.anon* @new_num( i32 1, i32 1 ) ; <%struct.anon*> [#uses=2]
/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp2437 int new_num = master_th->th.th_teams_size.nth; in __kmp_join_call() local
2439 team->t.t_nproc = new_num; in __kmp_join_call()
2441 other_threads[i]->th.th_team_nproc = new_num; in __kmp_join_call()
2444 for (int i = old_num; i < new_num; ++i) { in __kmp_join_call()