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 | 370 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 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 | 5533 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 D | AMDGPUAsmPrinter.cpp | 500 KernelDescriptor.kernel_code_properties = getAmdhsaKernelCodeProperties(MF); in getAmdhsaKernelDescriptor()
|