Searched refs:submask (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/test/Transforms/EarlyCSE/ |
D | masked-intrinsics-unequal-masks.ll | 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. [all …]
|
/external/mesa3d/src/panfrost/midgard/ |
D | mir.c | 204 unsigned submask = maxmask << (c * bytes); in mir_round_bytemask_up() local 206 if (mask & submask) in mir_round_bytemask_up() 207 mask |= submask; in mir_round_bytemask_up()
|