Searched refs:WaveSize (Results 1 – 4 of 4) sorted by relevance
267 unsigned WaveSize = ST.getWavefrontSize(); in haveFreeLanesForSGPRSpill() local268 return NumVGPRSpillLanes + NumNeed <= WaveSize * SpillVGPRs.size(); in haveFreeLanesForSGPRSpill()284 unsigned WaveSize = ST.getWavefrontSize(); in allocateSGPRSpillToVGPR() local290 if (NumLanes > WaveSize) in allocateSGPRSpillToVGPR()300 unsigned VGPRIndex = (NumVGPRSpillLanes % WaveSize); in allocateSGPRSpillToVGPR()308 if (FuncInfo->VGPRReservedForSGPRSpill && NumVGPRSpillLanes < WaveSize) { in allocateSGPRSpillToVGPR()
375 const unsigned WaveSize = getWavefrontSize(); in getOccupancyWithLocalMemSize() local390 const unsigned MaxGroupNumWaves = (MaxWorkGroupSize + WaveSize - 1) / WaveSize; in getOccupancyWithLocalMemSize()
1275 auto WaveSize = B.buildConstant(LLT::scalar(32), ST.getWavefrontSizeLog2()); in applyMappingDynStackAlloc() local1276 auto ScaledSize = B.buildShl(IntPtrTy, AllocSize, WaveSize); in applyMappingDynStackAlloc()4234 unsigned WaveSize = getSizeInBits(MI.getOperand(1).getReg(), MRI, *TRI); in getInstrMapping() local4236 OpdsMapping[1] = AMDGPU::getValueMapping(AMDGPU::SGPRRegBankID, WaveSize); in getInstrMapping()4237 OpdsMapping[3] = AMDGPU::getValueMapping(AMDGPU::SGPRRegBankID, WaveSize); in getInstrMapping()
12199 unsigned WaveSize) { in hasCFUser() argument12204 if (!IT || IT->getBitWidth() != WaveSize) in hasCFUser()12238 Result = hasCFUser(U, Visited, WaveSize); in hasCFUser()