Home
last modified time | relevance | path

Searched defs:NextFreeSGPR (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp1923 uint32_t NextFreeSGPR = (GranulatedWavefrontSGPRCount + 1) * decodeCOMPUTE_PGM_RSRC1() local
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5362 calculateGPRBlocks(const FeatureBitset & Features,const MCExpr * VCCUsed,const MCExpr * FlatScrUsed,bool XNACKUsed,std::optional<bool> EnableWavefrontSize32,const MCExpr * NextFreeVGPR,SMRange VGPRRange,const MCExpr * NextFreeSGPR,SMRange SGPRRange,const MCExpr * & VGPRBlocks,const MCExpr * & SGPRBlocks) calculateGPRBlocks() argument
5450 const MCExpr *NextFreeSGPR = ZeroExpr; ParseDirectiveAMDHSAKernel() local
[all...]