Home
last modified time | relevance | path

Searched refs:NumVGPRs (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp628 unsigned NumVGPRs) const { in computeOccupancy()
634 if (NumVGPRs) in computeOccupancy()
635 Occupancy = std::min(Occupancy, getOccupancyWithNumVGPRs(NumVGPRs)); in computeOccupancy()
DAMDGPUSubtarget.h1075 unsigned NumSGPRs = 0, unsigned NumVGPRs = 0) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp472 unsigned getNumVGPRBlocks(const MCSubtargetInfo *STI, unsigned NumVGPRs, in getNumVGPRBlocks() argument
474 NumVGPRs = alignTo(std::max(1u, NumVGPRs), in getNumVGPRBlocks()
477 return NumVGPRs / getVGPREncodingGranule(STI, EnableWavefrontSize32) - 1; in getNumVGPRBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAMDGPUMetadata.h245 constexpr char NumVGPRs[] = "NumVGPRs"; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAMDGPUMetadata.cpp145 YIO.mapOptional(Kernel::CodeProps::Key::NumVGPRs, in mapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp3656 unsigned NumVGPRs = NextFreeVGPR; in calculateGPRBlocks() local
3681 IsaInfo::getNumVGPRBlocks(&getSTI(), NumVGPRs, EnableWavefrontSize32); in calculateGPRBlocks()