Home
last modified time | relevance | path

Searched refs:maxntidy (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/polly/test/GPGPU/
H A Dcuda-annotations.ll11 … 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 Dannotations.ll42 !2 = !{void (float*)* @kernel_func_maxntid, !"maxntidx", i32 10, !"maxntidy", i32 20, !"maxntidz", …
H A Dbug26185-2.ll35 !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 DNVPTXAsmPrinter.cpp549 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()