Searched refs:llvmOp (Results 1 – 2 of 2) sorted by relevance
497 auto llvmOp = rewriter.create<mlir::LLVM::CountLeadingZerosOp>( in matchAndRewrite() local499 rewriter.replaceOp(op, llvmOp); in matchAndRewrite()507 auto llvmOp = rewriter.create<mlir::LLVM::CountTrailingZerosOp>( in matchAndRewrite() local509 rewriter.replaceOp(op, llvmOp); in matchAndRewrite()532 auto llvmOp = rewriter.create<mlir::LLVM::CtPopOp>(op.getLoc(), resTy, in matchAndRewrite() local534 rewriter.replaceOp(op, llvmOp); in matchAndRewrite()
41 // automatically for CIR operations. The `llvmOp` field gives the name of the53 // let llvmOp = "BarOp";75 // `llvmOp` field from your CIR operation definition.77 string llvmOp = "";