Home
last modified time | relevance | path

Searched defs:launchOp (Results 1 – 9 of 9) sorted by relevance

/llvm-project/mlir/lib/Conversion/GPUToVulkan/
H A DConvertGPULaunchFuncToVulkanLaunchFunc.cpp
/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DKernelOutlining.cpp124 gpu::LaunchOp launchOp, in sinkOperationsIntoLaunchOp() argument
178 static gpu::GPUFuncOp outlineKernelFuncImpl(gpu::LaunchOp launchOp, in outlineKernelFuncImpl() argument
265 outlineKernelFunc(gpu::LaunchOp launchOp,StringRef kernelFnName,llvm::SmallVectorImpl<Value> & operands) outlineKernelFunc() argument
282 convertToLaunchFuncOp(gpu::LaunchOp launchOp,gpu::GPUFuncOp kernelFunc,ValueRange operands) convertToLaunchFuncOp() argument
[all...]
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/GPU/
H A DGPUToLLVMIRTranslation.cpp20 LogicalResult launchKernel(gpu::LaunchFuncOp launchOp, in launchKernel()
/llvm-project/mlir/lib/Conversion/SCFToGPU/
H A DSCFToGPU.cpp236 auto launchOp = builder.create<gpu::LaunchOp>( in createLaunch() local
403 ParallelOp parallelOp, gpu::LaunchOp launchOp, IRMapping &cloningMap, in processParallelLoop() argument
609 gpu::LaunchOp launchOp = rewriter.create<gpu::LaunchOp>( matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
H A DConvertLaunchFuncToLLVMCalls.cpp167 matchAndRewrite(gpu::LaunchFuncOp launchOp, OpAdaptor adaptor, in matchAndRewrite()
/llvm-project/mlir/lib/Dialect/GPU/TransformOps/
H A DUtils.cpp272 createGpuLaunch(RewriterBase & rewriter,Location loc,TransformOpInterface transformOp,LaunchOp & launchOp,std::optional<int64_t> gridDimX,std::optional<int64_t> gridDimY,std::optional<int64_t> gridDimZ,std::optional<int64_t> blockDimX,std::optional<int64_t> blockDimY,std::optional<int64_t> blockDimZ) createGpuLaunch() argument
/llvm-project/mlir/lib/Dialect/NVGPU/TransformOps/
H A DNVGPUTransformOps.cpp946 buildGlobalMemRefDescriptor(TypedValue<MemRefType> memref,gpu::LaunchOp launchOp) buildGlobalMemRefDescriptor() argument
1042 auto launchOp = copyOps.front()->getParentOfType<gpu::LaunchOp>(); rewrite() local
/llvm-project/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp339 __anonad8780080802(LaunchFuncOp launchOp) verifyOperationAttribute() argument
564 auto launchOp = dyn_cast<gpu::LaunchOp>(op->getParentOp()); canMakeGroupOpUniform() local
[all...]
/llvm-project/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp930 matchAndRewrite(gpu::LaunchFuncOp launchOp,OpAdaptor adaptor,ConversionPatternRewriter & rewriter) const matchAndRewrite() argument
[all...]