Searched defs:groupOp (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/Dialect/SPIRV/IR/ | ||
H A D | GroupOps.cpp | 63 printGroupNonUniformArithmeticOp(Operation * groupOp,OpAsmPrinter & printer) printGroupNonUniformArithmeticOp() argument |
/llvm-project/mlir/lib/Conversion/GPUToSPIRV/ | ||
H A D | GPUToSPIRV.cpp | 475 return builder.create<UniformOp>(loc, type, scope, groupOp, arg) in createGroupReduceOpImpl() local |