Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/ArithmeticToSPIRV/
H A DArithmeticToSPIRV.cpp726 #define DISPATCH(cmpPredicate, spirvOp) \ in matchAndRewrite() argument
728 if (spirvOp::template hasTrait<OpTrait::spirv::UnsignedOp>() && \ in matchAndRewrite()
733 rewriter.replaceOpWithNewOp<spirvOp>(op, adaptor.getLhs(), \ in matchAndRewrite()
761 #define DISPATCH(cmpPredicate, spirvOp) \ in matchAndRewrite() argument
763 rewriter.replaceOpWithNewOp<spirvOp>(op, adaptor.getLhs(), \ in matchAndRewrite()