Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp318 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
321 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
324 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
327 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
330 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
334 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
343 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
347 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
350 PRINT_FIELD(OS, ".amdhsa_uses_dynamic_stack", KD, kernel_code_properties, in EmitAmdhsaKernelDescriptor()
827 Streamer.emitInt16(KernelDescriptor.kernel_code_properties); in EmitAmdhsaKernelDescriptor()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDHSAKernelDescriptor.h250 uint16_t kernel_code_properties; member
298 static_assert(offsetof(kernel_descriptor_t, kernel_code_properties) ==
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5321 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5349 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5355 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5361 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5367 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5377 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5383 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5392 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5396 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp442 KernelDescriptor.kernel_code_properties = getAmdhsaKernelCodeProperties(MF); in getAmdhsaKernelDescriptor()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1196 AMDHSA_BITS_SET(KD.kernel_code_properties, in getDefaultAmdhsaKernelDescriptor()