HomeSort by: relevance | last modified time | path
    Searched defs:getVGPRAllocGranule (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp 693 unsigned getVGPRAllocGranule(const MCSubtargetInfo *STI,
741 getVGPRAllocGranule(STI)) + 1;
749 getVGPRAllocGranule(STI));
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNSubtarget.h 1045 unsigned getVGPRAllocGranule() const {
1046 return AMDGPU::IsaInfo::getVGPRAllocGranule(this);

Completed in 15 milliseconds