Home
last modified time | relevance | path

Searched refs:NextFreeVGPR (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1278 Optional<bool> EnableWavefrontSize32, unsigned NextFreeVGPR,
4833 bool XNACKUsed, Optional<bool> EnableWavefrontSize32, unsigned NextFreeVGPR, in calculateGPRBlocks() argument
4840 unsigned NumVGPRs = NextFreeVGPR; in calculateGPRBlocks()
4889 uint64_t NextFreeVGPR = 0; in ParseDirectiveAMDHSAKernel() local
5047 NextFreeVGPR = Val; in ParseDirectiveAMDHSAKernel()
5175 EnableWavefrontSize32, NextFreeVGPR, in ParseDirectiveAMDHSAKernel()
5211 if (AccumOffset > alignTo(std::max((uint64_t)1, NextFreeVGPR), 4)) in ParseDirectiveAMDHSAKernel()
5231 getSTI(), KernelName, KD, NextFreeVGPR, NextFreeSGPR, ReserveVCC, in ParseDirectiveAMDHSAKernel()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp1781 uint32_t NextFreeVGPR = (GranulatedWorkitemVGPRCount + 1) * in decodeCOMPUTE_PGM_RSRC1() local
1784 KdStream << Indent << ".amdhsa_next_free_vgpr " << NextFreeVGPR << '\n'; in decodeCOMPUTE_PGM_RSRC1()