Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/
H A DInferIntRangeInterfaceImpls.cpp88 KernelDim3 blockIds = getBlockIds(); in inferResultRanges()
H A DGPUDialect.cpp422 KernelDim3 LaunchOp::getBlockIds() { in getBlockIds() function in LaunchOp
511 getBlockIds()); in print()
667 constPropIdUses(op.getBlockIds().x, op.gridSizeX()); in matchAndRewrite()
668 constPropIdUses(op.getBlockIds().y, op.gridSizeY()); in matchAndRewrite()
669 constPropIdUses(op.getBlockIds().z, op.gridSizeZ()); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Conversion/SCFToGPU/
H A DSCFToGPU.cpp265 ? getDim3Value(launchOp.getBlockIds(), en.index()) in createLaunch()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/GPU/IR/
H A DGPUOps.td572 KernelDim3 getBlockIds();