Searched refs:isSMEM (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_form_hard_clauses.cpp90 } else if (instr->isSMEM() && !instr->operands.empty()) {
H A Daco_insert_NOPs.cpp358 if (instr->isSMEM()) {
484 if (instr->isSMEM()) {
650 } else if (instr->isSALU() || instr->isSMEM()) {
726 if (instr->isSMEM()) {
H A Daco_scheduler.cpp444 if (instr->isSMEM() && !instr->operands.empty() && instr->operands[0].bytes() == 16) {
535 if (instr->isSMEM())
623 instr->isSMEM() ? query->aliasing_storage_smem : query->aliasing_storage;
977 if (candidate->isVMEM() || candidate->isSMEM() || candidate->isFlatLike())
1031 if (current->isSMEM()) {
H A Daco_statistics.cpp229 if (instr->isSMEM()) {
460 if (instr->isSMEM() && !instr->operands.empty()) {
H A Daco_ir.cpp540 if (instr->isSALU() || instr->isBranch() || instr->isSMEM() || instr->isBarrier())
818 if (a->isSMEM() && a->operands[0].bytes() == 8 && b->operands[0].bytes() == 8)
824 if (a->isVMEM() || a->isSMEM())
H A Daco_ir.h1089 assert(isSMEM());
1094 assert(isSMEM());
1097 constexpr bool isSMEM() const noexcept { return format == Format::SMEM; } function in struct:aco::Instruction
H A Daco_insert_waitcnt.cpp369 if (ctx.chip_class >= GFX10 && instr->isSMEM()) {
H A Daco_optimizer.cpp1178 else if (instr->isSMEM()) {

Completed in 18 milliseconds