Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h181 unsigned getNumVGPRBlocks(const FeatureBitset &Features, unsigned NumSGPRs);
DAMDGPUBaseInfo.cpp409 unsigned getNumVGPRBlocks(const FeatureBitset &Features, unsigned NumVGPRs) { in getNumVGPRBlocks() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp910 ProgInfo.VGPRBlocks = IsaInfo::getNumVGPRBlocks( in getSIProgramInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp2684 VGPRBlocks = IsaInfo::getNumVGPRBlocks(Features, NumVGPRs); in calculateGPRBlocks()