Searched refs:kernel_code_properties (Results 1 – 6 of 6) sorted by relevance
| /llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUTargetStreamer.cpp | 406 KD.kernel_code_properties, in EmitAmdhsaKernelDescriptor() 410 PrintField(KD.kernel_code_properties, in EmitAmdhsaKernelDescriptor() 414 PrintField(KD.kernel_code_properties, in EmitAmdhsaKernelDescriptor() 418 PrintField(KD.kernel_code_properties, in EmitAmdhsaKernelDescriptor() 422 PrintField(KD.kernel_code_properties, in EmitAmdhsaKernelDescriptor() 427 PrintField(KD.kernel_code_properties, in EmitAmdhsaKernelDescriptor() 440 KD.kernel_code_properties, in EmitAmdhsaKernelDescriptor() 445 PrintField(KD.kernel_code_properties, in EmitAmdhsaKernelDescriptor() 450 PrintField(KD.kernel_code_properties, in EmitAmdhsaKernelDescriptor() 1017 KernelDescriptor.kernel_code_properties, [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
|
| /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) ==
|
| /llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 5610 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel() 5641 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel() 5648 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel() 5655 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel() 5662 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel() 5673 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel() 5680 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel() 5690 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel() 5694 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
|
| /llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsmPrinter.cpp | 621 KernelDescriptor.kernel_code_properties = getAmdhsaKernelCodeProperties(MF); in runOnMachineFunction()
|