Searched refs:isSMEM (Results 1 – 8 of 8) sorted by relevance
90 } else if (instr->isSMEM() && !instr->operands.empty()) { in form_hard_clauses()
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()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()
358 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()
540 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()
229 if (instr->isSMEM()) { in get_wait_counter_info()460 if (instr->isSMEM() && !instr->operands.empty()) { in collect_preasm_stats()
1089 assert(isSMEM()); in smem()1094 assert(isSMEM()); in smem()1097 constexpr bool isSMEM() const noexcept { return format == Format::SMEM; } in isSMEM() function
369 if (ctx.chip_class >= GFX10 && instr->isSMEM()) { in kill()
1178 else if (instr->isSMEM()) { in label_instruction()