Searched refs:isMIMG (Results 1 – 15 of 15) sorted by relevance
81 if (program->gfx_level == GFX10 && instr->isMIMG() && in form_hard_clauses()
547 bool consider_mimg = instr->isMIMG() && in handle_instruction_gfx6()822 if (instr->isMIMG() && get_mimg_nsa_dwords(instr.get()) > 1) { in handle_instruction_gfx10()841 if (instr->isMIMG() && get_mimg_nsa_dwords(instr.get()) > 0) in handle_instruction_gfx10()
1151 assert(isMIMG()); in mimg()1156 assert(isMIMG()); in mimg()1159 constexpr bool isMIMG() const noexcept { return format == Format::MIMG; } in isMIMG() function1354 constexpr bool isVMEM() const noexcept { return isMTBUF() || isMUBUF() || isMIMG(); } in isVMEM()
250 else if (instr->isMIMG() && !instr->operands[1].isUndefined() && in get_vmem_type()699 } else if (ctx.gfx_level == GFX6 && instr->isMIMG() && !instr->operands[2].isUndefined()) { in gen()
97 } else if (instr->isMIMG()) { in needs_exact()502 else if (instr->isMIMG()) in handle_atomic_data()
265 (flat && i == 1) || (instr->isMIMG() && (i == 1 || i == 2)) || in validate_ir()903 if (instr->isMIMG()) { in get_subdword_bytes_written()
232 } else if (instr->isMIMG() && instr->mimg().d16 && ctx.program->gfx_level <= GFX9) { in DefInfo()666 if (instr->isMIMG() && instr->mimg().d16 && !program->dev.sram_ecc_enabled) { in get_subdword_definition_info()2813 } else if (instr->isMIMG() && instr->definitions.size() == 1 && in register_allocation()
350 return isMUBUF(MI) || isMTBUF(MI) || isMIMG(MI); in isVMEM()354 return isMUBUF(Opcode) || isMTBUF(Opcode) || isMIMG(Opcode); in isVMEM()481 static bool isMIMG(const MachineInstr &MI) { in isMIMG() function485 bool isMIMG(uint16_t Opcode) const { in isMIMG() function
78 if (TII->isMIMG(Opcode) && !MI.mayStore()) { in runOnMachineFunction()
287 if (TII.isMIMG(MI)) { in getOpcodeWidth()328 if (TII.isMIMG(Opc)) { in getInstClass()379 if (TII.isMIMG(Opc)) { in getInstSubclass()422 if (TII.isMIMG(Opc)) { in getRegs()
702 if (TII->isMIMG(MI)) { in createsVALUHazard()1151 if (!SIInstrInfo::isMIMG(*I)) in checkNSAtoVMEMHazard()
594 } else if (TII->isMIMG(Inst)) { in updateByEvent()1260 (TII->isMIMG(Inst) && !Inst.mayLoad() && !Inst.mayStore())) in updateEventWaitcntAfter()
695 if (TII->isMIMG(MI.getOpcode()) && in runOnMachineFunction()
3400 if (isMIMG(MI.getOpcode()) && !MI.mayStore()) { in verifyInstruction()3651 if (isMIMG(MI)) { in verifyInstruction()4657 if (isMIMG(MI) || in legalizeOperands()5925 return isMUBUF(Opc) || isMTBUF(Opc) || isMIMG(Opc); in isHighLatencyInstruction()6027 if (isMIMG(MI)) { in getInstSizeInBytes()
3593 if (TII->isMIMG(MI)) { in EmitInstrWithCustomInserter()10348 if (TII->isMIMG(Opcode) && !TII->get(Opcode).mayStore() && in PostISelFolding()