Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/GPUCommon/
DConvertLaunchFuncToRuntimeCalls.cpp300 static LogicalResult areAllLLVMTypes(Operation *op, ValueRange operands, in areAllLLVMTypes() function
327 if (failed(areAllLLVMTypes(op, operands, rewriter))) in matchAndRewrite()
350 if (failed(areAllLLVMTypes(allocOp, operands, rewriter)) || in matchAndRewrite()
390 if (failed(areAllLLVMTypes(deallocOp, operands, rewriter)) || in matchAndRewrite()
568 if (failed(areAllLLVMTypes(launchOp, operands, rewriter))) in matchAndRewrite()