Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp261 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
264 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
267 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
270 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
273 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
276 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
279 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DAMDHSAKernelDescriptor.h147 uint16_t kernel_code_properties; member
176 offsetof(kernel_descriptor_t, kernel_code_properties) == 56,
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2736 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
2741 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
2746 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
2751 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
2756 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
2761 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
2766 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp397 KernelDescriptor.kernel_code_properties = getAmdhsaKernelCodeProperties(MF); in getAmdhsaKernelDescriptor()