Home
last modified time | relevance | path

Searched defs:BlockDimZ (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/polly/tools/GPURuntime/
H A DGPUJIT.c592 unsigned int BlockDimY, unsigned int BlockDimZ, in launchKernelCL()
1401 unsigned int BlockDimY, unsigned int BlockDimZ, in launchKernelCUDA()
1686 unsigned int BlockDimY, unsigned int BlockDimZ, in polly_launchKernel()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp854 Value *BlockDimY, Value *BlockDimZ) { in addCUDAAnnotations()
917 Value *BlockDimY, Value *BlockDimZ, in createCallLaunchKernel()
1810 Value *BlockDimX, *BlockDimY, *BlockDimZ; in createKernel() local