Searched refs:isVSAMPLE (Results 1 – 4 of 4) sorted by relevance
425 return isMIMG(MI) || isVSAMPLE(MI) || isVIMAGE(MI); in isImage()429 return isMIMG(Opcode) || isVSAMPLE(Opcode) || isVIMAGE(Opcode); in isImage()596 static bool isVSAMPLE(const MachineInstr &MI) { in isVSAMPLE() function600 bool isVSAMPLE(uint16_t Opcode) const { in isVSAMPLE() function
185 !SIInstrInfo::isVSAMPLE(Inst)) in getVmemType()194 : (BaseInfo->Sampler || SIInstrInfo::isVSAMPLE(Inst)) ? VMEM_SAMPLER in getVmemType()
818 bool isVIMAGEorVSAMPLE = LSO.TII->isVIMAGE(*I) || LSO.TII->isVSAMPLE(*I); in setMI()
5180 AddrWords > ST.getNSAMaxSize(isVSAMPLE(MI))) { in verifyInstruction()6711 int RSrcOpName = (isVIMAGE(MI) || isVSAMPLE(MI)) ? AMDGPU::OpName::rsrc in legalizeOperands()