Lines Matching refs:submask
8 ; non-undef vector elements. In other words, if the second mask is a submask
11 ; Load-load, second mask is a submask of the first, second through is undef.
25 ; Load-load, second mask is a submask of the first, second through is not undef.
40 ; Load-load, second mask is not a submask of the first, second through is undef.
55 ; Store-store: the first store can be removed if the first; mask is a submask
58 ; Store-store, first mask is a submask of the second.
70 ; Store-store, first mask is not a submask of the second.
83 ; Load-store: the store can be removed if the store's mask is a submask of the
86 ; Load-store, second mask is a submask of the first.
98 ; Load-store, second mask is not a submask of the first.
111 ; Store-load: the load can be removed if load's mask is a submask of the
114 ; Store-load, load's mask is a submask of store's mask, thru is undef.
126 ; Store-load, load's mask is a submask of store's mask, thru is not undef.
139 ; Store-load, load's mask is not a submask of store's mask, thru is undef.