Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp406 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 DAMDGPUMCKernelDescriptor.cpp35 KD.kernel_code_properties = ZeroMCExpr; in getDefaultAmdhsaKernelDescriptor()
60 KD.kernel_code_properties, OneMCExpr, in getDefaultAmdhsaKernelDescriptor()
H A DAMDGPUMCKernelDescriptor.h34 const MCExpr *kernel_code_properties = nullptr; member
/llvm-project/llvm/include/llvm/Support/
H A DAMDHSAKernelDescriptor.h253 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 DAMDGPUAsmParser.cpp5610 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 DAMDGPUAsmPrinter.cpp621 KernelDescriptor.kernel_code_properties = getAmdhsaKernelCodeProperties(MF); in runOnMachineFunction()