Home
last modified time | relevance | path

Searched refs:ch_set (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2008-04-04-ScavengerAssert.ll35 %struct.ch_set = type { { i8, i8 }*, %struct.ch_set* }
50 %tmp106.i = bitcast i8* %malloccall to %struct.ch_set*
53 …%curr_ptr.0.reg2mem.0.i = phi %struct.ch_set* [ %tmp106.i, %cond_false99.i ], [ null, %bb42 ] ; <…
54 …ptr.0.reg2mem.0.i = phi %struct.ch_set* [ %curr_ptr.0.reg2mem.0.i, %cond_false99.i ], [ undef, %bb…
57 …1.i = phi %struct.ch_set* [ %prev_ptr.0.reg2mem.0.i, %cond_next119.i ], [ %curr_ptr.0.reg2mem.0.i,…
/external/llvm/test/CodeGen/ARM/
D2008-04-04-ScavengerAssert.ll35 %struct.ch_set = type { { i8, i8 }*, %struct.ch_set* }
50 %tmp106.i = bitcast i8* %malloccall to %struct.ch_set*
53 …%curr_ptr.0.reg2mem.0.i = phi %struct.ch_set* [ %tmp106.i, %cond_false99.i ], [ null, %bb42 ] ; <…
54 …ptr.0.reg2mem.0.i = phi %struct.ch_set* [ %curr_ptr.0.reg2mem.0.i, %cond_false99.i ], [ undef, %bb…
57 …1.i = phi %struct.ch_set* [ %prev_ptr.0.reg2mem.0.i, %cond_next119.i ], [ %curr_ptr.0.reg2mem.0.i,…
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
D2008-04-04-ScavengerAssert.ll35 %struct.ch_set = type { { i8, i8 }*, %struct.ch_set* }
50 %tmp106.i = bitcast i8* %malloccall to %struct.ch_set*
53 …%curr_ptr.0.reg2mem.0.i = phi %struct.ch_set* [ %tmp106.i, %cond_false99.i ], [ null, %bb42 ] ; <…
54 …ptr.0.reg2mem.0.i = phi %struct.ch_set* [ %curr_ptr.0.reg2mem.0.i, %cond_false99.i ], [ undef, %bb…
57 …1.i = phi %struct.ch_set* [ %prev_ptr.0.reg2mem.0.i, %cond_next119.i ], [ %curr_ptr.0.reg2mem.0.i,…
/external/adhd/cras/src/server/
Dcras_audio_area.c42 if (!(src->channels[src_idx].ch_set & in cras_audio_area_copy()
43 dst->channels[dst_idx].ch_set)) in cras_audio_area_copy()
86 area->channels[i].ch_set = 0; in cras_audio_area_config_channels()
Dcras_audio_area.h21 unsigned int ch_set; member
49 ca->ch_set |= (1 << channel); in channel_area_set_channel()