Searched refs:maxntidy (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/polly/test/GPGPU/ |
| H A D | cuda-annotations.ll | 11 … addrspace(1)*, i64)* @FUNC_foo_SCOP_0_KERNEL_0, !"maxntidx", i32 32, !"maxntidy", i32 1, !"maxnti…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/ |
| H A D | annotations.ll | 42 !2 = !{void (float*)* @kernel_func_maxntid, !"maxntidx", i32 10, !"maxntidy", i32 20, !"maxntidz", …
|
| H A D | bug26185-2.ll | 35 !0 = !{void (i8 addrspace(1)*, i8 addrspace(1)*, i64, i64)* @spam, !"maxntidx", i64 1, !"maxntidy",…
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 549 unsigned maxntidx, maxntidy, maxntidz; in emitKernelFunctionDirectives() local 555 if (!getMaxNTIDy(F, maxntidy)) in emitKernelFunctionDirectives() 556 maxntidy = 1; in emitKernelFunctionDirectives() 565 O << ".maxntid " << maxntidx << ", " << maxntidy << ", " << maxntidz in emitKernelFunctionDirectives()
|