Home
last modified time | relevance | path

Searched refs:isMIMG (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_form_hard_clauses.cpp81 if (program->chip_class == GFX10 && instr->isMIMG() && in form_hard_clauses()
Daco_insert_waitcnt.cpp273 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()
Daco_insert_NOPs.cpp541 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()
Daco_ir.h1133 assert(isMIMG()); in mimg()
1138 assert(isMIMG()); in mimg()
1141 constexpr bool isMIMG() const noexcept { return format == Format::MIMG; } in isMIMG() function
1324 constexpr bool isVMEM() const noexcept { return isMTBUF() || isMUBUF() || isMIMG(); } in isVMEM()
Daco_validate.cpp246 (flat && i == 1) || (instr->isMIMG() && (i == 1 || i == 2)) || in validate_ir()
Daco_insert_exec_mask.cpp106 } else if (instr->isMIMG()) { in needs_exact()
Daco_register_allocation.cpp2588 } else if (instr->isMIMG() && instr->definitions.size() == 1 && in register_allocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIAddIMGInit.cpp78 if (TII->isMIMG(Opcode) && !MI.mayStore()) { in runOnMachineFunction()
DSIInstrInfo.h350 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() function
485 bool isMIMG(uint16_t Opcode) const { in isMIMG() function
DSILoadStoreOptimizer.cpp287 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()
DGCNHazardRecognizer.cpp702 if (TII->isMIMG(MI)) { in createsVALUHazard()
1151 if (!SIInstrInfo::isMIMG(*I)) in checkNSAtoVMEMHazard()
DSIInsertWaitcnts.cpp594 } else if (TII->isMIMG(Inst)) { in updateByEvent()
1260 (TII->isMIMG(Inst) && !Inst.mayLoad() && !Inst.mayStore())) in updateEventWaitcntAfter()
DSIShrinkInstructions.cpp695 if (TII->isMIMG(MI.getOpcode()) && in runOnMachineFunction()
DSIInstrInfo.cpp3400 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()
DSIISelLowering.cpp3593 if (TII->isMIMG(MI)) { in EmitInstrWithCustomInserter()
10348 if (TII->isMIMG(Opcode) && !TII->get(Opcode).mayStore() && in PostISelFolding()