Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp405 KD.kernel_code_properties, in EmitAmdhsaKernelDescriptor()
409 PrintField(KD.kernel_code_properties, in EmitAmdhsaKernelDescriptor()
413 PrintField(KD.kernel_code_properties, in EmitAmdhsaKernelDescriptor()
417 PrintField(KD.kernel_code_properties, in EmitAmdhsaKernelDescriptor()
421 PrintField(KD.kernel_code_properties, in EmitAmdhsaKernelDescriptor()
426 PrintField(KD.kernel_code_properties, in EmitAmdhsaKernelDescriptor()
439 KD.kernel_code_properties, in EmitAmdhsaKernelDescriptor()
444 PrintField(KD.kernel_code_properties, in EmitAmdhsaKernelDescriptor()
449 PrintField(KD.kernel_code_properties, in EmitAmdhsaKernelDescriptor()
1024 KernelDescriptor.kernel_code_properties, in EmitAmdhsaKernelDescriptor()
[all …]
H A DAMDGPUMCKernelDescriptor.cpp35 KD.kernel_code_properties = ZeroMCExpr; in getDefaultAmdhsaKernelDescriptor()
60 KD.kernel_code_properties, OneMCExpr, in getDefaultAmdhsaKernelDescriptor()
H A DAMDGPUMCKernelDescriptor.h34 const MCExpr *kernel_code_properties = nullptr; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDHSAKernelDescriptor.h253 uint16_t kernel_code_properties; member
301 static_assert(offsetof(kernel_descriptor_t, kernel_code_properties) ==
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5895 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5926 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5933 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5940 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5947 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5958 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5965 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5975 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5979 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp624 KernelDescriptor.kernel_code_properties = getAmdhsaKernelCodeProperties(MF); in getAmdhsaKernelDescriptor()