OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumSGPR
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.h
41
NumSGPR
(0),
70
uint32_t
NumSGPR
;
95
unsigned &
NumSGPR
,
AMDGPUAsmPrinter.cpp
185
OutStreamer->emitRawComment(" NumSgprs: " + Twine(KernelInfo.
NumSGPR
),
467
ProgInfo.
NumSGPR
= MaxSGPR + 1;
470
if (ProgInfo.
NumSGPR
> SISubtarget::FIXED_SGPR_COUNT_FOR_INIT_BUG) {
474
ProgInfo.
NumSGPR
, DS_Error);
478
ProgInfo.
NumSGPR
= SISubtarget::FIXED_SGPR_COUNT_FOR_INIT_BUG;
496
ProgInfo.SGPRBlocks = (ProgInfo.
NumSGPR
- 1) / 8;
702
header.wavefront_sgpr_count = KernelInfo.
NumSGPR
;
/external/clang/lib/CodeGen/
TargetInfo.cpp
[
all
...]
Completed in 155 milliseconds