Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_form_hard_clauses.cpp90 } else if (instr->isSMEM() && !instr->operands.empty()) { in form_hard_clauses()
Daco_scheduler.cpp444 if (instr->isSMEM() && !instr->operands.empty() && instr->operands[0].bytes() == 16) { in get_sync_info_with_hack()
535 if (instr->isSMEM()) in add_to_hazard_query()
623 instr->isSMEM() ? query->aliasing_storage_smem : query->aliasing_storage; in perform_hazard_query()
977 if (candidate->isVMEM() || candidate->isSMEM() || candidate->isFlatLike()) in schedule_position_export()
1031 if (current->isSMEM()) { in schedule_block()
Daco_insert_NOPs.cpp358 if (instr->isSMEM()) { in handle_instruction_gfx6()
484 if (instr->isSMEM()) { in handle_instruction_gfx6()
650 } else if (instr->isSALU() || instr->isSMEM()) { in handle_instruction_gfx10()
726 if (instr->isSMEM()) { in handle_instruction_gfx10()
Daco_ir.cpp540 if (instr->isSALU() || instr->isBranch() || instr->isSMEM() || instr->isBarrier()) in needs_exec_mask()
818 if (a->isSMEM() && a->operands[0].bytes() == 8 && b->operands[0].bytes() == 8) in should_form_clause()
824 if (a->isVMEM() || a->isSMEM()) in should_form_clause()
Daco_statistics.cpp229 if (instr->isSMEM()) { in get_wait_counter_info()
460 if (instr->isSMEM() && !instr->operands.empty()) { in collect_preasm_stats()
Daco_ir.h1089 assert(isSMEM()); in smem()
1094 assert(isSMEM()); in smem()
1097 constexpr bool isSMEM() const noexcept { return format == Format::SMEM; } in isSMEM() function
Daco_insert_waitcnt.cpp369 if (ctx.chip_class >= GFX10 && instr->isSMEM()) { in kill()
Daco_optimizer.cpp1178 else if (instr->isSMEM()) { in label_instruction()