Home
last modified time | relevance | path

Searched refs:partial_unroll (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/test/Transforms/LoopUnroll/
Dunroll-header-exiting-with-phis.ll56 define i16 @partial_unroll(i16* %A) {
57 ; CHECK-LABEL: @partial_unroll(
Drevisit.ll83 define void @partial_unroll(i32 %count, i1* %ptr) {
84 ; CHECK-LABEL: OptimizationRemarkEmitterAnalysis on partial_unroll
/external/mesa3d/src/compiler/nir/
Dnir_opt_loop_unroll.c683 partial_unroll(nir_shader *shader, nir_loop *loop, unsigned trip_count) in partial_unroll() function
898 partial_unroll(sh, loop, loop->info->guessed_trip_count); in process_loops()