Home
last modified time | relevance | path

Searched refs:kernel_code_properties (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp321 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
324 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
327 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
330 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
333 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
337 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
340 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
344 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
870 Streamer.emitInt16(KernelDescriptor.kernel_code_properties); in EmitAmdhsaKernelDescriptor()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAMDHSAKernelDescriptor.h175 uint16_t kernel_code_properties; member
221 static_assert(offsetof(kernel_descriptor_t, kernel_code_properties) ==
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4560 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
4566 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
4572 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
4578 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
4584 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
4594 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
4600 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
4609 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp444 KernelDescriptor.kernel_code_properties = getAmdhsaKernelCodeProperties(MF); in getAmdhsaKernelDescriptor()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp817 AMDHSA_BITS_SET(KD.kernel_code_properties, in getDefaultAmdhsaKernelDescriptor()