/llvm-project/mlir/lib/Conversion/GPUToVulkan/ |
H A D | ConvertGPULaunchFuncToVulkanLaunchFunc.cpp |
|
/llvm-project/mlir/lib/Dialect/GPU/Transforms/ |
H A D | KernelOutlining.cpp | 124 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 D | GPUToLLVMIRTranslation.cpp | 20 LogicalResult launchKernel(gpu::LaunchFuncOp launchOp, in launchKernel()
|
/llvm-project/mlir/lib/Conversion/SCFToGPU/ |
H A D | SCFToGPU.cpp | 236 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 D | ConvertLaunchFuncToLLVMCalls.cpp | 167 matchAndRewrite(gpu::LaunchFuncOp launchOp, OpAdaptor adaptor, in matchAndRewrite()
|
/llvm-project/mlir/lib/Dialect/GPU/TransformOps/ |
H A D | Utils.cpp | 272 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 D | NVGPUTransformOps.cpp | 946 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 D | GPUDialect.cpp | 339 __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 D | GPUToLLVMConversion.cpp | 930 matchAndRewrite(gpu::LaunchFuncOp launchOp,OpAdaptor adaptor,ConversionPatternRewriter & rewriter) const matchAndRewrite() argument [all...] |