Home
last modified time | relevance | path

Searched refs:isVSAMPLE (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h425 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() function
600 bool isVSAMPLE(uint16_t Opcode) const { in isVSAMPLE() function
H A DSIInsertWaitcnts.cpp185 !SIInstrInfo::isVSAMPLE(Inst)) in getVmemType()
194 : (BaseInfo->Sampler || SIInstrInfo::isVSAMPLE(Inst)) ? VMEM_SAMPLER in getVmemType()
H A DSILoadStoreOptimizer.cpp818 bool isVIMAGEorVSAMPLE = LSO.TII->isVIMAGE(*I) || LSO.TII->isVSAMPLE(*I); in setMI()
H A DSIInstrInfo.cpp5180 AddrWords > ST.getNSAMaxSize(isVSAMPLE(MI))) { in verifyInstruction()
6711 int RSrcOpName = (isVIMAGE(MI) || isVSAMPLE(MI)) ? AMDGPU::OpName::rsrc in legalizeOperands()