Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp497 auto llvmOp = rewriter.create<mlir::LLVM::CountLeadingZerosOp>( in matchAndRewrite() local
499 rewriter.replaceOp(op, llvmOp); in matchAndRewrite()
507 auto llvmOp = rewriter.create<mlir::LLVM::CountTrailingZerosOp>( in matchAndRewrite() local
509 rewriter.replaceOp(op, llvmOp); in matchAndRewrite()
532 auto llvmOp = rewriter.create<mlir::LLVM::CtPopOp>(op.getLoc(), resTy, in matchAndRewrite() local
534 rewriter.replaceOp(op, llvmOp); in matchAndRewrite()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIROps.td41 // automatically for CIR operations. The `llvmOp` field gives the name of the
53 // let llvmOp = "BarOp";
75 // `llvmOp` field from your CIR operation definition.
77 string llvmOp = "";