Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp413 unsigned NumPreloaded = (MFI->getNumPreloadedSGPRs() + 1) / 2; in emitEntryFunctionFlatScratchInit() local
415 std::min(static_cast<unsigned>(AllSGPR64s.size()), NumPreloaded)); in emitEntryFunctionFlatScratchInit()
568 unsigned NumPreloaded = (MFI->getNumPreloadedSGPRs() + 3) / 4; in getEntryFunctionReservedScratchRsrcReg() local
570 …AllSGPR128s = AllSGPR128s.slice(std::min(static_cast<unsigned>(AllSGPR128s.size()), NumPreloaded)); in getEntryFunctionReservedScratchRsrcReg()
669 unsigned NumPreloaded = MFI->getNumPreloadedSGPRs(); in emitEntryFunctionPrologue() local
671 std::min(static_cast<unsigned>(AllSGPRs.size()), NumPreloaded)); in emitEntryFunctionPrologue()