Searched refs:__tile_loadd (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/X86/ |
| H A D | amx_api.c | 24 __tile_loadd(&a, buf, STRIDE); in test_api() 25 __tile_loadd(&b, buf, STRIDE); in test_api() 26 __tile_loadd(&c, buf, STRIDE); in test_api() 28 __tile_loadd(&a, buf2, STRIDE); in test_api() 29 __tile_loadd(&b, buf2, STRIDE); in test_api() 30 __tile_loadd(&c, buf2, STRIDE); in test_api() 41 __tile_loadd(&a, buf, STRIDE); in test_tile_loadd()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | amxintrin.h | 317 static __inline__ void __tile_loadd(__tile1024i *dst, const void *base, in __tile_loadd() function
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/AMX/ |
| H A D | amx-fastconfig-phi.mir | 27 # __tile_loadd(&c, buf, STRIDE); 36 # __tile_loadd(&c, buf, STRIDE);
|
| H A D | amx-gemm.ll | 18 ; __tile_loadd(&a, A_mem+(i*TILE_SZ)*K+l*TILE_SZ, K*sizeof(int)); 19 ; __tile_loadd(&b, B_mem+(l*TILE_SZ)*N+j*TILE_SZ, N*sizeof(int));
|
| H A D | amx-type.ll | 123 define dso_local void @__tile_loadd(ptr nocapture %0, ptr %1, i64 %2) local_unnamed_addr { 124 ; CHECK-LABEL: @__tile_loadd(
|
| H A D | lat-transform-amx-bitcast.ll | 123 define dso_local void @__tile_loadd(ptr nocapture %0, ptr %1, i64 %2) local_unnamed_addr { 124 ; CHECK-LABEL: @__tile_loadd(
|