Searched refs:isSALU (Results 1 – 11 of 11) sorted by relevance
217 (pred->isSALU() && Salu)); in handle_raw_hazard_internal()339 } else if (instr->isSALU()) { in handle_instruction_gfx6()405 if (!instr->isSALU() && instr->format != Format::SMEM) in handle_instruction_gfx6()473 } else if (instr->isSALU() && !instr->definitions.empty()) { in handle_instruction_gfx6()604 } else if (instr->isSALU() || instr->format == Format::SMEM) { in handle_instruction_gfx10()694 } else if (instr->isSALU()) { in handle_instruction_gfx10()
792 else if (instr->isVALU() || instr->isSALU()) in get_operand_size()818 if (instr->isSALU() || instr->isVALU() || instr->format == Format::PSEUDO) { in label_instruction()846 if (instr->isSALU() || instr->format == Format::PSEUDO) { in label_instruction()3105 if (!instr->isSALU() && !instr->isVALU()) in select_instruction()3135 if (instr->isSALU() || (ctx.program->chip_class >= GFX10 && can_use_VOP3(ctx, instr))) in select_instruction()3239 if (instr->isSALU() || instr->isVALU()) { in apply_literals()
100 if (instr->isSALU()) in pred_by_exec_mask()102 if (instr->format == Format::SMEM || instr->isSALU()) in pred_by_exec_mask()
228 if (instr->isSALU() || instr->isVALU()) { in validate_ir()
926 constexpr bool isSALU() const noexcept in isSALU() function
183 static bool isSALU(const MachineInstr &MI) { in isSALU() function187 bool isSALU(uint16_t Opcode) const { in isSALU() function
1641 SIInstrInfo::isSALU(MI) || in shouldReadExec()3108 if (isVALU(MI) || isSALU(MI)) { in getInstSizeInBytes()
187 if (!TII->isSALU(*I) || I->readsRegister(AMDGPU::EXEC, TRI)) in runOnMachineFunction()
372 auto IsBufferHazardDefFn = [this] (MachineInstr *MI) { return TII.isSALU(*MI); }; in checkSMRDHazards()668 return TII->isSALU(*MI); in checkReadM0Hazards()
300 static bool isSALU(const MachineInstr &MI) { in isSALU() function304 bool isSALU(uint16_t Opcode) const { in isSALU() function
2595 SIInstrInfo::isSALU(MI) || in shouldReadExec()4791 if (isVALU(MI) || isSALU(MI)) { in getInstSizeInBytes()