Home
last modified time | relevance | path

Searched refs:getNSAMaxSize (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h1141 unsigned getNSAMaxSize(bool HasSampler = false) const {
1142 return AMDGPU::getNSAMaxSize(*this, HasSampler);
H A DSIShrinkInstructions.cpp347 const unsigned NSAMaxSize = ST->getNSAMaxSize(); in shrinkMIMG()
H A DAMDGPULegalizerInfo.cpp6560 const unsigned NSAMaxSize = ST.getNSAMaxSize(BaseOpcode->Sampler); in legalizeImageIntrinsic()
7100 IsGFX12Plus || (ST.hasNSAEncoding() && NumVAddrs <= ST.getNSAMaxSize()); in legalizeBVHIntersectRayIntrinsic()
H A DSIISelLowering.cpp8656 const unsigned NSAMaxSize = ST->getNSAMaxSize(BaseOpcode->Sampler); in lowerImage()
9826 NumVAddrs <= Subtarget->getNSAMaxSize()) || in LowerINTRINSIC_W_CHAIN()
H A DSIInstrInfo.cpp5365 AddrWords > ST.getNSAMaxSize(isVSAMPLE(MI))) { in verifyInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1505 unsigned getNSAMaxSize(const MCSubtargetInfo &STI, bool HasSampler = false);
H A DAMDGPUBaseInfo.cpp2326 unsigned getNSAMaxSize(const MCSubtargetInfo &STI, bool HasSampler) { in getNSAMaxSize() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1601 unsigned getNSAMaxSize(bool HasSampler = false) const { in getNSAMaxSize() function in __anon6862249c0111::AMDGPUAsmParser
1602 return AMDGPU::getNSAMaxSize(getSTI(), HasSampler); in getNSAMaxSize()
4211 getNSAMaxSize(Desc.TSFlags & SIInstrFlags::VSAMPLE)) { in validateMIMGAddrSize()