Home
last modified time | relevance | path

Searched refs:areAllLLVMTypes (Results 1 – 10 of 10) sorted by relevance

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Conversion/GPUToNVVM/
H A DWmmaOpsToNvvm.cpp27 static LogicalResult areAllLLVMTypes(Operation *op, ValueRange operands, in areAllLLVMTypes() function
75 if (failed(areAllLLVMTypes(op, adaptor.getOperands(), rewriter))) in matchAndRewrite()
182 if (failed(areAllLLVMTypes(op, adaptor.getOperands(), rewriter))) in matchAndRewrite()
286 if (failed(areAllLLVMTypes(op, adaptor.getOperands(), rewriter))) in matchAndRewrite()
358 if (failed(areAllLLVMTypes(subgroupMmaConstantOp.getOperation(), in matchAndRewrite()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Conversion/GPUToNVVM/
H A DWmmaOpsToNvvm.cpp27 static LogicalResult areAllLLVMTypes(Operation *op, ValueRange operands, in areAllLLVMTypes() function
75 if (failed(areAllLLVMTypes(op, operands, rewriter))) in matchAndRewrite()
183 if (failed(areAllLLVMTypes(op, operands, rewriter))) in matchAndRewrite()
288 if (failed(areAllLLVMTypes(op, operands, rewriter))) in matchAndRewrite()
361 if (failed(areAllLLVMTypes(subgroupMmaConstantOp.getOperation(), operands, in matchAndRewrite()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Conversion/GPUToNVVM/
H A DWmmaOpsToNvvm.cpp27 static LogicalResult areAllLLVMTypes(Operation *op, ValueRange operands, in areAllLLVMTypes() function
75 if (failed(areAllLLVMTypes(op, operands, rewriter))) in matchAndRewrite()
183 if (failed(areAllLLVMTypes(op, operands, rewriter))) in matchAndRewrite()
288 if (failed(areAllLLVMTypes(op, operands, rewriter))) in matchAndRewrite()
361 if (failed(areAllLLVMTypes(subgroupMmaConstantOp.getOperation(), operands, in matchAndRewrite()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Conversion/GPUToNVVM/
H A DWmmaOpsToNvvm.cpp27 static LogicalResult areAllLLVMTypes(Operation *op, ValueRange operands, in areAllLLVMTypes() function
75 if (failed(areAllLLVMTypes(op, operands, rewriter))) in matchAndRewrite()
183 if (failed(areAllLLVMTypes(op, operands, rewriter))) in matchAndRewrite()
288 if (failed(areAllLLVMTypes(op, operands, rewriter))) in matchAndRewrite()
361 if (failed(areAllLLVMTypes(subgroupMmaConstantOp.getOperation(), operands, in matchAndRewrite()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp377 static LogicalResult areAllLLVMTypes(Operation *op, ValueRange operands, in areAllLLVMTypes() function
404 if (failed(areAllLLVMTypes(op, adaptor.getOperands(), rewriter))) in matchAndRewrite()
427 if (failed(areAllLLVMTypes(allocOp, adaptor.getOperands(), rewriter)) || in matchAndRewrite()
466 if (failed(areAllLLVMTypes(deallocOp, adaptor.getOperands(), rewriter)) || in matchAndRewrite()
695 if (failed(areAllLLVMTypes(launchOp, adaptor.getOperands(), rewriter))) in matchAndRewrite()
779 if (failed(areAllLLVMTypes(memcpyOp, adaptor.getOperands(), rewriter)) || in matchAndRewrite()
815 if (failed(areAllLLVMTypes(memsetOp, adaptor.getOperands(), rewriter)) || in matchAndRewrite()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Conversion/GPUCommon/
H A DConvertLaunchFuncToRuntimeCalls.cpp320 static LogicalResult areAllLLVMTypes(Operation *op, ValueRange operands, in areAllLLVMTypes() function
347 if (failed(areAllLLVMTypes(op, operands, rewriter))) in matchAndRewrite()
370 if (failed(areAllLLVMTypes(allocOp, operands, rewriter)) || in matchAndRewrite()
410 if (failed(areAllLLVMTypes(deallocOp, operands, rewriter)) || in matchAndRewrite()
589 if (failed(areAllLLVMTypes(launchOp, operands, rewriter))) in matchAndRewrite()
672 if (failed(areAllLLVMTypes(memcpyOp, operands, rewriter)) || in matchAndRewrite()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Conversion/GPUCommon/
H A DConvertLaunchFuncToRuntimeCalls.cpp320 static LogicalResult areAllLLVMTypes(Operation *op, ValueRange operands, in areAllLLVMTypes() function
347 if (failed(areAllLLVMTypes(op, operands, rewriter))) in matchAndRewrite()
370 if (failed(areAllLLVMTypes(allocOp, operands, rewriter)) || in matchAndRewrite()
410 if (failed(areAllLLVMTypes(deallocOp, operands, rewriter)) || in matchAndRewrite()
589 if (failed(areAllLLVMTypes(launchOp, operands, rewriter))) in matchAndRewrite()
672 if (failed(areAllLLVMTypes(memcpyOp, operands, rewriter)) || in matchAndRewrite()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp362 static LogicalResult areAllLLVMTypes(Operation *op, ValueRange operands, in areAllLLVMTypes() function
389 if (failed(areAllLLVMTypes(op, operands, rewriter))) in matchAndRewrite()
412 if (failed(areAllLLVMTypes(allocOp, operands, rewriter)) || in matchAndRewrite()
452 if (failed(areAllLLVMTypes(deallocOp, operands, rewriter)) || in matchAndRewrite()
683 if (failed(areAllLLVMTypes(launchOp, operands, rewriter))) in matchAndRewrite()
766 if (failed(areAllLLVMTypes(memcpyOp, operands, rewriter)) || in matchAndRewrite()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp362 static LogicalResult areAllLLVMTypes(Operation *op, ValueRange operands, in areAllLLVMTypes() function
389 if (failed(areAllLLVMTypes(op, operands, rewriter))) in matchAndRewrite()
412 if (failed(areAllLLVMTypes(allocOp, operands, rewriter)) || in matchAndRewrite()
452 if (failed(areAllLLVMTypes(deallocOp, operands, rewriter)) || in matchAndRewrite()
683 if (failed(areAllLLVMTypes(launchOp, operands, rewriter))) in matchAndRewrite()
766 if (failed(areAllLLVMTypes(memcpyOp, operands, rewriter)) || in matchAndRewrite()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp362 static LogicalResult areAllLLVMTypes(Operation *op, ValueRange operands, in areAllLLVMTypes() function
389 if (failed(areAllLLVMTypes(op, operands, rewriter))) in matchAndRewrite()
412 if (failed(areAllLLVMTypes(allocOp, operands, rewriter)) || in matchAndRewrite()
452 if (failed(areAllLLVMTypes(deallocOp, operands, rewriter)) || in matchAndRewrite()
683 if (failed(areAllLLVMTypes(launchOp, operands, rewriter))) in matchAndRewrite()
766 if (failed(areAllLLVMTypes(memcpyOp, operands, rewriter)) || in matchAndRewrite()