Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp1486 uint32_t NextFreeVGPR = (GranulatedWorkitemVGPRCount + 1) * in decodeCOMPUTE_PGM_RSRC1() local
1489 KdStream << Indent << ".amdhsa_next_free_vgpr " << NextFreeVGPR << '\n'; in decodeCOMPUTE_PGM_RSRC1()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1204 Optional<bool> EnableWavefrontSize32, unsigned NextFreeVGPR,
4485 bool XNACKUsed, Optional<bool> EnableWavefrontSize32, unsigned NextFreeVGPR, in calculateGPRBlocks() argument
4492 unsigned NumVGPRs = NextFreeVGPR; in calculateGPRBlocks()
4541 uint64_t NextFreeVGPR = 0; in ParseDirectiveAMDHSAKernel() local
4688 NextFreeVGPR = Val; in ParseDirectiveAMDHSAKernel()
4809 EnableWavefrontSize32, NextFreeVGPR, in ParseDirectiveAMDHSAKernel()
4838 if (AccumOffset > alignTo(std::max((uint64_t)1, NextFreeVGPR), 4)) in ParseDirectiveAMDHSAKernel()
4845 getSTI(), KernelName, KD, NextFreeVGPR, NextFreeSGPR, ReserveVCC, in ParseDirectiveAMDHSAKernel()