Searched refs:GetNumGPRBlocks (Results 1 – 2 of 2) sorted by relevance
962 auto GetNumGPRBlocks = [&CreateExpr, &Ctx](const MCExpr *NumGPR, in getSIProgramInfo() local975 ProgInfo.SGPRBlocks = GetNumGPRBlocks(ProgInfo.NumSGPRsForWavesPerEU, in getSIProgramInfo()977 ProgInfo.VGPRBlocks = GetNumGPRBlocks(ProgInfo.NumVGPRsForWavesPerEU, in getSIProgramInfo()
5404 auto GetNumGPRBlocks = [&Ctx](const MCExpr *NumGPR, in calculateGPRBlocks() local5417 VGPRBlocks = GetNumGPRBlocks( in calculateGPRBlocks()5421 GetNumGPRBlocks(NumSGPRs, IsaInfo::getSGPREncodingGranule(&getSTI())); in calculateGPRBlocks()