Home
last modified time | relevance | path

Searched defs:coopType (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Conversion/GPUToSPIRV/
H A DWmmaOpsToSPIRV.cpp44 gpu::SubgroupMmaElementwiseOp op, Type coopType, in createElementwiseOp() argument
106 auto coopType = getTypeConverter()->convertType(op.getType()); matchAndRewrite() local
130 auto coopType = getTypeConverter()->convertType(op.getType()); matchAndRewrite() local
187 auto coopType = getTypeConverter()->convertType(op.getType()); matchAndRewrite() local
222 auto coopType = matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp377 [](auto coopType) { return coopType.getElementType(); }) in verify() argument