Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp717 unsigned VGPRSize = llvm::alignTo( in emitEntryFunctionPrologue() local
723 MFI->setScratchReservedForDynamicVGPRs(VGPRSize); in emitEntryFunctionPrologue()
732 BuildMI(MBB, I, DL, TII->get(AMDGPU::S_CMOVK_I32), FPReg).addImm(VGPRSize); in emitEntryFunctionPrologue()
740 AMDGPU::isInlinableLiteral32(Offset + VGPRSize, in emitEntryFunctionPrologue()
743 .addImm(Offset + VGPRSize) in emitEntryFunctionPrologue()
748 .addImm(Offset + VGPRSize); in emitEntryFunctionPrologue()