Searched refs:kernel_code_properties (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUTargetStreamer.cpp | 345 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() 370 PRINT_FIELD(OS, ".amdhsa_uses_dynamic_stack", KD, kernel_code_properties, in EmitAmdhsaKernelDescriptor() 900 Streamer.emitInt16(KernelDescriptor.kernel_code_properties); in EmitAmdhsaKernelDescriptor()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | AMDHSAKernelDescriptor.h | 180 uint16_t kernel_code_properties; member 226 static_assert(offsetof(kernel_descriptor_t, kernel_code_properties) ==
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 4955 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel() 4961 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel() 4967 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel() 4973 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel() 4979 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel() 4989 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel() 4995 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel() 5004 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel() 5008 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsmPrinter.cpp | 448 KernelDescriptor.kernel_code_properties = getAmdhsaKernelCodeProperties(MF); in getAmdhsaKernelDescriptor()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.cpp | 960 AMDHSA_BITS_SET(KD.kernel_code_properties, in getDefaultAmdhsaKernelDescriptor()
|