Searched refs:maxntidz (Results 1 – 8 of 8) sorted by relevance
/external/llvm/test/CodeGen/NVPTX/ |
D | annotations.ll | 37 !2 = !{void (float*)* @kernel_func_maxntid, !"maxntidx", i32 10, !"maxntidy", i32 20, !"maxntidz", …
|
D | bug26185-2.ll | 34 …)*, i8 addrspace(1)*, i64, i64)* @spam, !"maxntidx", i64 1, !"maxntidy", i64 1, !"maxntidz", i64 1}
|
/external/llvm-project/polly/test/GPGPU/ |
D | cuda-annotations.ll | 11 …(1)*, i64)* @FUNC_foo_SCOP_0_KERNEL_0, !"maxntidx", i32 32, !"maxntidy", i32 1, !"maxntidz", i32 1}
|
/external/llvm-project/llvm/test/CodeGen/NVPTX/ |
D | annotations.ll | 40 !2 = !{void (float*)* @kernel_func_maxntid, !"maxntidx", i32 10, !"maxntidy", i32 20, !"maxntidz", …
|
D | bug26185-2.ll | 34 …)*, i8 addrspace(1)*, i64, i64)* @spam, !"maxntidx", i64 1, !"maxntidy", i64 1, !"maxntidz", i64 1}
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 549 unsigned maxntidx, maxntidy, maxntidz; in emitKernelFunctionDirectives() local 559 if (!getMaxNTIDz(F, maxntidz)) in emitKernelFunctionDirectives() 560 maxntidz = 1; in emitKernelFunctionDirectives() 565 O << ".maxntid " << maxntidx << ", " << maxntidy << ", " << maxntidz in emitKernelFunctionDirectives()
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 549 unsigned maxntidx, maxntidy, maxntidz; in emitKernelFunctionDirectives() local 559 if (!getMaxNTIDz(F, maxntidz)) in emitKernelFunctionDirectives() 560 maxntidz = 1; in emitKernelFunctionDirectives() 565 O << ".maxntid " << maxntidx << ", " << maxntidy << ", " << maxntidz in emitKernelFunctionDirectives()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 538 unsigned maxntidx, maxntidy, maxntidz; in emitKernelFunctionDirectives() local 548 if (!llvm::getMaxNTIDz(F, maxntidz)) in emitKernelFunctionDirectives() 549 maxntidz = 1; in emitKernelFunctionDirectives() 554 O << ".maxntid " << maxntidx << ", " << maxntidy << ", " << maxntidz in emitKernelFunctionDirectives()
|