| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDKernelCodeTUtils.cpp | 72 template <typename T, T amd_kernel_code_t::*ptr> 73 static void printField(StringRef Name, const amd_kernel_code_t &C, in printField() 78 template <typename T, T amd_kernel_code_t::*ptr, int shift, int width = 1> 79 static void printBitField(StringRef Name, const amd_kernel_code_t &c, in printBitField() 96 void llvm::printAmdKernelCodeField(const amd_kernel_code_t &C, in printAmdKernelCodeField() 104 void llvm::dumpAmdKernelCode(const amd_kernel_code_t *C, in dumpAmdKernelCode() 132 template <typename T, T amd_kernel_code_t::*ptr> 133 static bool parseField(amd_kernel_code_t &C, MCAsmParser &MCParser, in parseField() 143 static bool parseBitField(amd_kernel_code_t &C, MCAsmParser &MCParser, in parseBitField() 154 using ParseFx = bool(*)(amd_kernel_code_t &, MCAsmParser &MCParser, [all …]
|
| H A D | AMDKernelCodeTUtils.h | 16 struct amd_kernel_code_t; 24 void printAmdKernelCodeField(const amd_kernel_code_t &C, int FldIndex, 27 void dumpAmdKernelCode(const amd_kernel_code_t *C, raw_ostream &OS, 31 amd_kernel_code_t &C, raw_ostream &Err);
|
| H A D | AMDKernelCodeTInfo.h | 15 #define QNAME(name) amd_kernel_code_t::name 39 [](StringRef Name, const amd_kernel_code_t &C, raw_ostream &OS) { \ 44 [](amd_kernel_code_t &C, MCAsmParser &MCParser, raw_ostream &Err) { \
|
| H A D | AMDGPUBaseInfo.h | 16 struct amd_kernel_code_t; 505 void initDefaultAMDKernelCodeT(amd_kernel_code_t &Header,
|
| /llvm-project-15.0.7/llvm/test/MC/AMDGPU/ |
| H A D | hsa-wave-size.s | 18 .amd_kernel_code_t 29 .amd_kernel_code_t 41 .amd_kernel_code_t 52 .amd_kernel_code_t 63 .amd_kernel_code_t
|
| H A D | hsa.s | 62 ; Test all amd_kernel_code_t members with non-default values. 63 .amd_kernel_code_t 194 .amd_kernel_code_t
|
| H A D | hsa-gfx10.s | 62 ; Test all amd_kernel_code_t members with non-default values. 63 .amd_kernel_code_t 200 .amd_kernel_code_t
|
| H A D | hsa-text.s | 25 .amd_kernel_code_t
|
| H A D | hsa-exp.s | 47 .amd_kernel_code_t
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUTargetStreamer.h | 16 struct amd_kernel_code_t; 58 virtual void EmitAMDKernelCodeT(const amd_kernel_code_t &Header) = 0; 131 void EmitAMDKernelCodeT(const amd_kernel_code_t &Header) override; 191 void EmitAMDKernelCodeT(const amd_kernel_code_t &Header) override;
|
| H A D | AMDGPUTargetStreamer.cpp | 243 AMDGPUTargetAsmStreamer::EmitAMDKernelCodeT(const amd_kernel_code_t &Header) { in EmitAMDKernelCodeT() 719 AMDGPUTargetELFStreamer::EmitAMDKernelCodeT(const amd_kernel_code_t &Header) { in EmitAMDKernelCodeT()
|
| /llvm-project-15.0.7/llvm/test/Object/AMDGPU/ |
| H A D | objdump.s | 7 .amd_kernel_code_t 30 .amd_kernel_code_t
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsmPrinter.h | 20 struct amd_kernel_code_t; 55 void getAmdKernelCode(amd_kernel_code_t &Out, const SIProgramInfo &KernelInfo,
|
| H A D | AMDKernelCodeT.h | 526 struct amd_kernel_code_t { struct
|
| H A D | AMDGPUAsmPrinter.cpp | 229 amd_kernel_code_t KernelCode; in emitFunctionBodyStart() 1087 void AMDGPUAsmPrinter::getAmdKernelCode(amd_kernel_code_t &Out, in getAmdKernelCode()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | llvm.amdgcn.dispatch.id.ll | 6 ; GCN: .amd_kernel_code_t
|
| H A D | code-object-v3.ll | 9 ; OSABI-AMDHSA-ASM-NOT: .amd_kernel_code_t 28 ; OSABI-AMDHSA-ASM-NOT: .amd_kernel_code_t
|
| H A D | flat-for-global-subtarget-feature.ll | 13 ; HSA: .amd_kernel_code_t
|
| H A D | hsa-func.ll | 43 ; HSA-NOT: amd_kernel_code_t
|
| H A D | hsa.ll | 49 ; HSA: .amd_kernel_code_t
|
| H A D | llvm.amdgcn.workgroup.id.ll | 14 ; CO-V2: .amd_kernel_code_t
|
| H A D | trap-abis.ll | 50 ; HSA-TRAP-GFX803-V2: .amd_kernel_code_t 154 ; HSA-TRAP-GFX900-V2: .amd_kernel_code_t 254 ; HSA-NOTRAP-GFX900-V2: .amd_kernel_code_t 410 ; HSA-TRAP-GFX803-V2: .amd_kernel_code_t 541 ; HSA-TRAP-GFX900-V2: .amd_kernel_code_t 662 ; HSA-NOTRAP-GFX900-V2: .amd_kernel_code_t 834 ; HSA-TRAP-GFX803-V2: .amd_kernel_code_t 947 ; HSA-TRAP-GFX900-V2: .amd_kernel_code_t 1057 ; HSA-NOTRAP-GFX900-V2: .amd_kernel_code_t
|
| H A D | amdgpu.private-memory.ll | 27 ; HSA-PROMOTE: .amd_kernel_code_t 38 ; HSA-ALLOCA: .amd_kernel_code_t
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
| H A D | llvm.amdgcn.dispatch.id.ll | 6 ; GCN: .amd_kernel_code_t
|
| H A D | llvm.amdgcn.workgroup.id.ll | 14 ; CO-V2: .amd_kernel_code_t
|