Searched refs:offen (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 &&
254 return aM.sync == bM.sync && aM.offset == bM.offset && aM.offen == bM.offen &&
H A Daco_print_ir.cpp368 if (mubuf.offen)
369 fprintf(output, " offen");
532 if (mtbuf.offen)
533 fprintf(output, " offen");
H A Daco_assembler.cpp390 encoding |= (mubuf.offen ? 1 : 0) << 12;
423 encoding |= (mtbuf.offen ? 1 : 0) << 12;
H A Daco_ir.h1524 bool offen : 1; /* Supply an offset from VGPR (VADDR) */ member in struct:aco::MUBUF_instruction
1553 bool offen : 1; /* Supply an offset from VGPR (VADDR) */ member in struct:aco::MTBUF_instruction
H A Daco_optimizer.cpp1109 if (mubuf.offen && i == 1 && info.is_constant_or_literal(32) &&
1114 mubuf.offen = false;
1120 } else if (mubuf.offen && i == 1 &&
H A Daco_instruction_selection.cpp4067 mubuf->offen = (offset.type() == RegType::vgpr);
4569 /* offen */ !voffset_op.isUndefined(), /* swizzled */ swizzled,
6580 store->offen = (offset.type() == RegType::vgpr);
6670 mubuf->offen = (offset.type() == RegType::vgpr);
7440 mtbuf->offen = !vaddr_offset.isUndefined();
8022 load->offen = 0;
11164 store->offen = true;

Completed in 54 milliseconds