Searched refs:GetNumGPRBlocks (Results 1 – 2 of 2) sorted by relevance
1133 auto GetNumGPRBlocks = [&CreateExpr, &Ctx](const MCExpr *NumGPR, in getSIProgramInfo() local1146 ProgInfo.SGPRBlocks = GetNumGPRBlocks(ProgInfo.NumSGPRsForWavesPerEU, in getSIProgramInfo()1148 ProgInfo.VGPRBlocks = GetNumGPRBlocks(ProgInfo.NumVGPRsForWavesPerEU, in getSIProgramInfo()
5766 auto GetNumGPRBlocks = [&Ctx](const MCExpr *NumGPR, in calculateGPRBlocks() local5779 VGPRBlocks = GetNumGPRBlocks( in calculateGPRBlocks()5783 GetNumGPRBlocks(NumSGPRs, IsaInfo::getSGPREncodingGranule(&getSTI())); in calculateGPRBlocks()