Searched refs:new_liveout (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_live_variables.cpp170 BITSET_WORD new_liveout = (child_bd->livein[i] & local in function:fs_live_variables::compute_live_variables
172 if (new_liveout) {
173 bd->liveout[i] |= new_liveout;
177 BITSET_WORD new_liveout = (child_bd->flag_livein[0] & local in function:fs_live_variables::compute_live_variables
179 if (new_liveout) {
180 bd->flag_liveout[0] |= new_liveout;
H A Dbrw_vec4_live_variables.cpp147 BITSET_WORD new_liveout = (child_bd->livein[i] & local in function:vec4_live_variables::compute_live_variables
149 if (new_liveout) {
150 bd->liveout[i] |= new_liveout;
154 BITSET_WORD new_liveout = (child_bd->flag_livein[0] & local in function:vec4_live_variables::compute_live_variables
156 if (new_liveout) {
157 bd->flag_liveout[0] |= new_liveout;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_live_variables.cpp158 BITSET_WORD new_liveout = (child_bd->livein[i] & local in function:vec4_live_variables::compute_live_variables
160 if (new_liveout) {
161 bd->liveout[i] |= new_liveout;
165 BITSET_WORD new_liveout = (child_bd->flag_livein[0] & local in function:vec4_live_variables::compute_live_variables
167 if (new_liveout) {
168 bd->flag_liveout[0] |= new_liveout;
H A Dbrw_fs_live_variables.cpp170 BITSET_WORD new_liveout = (child_bd->livein[i] & local in function:fs_live_variables::compute_live_variables
172 if (new_liveout) {
173 bd->liveout[i] |= new_liveout;
177 BITSET_WORD new_liveout = (child_bd->flag_livein[0] & local in function:fs_live_variables::compute_live_variables
179 if (new_liveout) {
180 bd->flag_liveout[0] |= new_liveout;
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_ra.c853 BITSET_WORD new_liveout = local in function:ra_compute_livein_liveout
856 if (new_liveout) {
857 bd->liveout[i] |= new_liveout;

Completed in 6 milliseconds