Home
last modified time | relevance | path

Searched refs:NumArchVGPR (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.h47 uint32_t NumArchVGPR = 0; member
H A DAMDGPUAsmPrinter.cpp532 CurrentProgramInfo.NumArchVGPR, in runOnMachineFunction()
686 ProgInfo.NumArchVGPR = Info.NumVGPR; in getSIProgramInfo()
802 ProgInfo.NumArchVGPR = std::max(ProgInfo.NumVGPR, WaveDispatchNumVGPR); in getSIProgramInfo()
804 Info.getTotalNumVGPRs(STM, Info.NumAGPR, ProgInfo.NumArchVGPR); in getSIProgramInfo()
1228 EmitResourceUsageRemark("NumVGPR", "VGPRs", CurrentProgramInfo.NumArchVGPR); in emitResourceUsageRemarks()