Searched refs:BitcastOp (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/ |
| H A D | LowerToLLVM.cpp | 97 return bld.create<mlir::LLVM::BitcastOp>(loc, dstTy, src); in createIntCast() 675 rewriter.replaceOpWithNewOp<mlir::LLVM::BitcastOp>(castOp, llvmDstTy, in matchAndRewrite() 724 rewriter.replaceOpWithNewOp<mlir::LLVM::BitcastOp>(castOp, llvmDstTy, in matchAndRewrite() 827 rewriter.replaceOpWithNewOp<mlir::LLVM::BitcastOp>( in matchAndRewrite() 2145 rewriter.replaceOpWithNewOp<mlir::LLVM::BitcastOp>(op, llResTy, in matchAndRewrite() 2650 val = rewriter.create<mlir::LLVM::BitcastOp>(op.getLoc(), intType, val); in matchAndRewrite()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 4825 SDValue BitcastOp = Op->getOperand(0); in isFloatingPointZero() local 4826 if (BitcastOp->getOpcode() == ARMISD::VMOVIMM && in isFloatingPointZero() 4827 isNullConstant(BitcastOp->getOperand(0))) in isFloatingPointZero()
|