OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:code_properties
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUTargetStreamer.cpp
60
bool EnableSGPRPrivateSegmentBuffer = (Header.
code_properties
&
62
bool EnableSGPRDispatchPtr = (Header.
code_properties
&
64
bool EnableSGPRQueuePtr = (Header.
code_properties
&
66
bool EnableSGPRKernargSegmentPtr = (Header.
code_properties
&
68
bool EnableSGPRDispatchID = (Header.
code_properties
&
70
bool EnableSGPRFlatScratchInit = (Header.
code_properties
&
72
bool EnableSGPRPrivateSegmentSize = (Header.
code_properties
&
74
bool EnableSGPRGridWorkgroupCountX = (Header.
code_properties
&
76
bool EnableSGPRGridWorkgroupCountY = (Header.
code_properties
&
78
bool EnableSGPRGridWorkgroupCountZ = (Header.
code_properties
[
all
...]
/external/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp
648
header.
code_properties
= AMD_CODE_PROPERTY_IS_PTR64;
651
AMD_HSA_BITS_SET(header.
code_properties
,
656
header.
code_properties
|=
661
header.
code_properties
|= AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR;
664
header.
code_properties
|= AMD_CODE_PROPERTY_ENABLE_SGPR_QUEUE_PTR;
667
header.
code_properties
|= AMD_CODE_PROPERTY_ENABLE_SGPR_KERNARG_SEGMENT_PTR;
670
header.
code_properties
|= AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_ID;
673
header.
code_properties
|= AMD_CODE_PROPERTY_ENABLE_SGPR_FLAT_SCRATCH_INIT;
678
header.
code_properties
|=
683
header.
code_properties
|
[
all
...]
AMDKernelCodeT.h
569
uint32_t
code_properties
;
member in struct:amd_kernel_code_s
[
all
...]
/external/llvm/lib/Target/AMDGPU/Utils/
AMDKernelCodeTInfo.h
26
printBitField<FLD_T(
code_properties
),\
31
parseBitField<FLD_T(
code_properties
),\
Completed in 73 milliseconds