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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_opt_value_numbering.cpp247 aM.offset == bM.offset && aM.offen == bM.offen && aM.idxen == bM.idxen &&
255 aM.idxen == bM.idxen && aM.glc == bM.glc && aM.dlc == bM.dlc && aM.slc == bM.slc &&
H A Daco_print_ir.cpp370 if (mubuf.idxen)
371 fprintf(output, " idxen");
534 if (mtbuf.idxen)
535 fprintf(output, " idxen");
H A Daco_assembler.cpp386 encoding |= (mubuf.idxen ? 1 : 0) << 13;
422 encoding |= (mtbuf.idxen ? 1 : 0) << 13;
H A Daco_ir.h1525 bool idxen : 1; /* Supply an index from VGPR (VADDR) */ member in struct:aco::MUBUF_instruction
1554 uint16_t idxen : 1; /* Supply an index from VGPR (VADDR) */ member in struct:aco::MTBUF_instruction
H A Daco_optimizer.cpp1111 assert(!mubuf.idxen);
1124 assert(!mubuf.idxen);
H A Daco_instruction_selection.cpp4570 /* idxen*/ false, /* addr64 */ false, /* disable_wqm */ false, /* glc */ true,
6175 load->idxen = true;
6252 store->idxen = true;
6386 mubuf->idxen = true;
9583 mubuf->idxen = true;

Completed in 33 milliseconds