Searched refs:kernel_code_properties (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUTargetStreamer.cpp | 405 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 D | AMDGPUMCKernelDescriptor.cpp | 35 KD.kernel_code_properties = ZeroMCExpr; in getDefaultAmdhsaKernelDescriptor() 60 KD.kernel_code_properties, OneMCExpr, in getDefaultAmdhsaKernelDescriptor()
|
| H A D | AMDGPUMCKernelDescriptor.h | 34 const MCExpr *kernel_code_properties = nullptr; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | AMDHSAKernelDescriptor.h | 253 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 D | AMDGPUAsmParser.cpp | 5895 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 D | AMDGPUAsmPrinter.cpp | 624 KernelDescriptor.kernel_code_properties = getAmdhsaKernelCodeProperties(MF); in getAmdhsaKernelDescriptor()
|