Home
last modified time | relevance | path

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

/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp470 static bool isGpuAsyncTokenType(Value value) { in isGpuAsyncTokenType() function
481 if (llvm::none_of(yieldOp.operands(), isGpuAsyncTokenType)) in matchAndRewrite()
488 if (!isGpuAsyncTokenType(operand.get())) in matchAndRewrite()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp470 static bool isGpuAsyncTokenType(Value value) { in isGpuAsyncTokenType() function
481 if (llvm::none_of(yieldOp.operands(), isGpuAsyncTokenType)) in matchAndRewrite()
488 if (!isGpuAsyncTokenType(operand.get())) in matchAndRewrite()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp470 static bool isGpuAsyncTokenType(Value value) { in isGpuAsyncTokenType() function
481 if (llvm::none_of(yieldOp.operands(), isGpuAsyncTokenType)) in matchAndRewrite()
488 if (!isGpuAsyncTokenType(operand.get())) in matchAndRewrite()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp482 static bool isGpuAsyncTokenType(Value value) { in isGpuAsyncTokenType() function
493 if (llvm::none_of(yieldOp.operands(), isGpuAsyncTokenType)) in matchAndRewrite()
500 if (!isGpuAsyncTokenType(operand.get())) in matchAndRewrite()