Searched refs:isSMEM (Results 1 – 9 of 9) sorted by relevance
444 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()625 instr->isSMEM() ? query->aliasing_storage_smem : query->aliasing_storage; in perform_hazard_query()980 if (candidate->isVMEM() || candidate->isSMEM() || candidate->isFlatLike()) in schedule_position_export()1034 if (current->isSMEM()) { in schedule_block()
90 } else if (instr->isSMEM() && !instr->operands.empty()) { in form_hard_clauses()
364 if (instr->isSMEM()) { in handle_instruction_gfx6()490 if (instr->isSMEM()) { in handle_instruction_gfx6()668 } else if (instr->isSALU() || instr->isSMEM()) { in handle_instruction_gfx10()749 if (instr->isSMEM()) { in handle_instruction_gfx10()
575 if (instr->isSALU() || instr->isBranch() || instr->isSMEM() || instr->isBarrier()) in needs_exec_mask()900 if (a->isSMEM() && a->operands[0].bytes() == 8 && b->operands[0].bytes() == 8) in should_form_clause()906 if (a->isVMEM() || a->isSMEM()) in should_form_clause()
229 if (instr->isSMEM()) { in get_wait_counter_info()461 if (instr->isSMEM() && !instr->operands.empty()) { in collect_preasm_stats()
1107 assert(isSMEM()); in smem()1112 assert(isSMEM()); in smem()1115 constexpr bool isSMEM() const noexcept { return format == Format::SMEM; } in isSMEM() function
381 if (ctx.gfx_level >= GFX10 && instr->isSMEM()) { in kill()
2430 } else if (inst->isSMEM()) { in lower_to_hw_instr()
1284 if (instr->isSMEM()) in label_instruction()