OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReservedVGPRCount
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.h
44
ReservedVGPRCount
(0),
74
// If
ReservedVGPRCount
is 0 then must be 0. Otherwise, this is the first
78
uint16_t
ReservedVGPRCount
;
AMDGPUAsmPrinter.cpp
200
OutStreamer->emitRawComment("
ReservedVGPRCount
: " + Twine(KernelInfo.
ReservedVGPRCount
),
450
ProgInfo.
ReservedVGPRCount
= MFI->getDebuggerReservedVGPRCount();
707
header.reserved_vgpr_count = KernelInfo.
ReservedVGPRCount
;
Completed in 51 milliseconds