Home
last modified time | relevance | path

Searched refs:isSALU (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_insert_NOPs.cpp217 (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()
Daco_optimizer.cpp792 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()
Daco_insert_exec_mask.cpp100 if (instr->isSALU()) in pred_by_exec_mask()
102 if (instr->format == Format::SMEM || instr->isSALU()) in pred_by_exec_mask()
Daco_validate.cpp228 if (instr->isSALU() || instr->isVALU()) { in validate_ir()
Daco_ir.h926 constexpr bool isSALU() const noexcept in isSALU() function
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h183 static bool isSALU(const MachineInstr &MI) { in isSALU() function
187 bool isSALU(uint16_t Opcode) const { in isSALU() function
DSIInstrInfo.cpp1641 SIInstrInfo::isSALU(MI) || in shouldReadExec()
3108 if (isVALU(MI) || isSALU(MI)) { in getInstSizeInBytes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIOptimizeExecMaskingPreRA.cpp187 if (!TII->isSALU(*I) || I->readsRegister(AMDGPU::EXEC, TRI)) in runOnMachineFunction()
DGCNHazardRecognizer.cpp372 auto IsBufferHazardDefFn = [this] (MachineInstr *MI) { return TII.isSALU(*MI); }; in checkSMRDHazards()
668 return TII->isSALU(*MI); in checkReadM0Hazards()
DSIInstrInfo.h300 static bool isSALU(const MachineInstr &MI) { in isSALU() function
304 bool isSALU(uint16_t Opcode) const { in isSALU() function
DSIInstrInfo.cpp2595 SIInstrInfo::isSALU(MI) || in shouldReadExec()
4791 if (isVALU(MI) || isSALU(MI)) { in getInstSizeInBytes()