Searched refs:isMIMG (Results 1 – 15 of 15) sorted by relevance
81 if (program->chip_class == GFX10 && instr->isMIMG() && in form_hard_clauses()
273 bool has_sampler = instr->isMIMG() && !instr->operands[1].isUndefined() && in check_instr()681 bool has_sampler = instr->isMIMG() && !instr->operands[1].isUndefined() && in gen()691 } else if (ctx.chip_class == GFX6 && instr->isMIMG() && !instr->operands[2].isUndefined()) { in gen()
541 bool consider_mimg = instr->isMIMG() && in handle_instruction_gfx6()796 if (instr->isMIMG() && get_mimg_nsa_dwords(instr.get()) > 1) { in handle_instruction_gfx10()815 if (instr->isMIMG() && get_mimg_nsa_dwords(instr.get()) > 0) in handle_instruction_gfx10()
1133 assert(isMIMG()); in mimg()1138 assert(isMIMG()); in mimg()1141 constexpr bool isMIMG() const noexcept { return format == Format::MIMG; } in isMIMG() function1324 constexpr bool isVMEM() const noexcept { return isMTBUF() || isMUBUF() || isMIMG(); } in isVMEM()
246 (flat && i == 1) || (instr->isMIMG() && (i == 1 || i == 2)) || in validate_ir()
106 } else if (instr->isMIMG()) { in needs_exact()
2588 } else if (instr->isMIMG() && instr->definitions.size() == 1 && in register_allocation()
78 if (TII->isMIMG(Opcode) && !MI.mayStore()) { in runOnMachineFunction()
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
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()