+ {ttgir_info && (
+ <>
+
+ Tiled Buffer Load Count
+ {getCount(ttgir_info, "tt.load_count")}
+
+
+ Tiled Buffer Store Count
+ {getCount(ttgir_info, "tt.store_count")}
+
+
+ Tiled Global Load Count
+ {getCount(ttgir_info, "amdgpu.buffer_load_count")}
+
+
+ Tiled Global Store Count
+ {getCount(ttgir_info, "amdgpu.buffer_store_count")}
+
+ >
+ )}
+ {amdgcn_info && (
+ <>
+
+ AMDGCN Global Load Instruction Count
+ {getCount(amdgcn_info, "global_load_count")}
+
+
+ AMDGCN Global Store Instruction Count
+ {getCount(amdgcn_info, "global_store_count")}
+
+
+ AMDGCN Buffer Load Instruction Count
+ {getCount(amdgcn_info, "buffer_load_count")}
+
+
+ AMDGCN Buffer Store Instruction Count
+ {getCount(amdgcn_info, "buffer_store_count")}
+
+ >
+ )}
+