Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DGroupOps.cpp63 printGroupNonUniformArithmeticOp(Operation * groupOp,OpAsmPrinter & printer) printGroupNonUniformArithmeticOp() argument
88 verifyGroupNonUniformArithmeticOp(Operation * groupOp) verifyGroupNonUniformArithmeticOp() argument
[all...]
/llvm-project/mlir/lib/Conversion/GPUToSPIRV/
H A DGPUToSPIRV.cpp475 return builder.create<UniformOp>(loc, type, scope, groupOp, arg) in createGroupReduceOpImpl() local