Searched refs:disable_wqm (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_opt_value_numbering.cpp208 aS.disable_wqm == bS.disable_wqm && aS.prevent_overflow == bS.prevent_overflow;
249 aM.disable_wqm == bM.disable_wqm;
256 aM.tfe == bM.tfe && aM.lds == bM.lds && aM.disable_wqm == bM.disable_wqm;
264 aM.disable_wqm == bM.disable_wqm;
H A Daco_print_ir.cpp384 if (mubuf.disable_wqm)
385 fprintf(output, " disable_wqm");
425 if (mimg.disable_wqm)
426 fprintf(output, " disable_wqm");
494 if (flat.disable_wqm)
495 fprintf(output, " disable_wqm");
544 if (mtbuf.disable_wqm)
545 fprintf(output, " disable_wqm");
H A Daco_insert_exec_mask.cpp103 return instr->mubuf().disable_wqm;
105 return instr->mtbuf().disable_wqm;
107 return instr->mimg().disable_wqm;
109 return instr->flatlike().disable_wqm;
H A Daco_ir.h1365 bool disable_wqm : 1; member in struct:aco::SMEM_instruction
1532 uint16_t disable_wqm : 1; /* Require an exec mask without helper invocations */ member in struct:aco::MUBUF_instruction
1559 uint16_t disable_wqm : 1; /* Require an exec mask without helper invocations */ member in struct:aco::MTBUF_instruction
1589 bool disable_wqm : 1; /* Require an exec mask without helper invocations */ member in struct:aco::MIMG_instruction
1610 bool disable_wqm : 1; /* Require an exec mask without helper invocations */ member in struct:aco::FLAT_instruction
2051 bool needs_exact = false; /* there exists an instruction with disable_wqm = true */
H A Daco_instruction_selection.cpp4147 mubuf->disable_wqm = false;
4570 /* idxen*/ false, /* addr64 */ false, /* disable_wqm */ false, /* glc */ true,
6255 store->disable_wqm = true;
6279 store->disable_wqm = true;
6389 mubuf->disable_wqm = true;
6408 mimg->disable_wqm = true;
6583 store->disable_wqm = true;
6673 mubuf->disable_wqm = true;
6798 flat->disable_wqm = true;
6819 mubuf->disable_wqm
[all...]
H A Daco_optimizer.cpp1215 new_instr->disable_wqm = smem.disable_wqm;

Completed in 30 milliseconds