Searched refs:isVMEM (Results 1 – 14 of 14) sorted by relevance
557 if (candidate->isVMEM()) in schedule_SMEM()606 if (is_dependency && candidate->isVMEM()) in schedule_SMEM()639 if (res == move_fail_ssa && candidate->isVMEM()) in schedule_SMEM()677 bool is_vmem = candidate->isVMEM() || candidate->isFlatOrGlobal(); in schedule_VMEM()689 if (current->isVMEM() == candidate->isVMEM()) { in schedule_VMEM()691 if (current->isVMEM()) in schedule_VMEM()743 bool is_vmem = candidate->isVMEM() || candidate->isFlatOrGlobal(); in schedule_VMEM()815 if (candidate->isVMEM() || candidate->format == Format::SMEM || candidate->isFlatOrGlobal()) in schedule_position_export()854 if (current->isVMEM() || current->isFlatOrGlobal()) { in schedule_block()
55 if (instr->isVMEM() && !instr->operands.empty()) { in collect_preasm_stats()
78 if (instr->isVMEM() && !instr->operands.empty()) { in form_hard_clauses()
397 } else if (instr->isVMEM() || instr->isFlatOrGlobal() || instr->format == Format::SCRATCH) { in handle_instruction_gfx6()492 } else if (instr->isVMEM() || instr->isFlatOrGlobal() || instr->format == Format::SCRATCH) { in handle_instruction_gfx6()597 if (instr->isVMEM() || instr->format == Format::FLAT || instr->format == Format::GLOBAL || in handle_instruction_gfx10()715 if (instr->isVMEM() || instr->format == Format::GLOBAL || instr->format == Format::SCRATCH) { in handle_instruction_gfx10()
419 if (instr->isVMEM() && ((it->second.events & vm_events) == event_vmem) && in check_instr()
935 constexpr bool isVMEM() const noexcept in isVMEM() function
2053 (instr->isVMEM() && i == 3 && ctx.program->chip_class == GFX6) || in register_allocation()
48 if (SIInstrInfo::isVMEM(*MI) && checkVMEMHazards(MI) > 0) in getHazardType()65 if (SIInstrInfo::isVMEM(*MI)) in PreEmitNoops()
199 static bool isVMEM(const MachineInstr &MI) { in isVMEM() function203 bool isVMEM(uint16_t Opcode) const { in isVMEM() function
652 if ((TII->isVMEM(MI1) && TII->isVMEM(MI2)) || in apply()
117 if ((SIInstrInfo::isVMEM(*MI) || in getHazardType()174 if (SIInstrInfo::isVMEM(*MI) || SIInstrInfo::isFLAT(*MI)) in PreEmitNoops()
316 static bool isVMEM(const MachineInstr &MI) { in isVMEM() function320 bool isVMEM(uint16_t Opcode) const { in isVMEM() function
101 return SIInstrInfo::isFLAT(MI) || SIInstrInfo::isVMEM(MI); in isVMEMClauseInst()
1343 } else if (SIInstrInfo::isVMEM(Inst) && in updateEventWaitcntAfter()