Searched refs:is_null (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_cse.cpp178 inst->dst.is_null()))
184 if (!(entry->generator->dst.is_null() && !inst->dst.is_null()) &&
208 if (no_existing_temp && !entry->generator->dst.is_null()) {
232 if (!inst->dst.is_null()) {
H A Dbrw_vec4_dead_code_eliminate.cpp58 (inst->dst.is_null() && inst->writes_flag())){
130 if (inst->dst.is_null() && inst->writes_flag()) {
H A Dbrw_fs_cse.cpp257 inst->dst.is_null()))
264 if (!(entry->generator->dst.is_null() && !inst->dst.is_null()) &&
288 if (no_existing_temp && !entry->generator->dst.is_null()) {
302 if (!inst->dst.is_null()) {
H A Dbrw_fs_dead_code_eliminate.cpp104 if (inst->dst.is_null() && can_eliminate(inst, flag_live)) {
H A Dbrw_shader.h67 bool is_null() const;
H A Dbrw_ir_fs.h121 if (reg.is_null()) {
250 if (reg.file == BAD_FILE || reg.is_null()) {
H A Dbrw_fs_cmod_propagation.cpp182 !inst->dst.is_null() ||
H A Dbrw_vec4_cmod_propagation.cpp62 !inst->dst.is_null() ||
H A Dbrw_schedule_instructions.cpp1181 } else if (inst->dst.file == ARF && !inst->dst.is_null()) {
1304 } else if (inst->dst.file == ARF && !inst->dst.is_null()) {
1407 } else if (inst->dst.file == ARF && !inst->dst.is_null()) {
1484 } else if (inst->dst.file == ARF && !inst->dst.is_null()) {
H A Dbrw_ir_vec4.h146 return (reg.file == IMM || reg.file == UNIFORM || reg.is_null()) &&
H A Dbrw_fs.cpp2514 inst->dst.is_null() &&
3999 if (orig_dst.is_null() || orig_dst.file == MRF ||
5298 !inst->dst.is_null());
5304 !inst->dst.is_null());
5322 !inst->dst.is_null());
5449 !inst->dst.is_null());
5455 !inst->dst.is_null());
5462 !inst->dst.is_null());
6082 !inst->dst.is_null() ? 8 : ~0);
7238 if (inst->is_3src(devinfo) && inst->dst.is_null()) {
[all...]
H A Dbrw_shader.cpp803 backend_reg::is_null() const function in class:backend_reg
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_cse.cpp178 inst->dst.is_null()))
184 if (!(entry->generator->dst.is_null() && !inst->dst.is_null()) &&
208 if (no_existing_temp && !entry->generator->dst.is_null()) {
232 if (!inst->dst.is_null()) {
H A Dbrw_vec4_dead_code_eliminate.cpp57 (inst->dst.is_null() && inst->writes_flag(devinfo))){
129 if (inst->dst.is_null() && inst->writes_flag(devinfo)) {
H A Dbrw_fs_cse.cpp257 inst->dst.is_null()))
264 if (!(entry->generator->dst.is_null() && !inst->dst.is_null()) &&
288 if (no_existing_temp && !entry->generator->dst.is_null()) {
302 if (!inst->dst.is_null()) {
H A Dbrw_fs_dead_code_eliminate.cpp107 if (inst->dst.is_null() && can_eliminate(devinfo, inst, flag_live)) {
H A Dbrw_ir.h61 bool is_null() const;
H A Dbrw_schedule_instructions.cpp1185 } else if (inst->src[i].file == ARF && !inst->src[i].is_null()) {
1254 } else if (inst->dst.file == ARF && !inst->dst.is_null()) {
1314 } else if (inst->src[i].file == ARF && !inst->src[i].is_null()) {
1377 } else if (inst->dst.file == ARF && !inst->dst.is_null()) {
1438 } else if (inst->src[i].file == ARF && !inst->src[i].is_null()) {
1481 } else if (inst->dst.file == ARF && !inst->dst.is_null()) {
1523 } else if (inst->src[i].file == ARF && !inst->src[i].is_null()) {
1558 } else if (inst->dst.file == ARF && !inst->dst.is_null()) {
H A Dbrw_vec4_cmod_propagation.cpp62 !inst->dst.is_null() ||
H A Dbrw_ir_fs.h121 if (reg.is_null()) {
250 if (reg.file == BAD_FILE || reg.is_null()) {
H A Dbrw_fs_cmod_propagation.cpp238 !inst->dst.is_null() ||
H A Dbrw_ir_performance.cpp1373 if (inst->dst.file != BAD_FILE && !inst->dst.is_null()) {
1422 if (inst->dst.file != BAD_FILE && !inst->dst.is_null()) {
1490 if (inst->dst.file != BAD_FILE && !inst->dst.is_null()) {
1527 if (inst->dst.file != BAD_FILE && !inst->dst.is_null()) {
H A Dbrw_ir_vec4.h146 return (reg.file == IMM || reg.file == UNIFORM || reg.is_null()) &&
H A Dbrw_fs_scoreboard.cpp1008 !inst->dst.is_null()) {
1131 if (inst->dst.file != BAD_FILE && !inst->dst.is_null() &&
H A Dbrw_fs.cpp2806 inst->dst.is_null() &&
4141 if (orig_dst.is_null() || orig_dst.file == MRF ||
5874 !inst->dst.is_null());
5880 !inst->dst.is_null());
5898 !inst->dst.is_null());
6082 !inst->dst.is_null());
6326 !inst->dst.is_null());
6458 !inst->dst.is_null());
6464 !inst->dst.is_null());
6470 !inst->dst.is_null());
[all...]

Completed in 67 milliseconds

12