Searched refs:isImage (Results 1 – 8 of 8) sorted by relevance
40 bool isImage(const Value &);
98 } else if (isImage(*TexHandle)) { in replaceIsTypePSampler()
223 bool isImage(const Value &val) { in isImage() function
1520 if (isSampler(*I) || isImage(*I)) { in emitFunctionParamList()1521 if (isImage(*I)) { in emitFunctionParamList()
424 static bool isImage(const MachineInstr &MI) { in isImage() function428 bool isImage(uint16_t Opcode) const { in isImage() function433 return isMUBUF(MI) || isMTBUF(MI) || isImage(MI); in isVMEM()437 return isMUBUF(Opcode) || isMTBUF(Opcode) || isImage(Opcode); in isVMEM()
325 if (TII.isImage(MI)) { in getOpcodeWidth()422 if (TII.isImage(Opc)) { in getInstClass()536 if (TII.isImage(Opc)) { in getInstSubclass()634 if (TII.isImage(Opc)) { in getRegs()
4551 if (isImage(MI) && MI.memoperands_empty() && MI.mayLoadOrStore()) { in verifyInstruction()4745 if (isImage(MI.getOpcode()) && !MI.mayStore()) { in verifyInstruction()5017 if (isImage(MI)) { in verifyInstruction()6586 if (isImage(MI) || (AMDGPU::isGraphics(MF.getFunction().getCallingConv()) && in legalizeOperands()
14731 if (TII->isImage(Opcode) && !TII->get(Opcode).mayStore() && in PostISelFolding()14955 if (TII->isImage(MI)) { in AdjustInstrPostInstrSelection()