Home
last modified time | relevance | path

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

/external/llvm-project/polly/tools/GPURuntime/
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()
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp836 Value *BlockDimY, Value *BlockDimZ) { in addCUDAAnnotations()
899 Value *BlockDimY, Value *BlockDimZ, in createCallLaunchKernel()
1790 Value *BlockDimX, *BlockDimY, *BlockDimZ; in createKernel() local