Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp325 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
328 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
331 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
334 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
337 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
341 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
344 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
348 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
874 Streamer.emitInt16(KernelDescriptor.kernel_code_properties); in EmitAmdhsaKernelDescriptor()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDHSAKernelDescriptor.h175 uint16_t kernel_code_properties; member
221 static_assert(offsetof(kernel_descriptor_t, kernel_code_properties) ==
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4599 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
4605 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
4611 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
4617 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
4623 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
4633 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
4639 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
4648 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp427 KernelDescriptor.kernel_code_properties = getAmdhsaKernelCodeProperties(MF); in getAmdhsaKernelDescriptor()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp817 AMDHSA_BITS_SET(KD.kernel_code_properties, in getDefaultAmdhsaKernelDescriptor()