HomeSort by relevance Sort by last modified time
    Searched refs:MaxSGPR (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUAsmPrinter.cpp 55 unsigned MaxSGPR = 0;
114 MaxSGPR = maxUsed > MaxSGPR ? maxUsed : MaxSGPR;
122 MaxSGPR += 2;
125 OutStreamer.EmitIntValue(MaxSGPR + 1, 4);
  /external/llvm/lib/Target/R600/
AMDGPUAsmPrinter.cpp 241 unsigned MaxSGPR = 0;
321 MaxSGPR = maxUsed > MaxSGPR ? maxUsed : MaxSGPR;
330 MaxSGPR += 2;
333 MaxSGPR += 2;
338 ProgInfo.NumSGPR = MaxSGPR + 1;

Completed in 43 milliseconds