Home
last modified time | relevance | path

Searched refs:getNumSGPRBlocks (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h157 unsigned getNumSGPRBlocks(const FeatureBitset &Features, unsigned NumSGPRs);
DAMDGPUBaseInfo.cpp367 unsigned getNumSGPRBlocks(const FeatureBitset &Features, unsigned NumSGPRs) { in getNumSGPRBlocks() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp908 ProgInfo.SGPRBlocks = IsaInfo::getNumSGPRBlocks( in getSIProgramInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp2685 SGPRBlocks = IsaInfo::getNumSGPRBlocks(Features, NumSGPRs); in calculateGPRBlocks()