Lines Matching refs:getComplex
35 rewriter.create<complex::ReOp>(loc, type, adaptor.getComplex()); in matchAndRewrite()
37 rewriter.create<complex::ImOp>(loc, type, adaptor.getComplex()); in matchAndRewrite()
159 auto type = adaptor.getComplex().getType().template cast<ComplexType>(); in matchAndRewrite()
163 rewriter.create<complex::ReOp>(loc, elementType, adaptor.getComplex()); in matchAndRewrite()
165 rewriter.create<complex::ImOp>(loc, elementType, adaptor.getComplex()); in matchAndRewrite()
440 auto type = adaptor.getComplex().getType().cast<ComplexType>(); in matchAndRewrite()
444 rewriter.create<complex::ReOp>(loc, elementType, adaptor.getComplex()); in matchAndRewrite()
446 rewriter.create<complex::ImOp>(loc, elementType, adaptor.getComplex()); in matchAndRewrite()
465 auto type = adaptor.getComplex().getType().cast<ComplexType>(); in matchAndRewrite()
469 Value exp = b.create<complex::ExpOp>(adaptor.getComplex()); in matchAndRewrite()
489 auto type = adaptor.getComplex().getType().cast<ComplexType>(); in matchAndRewrite()
493 Value abs = b.create<complex::AbsOp>(elementType, adaptor.getComplex()); in matchAndRewrite()
495 Value real = b.create<complex::ReOp>(elementType, adaptor.getComplex()); in matchAndRewrite()
496 Value imag = b.create<complex::ImOp>(elementType, adaptor.getComplex()); in matchAndRewrite()
510 auto type = adaptor.getComplex().getType().cast<ComplexType>(); in matchAndRewrite()
514 Value real = b.create<complex::ReOp>(elementType, adaptor.getComplex()); in matchAndRewrite()
515 Value imag = b.create<complex::ImOp>(elementType, adaptor.getComplex()); in matchAndRewrite()
709 auto type = adaptor.getComplex().getType().cast<ComplexType>(); in matchAndRewrite()
713 rewriter.create<complex::ReOp>(loc, elementType, adaptor.getComplex()); in matchAndRewrite()
715 rewriter.create<complex::ImOp>(loc, elementType, adaptor.getComplex()); in matchAndRewrite()
757 Value arg = adaptor.getComplex(); in matchAndRewrite()
762 Value real = b.create<complex::ReOp>(elementType, adaptor.getComplex()); in matchAndRewrite()
763 Value imag = b.create<complex::ImOp>(elementType, adaptor.getComplex()); in matchAndRewrite()
819 auto type = adaptor.getComplex().getType().cast<ComplexType>(); in matchAndRewrite()
823 Value real = b.create<complex::ReOp>(elementType, adaptor.getComplex()); in matchAndRewrite()
824 Value imag = b.create<complex::ImOp>(elementType, adaptor.getComplex()); in matchAndRewrite()
832 auto abs = b.create<complex::AbsOp>(elementType, adaptor.getComplex()); in matchAndRewrite()
837 adaptor.getComplex(), sign); in matchAndRewrite()
849 Value cos = rewriter.create<complex::CosOp>(loc, adaptor.getComplex()); in matchAndRewrite()
850 Value sin = rewriter.create<complex::SinOp>(loc, adaptor.getComplex()); in matchAndRewrite()
863 auto type = adaptor.getComplex().getType().cast<ComplexType>(); in matchAndRewrite()
870 rewriter.create<complex::ReOp>(loc, elementType, adaptor.getComplex()); in matchAndRewrite()
872 rewriter.create<complex::ImOp>(loc, elementType, adaptor.getComplex()); in matchAndRewrite()
895 auto type = adaptor.getComplex().getType().cast<ComplexType>(); in matchAndRewrite()
898 rewriter.create<complex::ReOp>(loc, elementType, adaptor.getComplex()); in matchAndRewrite()
900 rewriter.create<complex::ImOp>(loc, elementType, adaptor.getComplex()); in matchAndRewrite()
997 auto type = adaptor.getComplex().getType().cast<ComplexType>(); in matchAndRewrite()
1000 Value a = builder.create<complex::ReOp>(elementType, adaptor.getComplex()); in matchAndRewrite()
1001 Value b = builder.create<complex::ImOp>(elementType, adaptor.getComplex()); in matchAndRewrite()
1022 rewriter.create<complex::ReOp>(loc, type, adaptor.getComplex()); in matchAndRewrite()
1024 rewriter.create<complex::ImOp>(loc, type, adaptor.getComplex()); in matchAndRewrite()