Home
last modified time | relevance | path

Searched defs:gpuFunc (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Conversion/GPUCommon/
H A DIndexIntrinsicsOpLowering.h96 if (auto gpuFunc = op->template getParentOfType<gpu::GPUFuncOp>()) { in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseGPUCodegen.cpp83 auto gpuFunc = in genGPUFunc() local
91 static Value genLaunchGPUFunc(OpBuilder &builder, gpu::GPUFuncOp gpuFunc, in genLaunchGPUFunc() argument
273 static void genGPUCode(PatternRewriter &rewriter, gpu::GPUFuncOp gpuFunc, in genGPUCode() argument
1220 auto gpuFunc = genGPUFunc(rewriter, gpuModule, args); matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Dialect/GPU/IR/
H A DInferIntRangeInterfaceImpls.cpp106 if (auto gpuFunc = op->template getParentOfType<GPUFuncOp>()) { in getKnownLaunchDim() local