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.h1094 unsigned getNSAMaxSize(bool HasSampler = false) const {
1095 return AMDGPU::getNSAMaxSize(*this, HasSampler);
H A DSIShrinkInstructions.cpp336 const unsigned NSAMaxSize = ST->getNSAMaxSize(); in shrinkMIMG()
H A DAMDGPULegalizerInfo.cpp6430 const unsigned NSAMaxSize = ST.getNSAMaxSize(BaseOpcode->Sampler); in legalizeImageIntrinsic()
6961 IsGFX12Plus || (ST.hasNSAEncoding() && NumVAddrs <= ST.getNSAMaxSize()); in legalizeBVHIntrinsic()
H A DSIISelLowering.cpp8093 const unsigned NSAMaxSize = ST->getNSAMaxSize(BaseOpcode->Sampler); in lowerImage()
9179 NumVAddrs <= Subtarget->getNSAMaxSize()) || in LowerINTRINSIC_W_CHAIN()
H A DSIInstrInfo.cpp5180 AddrWords > ST.getNSAMaxSize(isVSAMPLE(MI))) { in verifyInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1274 unsigned getNSAMaxSize(const MCSubtargetInfo &STI, bool HasSampler = false);
H A DAMDGPUBaseInfo.cpp2087 unsigned getNSAMaxSize(const MCSubtargetInfo &STI, bool HasSampler) { in getNSAMaxSize() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1537 unsigned getNSAMaxSize(bool HasSampler = false) const { in getNSAMaxSize() function in __anon6862249c0111::AMDGPUAsmParser
1538 return AMDGPU::getNSAMaxSize(getSTI(), HasSampler); in getNSAMaxSize()
3950 getNSAMaxSize(Desc.TSFlags & SIInstrFlags::VSAMPLE)) { in validateMIMGAddrSize()