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.cpp370 KD.kernel_code_properties, in EmitAmdhsaKernelDescriptor()
374 PrintField(KD.kernel_code_properties, in EmitAmdhsaKernelDescriptor()
378 PrintField(KD.kernel_code_properties, in EmitAmdhsaKernelDescriptor()
382 PrintField(KD.kernel_code_properties, in EmitAmdhsaKernelDescriptor()
386 PrintField(KD.kernel_code_properties, in EmitAmdhsaKernelDescriptor()
391 PrintField(KD.kernel_code_properties, in EmitAmdhsaKernelDescriptor()
404 KD.kernel_code_properties, in EmitAmdhsaKernelDescriptor()
409 PrintField(KD.kernel_code_properties, in EmitAmdhsaKernelDescriptor()
414 PrintField(KD.kernel_code_properties, in EmitAmdhsaKernelDescriptor()
991 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.cpp5533 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5564 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5571 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5578 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5585 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5596 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5603 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5613 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5617 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp500 KernelDescriptor.kernel_code_properties = getAmdhsaKernelCodeProperties(MF); in getAmdhsaKernelDescriptor()