Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp345 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
348 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
351 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
354 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
357 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
361 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
364 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
368 kernel_code_properties, in EmitAmdhsaKernelDescriptor()
371 PRINT_FIELD(OS, ".amdhsa_uses_dynamic_stack", KD, kernel_code_properties, in EmitAmdhsaKernelDescriptor()
901 Streamer.emitInt16(KernelDescriptor.kernel_code_properties); in EmitAmdhsaKernelDescriptor()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DAMDHSAKernelDescriptor.h180 uint16_t kernel_code_properties; member
226 static_assert(offsetof(kernel_descriptor_t, kernel_code_properties) ==
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5035 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5041 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5047 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5053 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5059 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5069 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5075 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5084 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5088 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp442 KernelDescriptor.kernel_code_properties = getAmdhsaKernelCodeProperties(MF); in getAmdhsaKernelDescriptor()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1173 AMDHSA_BITS_SET(KD.kernel_code_properties, in getDefaultAmdhsaKernelDescriptor()