Lines Matching full:create

19   mlir::Value result = builder.create<fir::UndefOp>(loc, seqTy);  in testGenBesselJn()
20 mlir::Value n1 = builder.create<fir::UndefOp>(loc, i32Ty); in testGenBesselJn()
21 mlir::Value n2 = builder.create<fir::UndefOp>(loc, i32Ty); in testGenBesselJn()
22 mlir::Value x = builder.create<fir::UndefOp>(loc, realTy); in testGenBesselJn()
23 mlir::Value bn1 = builder.create<fir::UndefOp>(loc, realTy); in testGenBesselJn()
24 mlir::Value bn2 = builder.create<fir::UndefOp>(loc, realTy); in testGenBesselJn()
42 mlir::Value result = builder.create<fir::UndefOp>(loc, seqTy); in testGenBesselJnX0()
43 mlir::Value n1 = builder.create<fir::UndefOp>(loc, i32Ty); in testGenBesselJnX0()
44 mlir::Value n2 = builder.create<fir::UndefOp>(loc, i32Ty); in testGenBesselJnX0()
62 mlir::Value result = builder.create<fir::UndefOp>(loc, seqTy); in testGenBesselYn()
63 mlir::Value n1 = builder.create<fir::UndefOp>(loc, i32Ty); in testGenBesselYn()
64 mlir::Value n2 = builder.create<fir::UndefOp>(loc, i32Ty); in testGenBesselYn()
65 mlir::Value x = builder.create<fir::UndefOp>(loc, realTy); in testGenBesselYn()
66 mlir::Value bn1 = builder.create<fir::UndefOp>(loc, realTy); in testGenBesselYn()
67 mlir::Value bn2 = builder.create<fir::UndefOp>(loc, realTy); in testGenBesselYn()
85 mlir::Value result = builder.create<fir::UndefOp>(loc, seqTy); in testGenBesselYnX0()
86 mlir::Value n1 = builder.create<fir::UndefOp>(loc, i32Ty); in testGenBesselYnX0()
87 mlir::Value n2 = builder.create<fir::UndefOp>(loc, i32Ty); in testGenBesselYnX0()
103 mlir::Value result = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
104 mlir::Value array = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
105 mlir::Value shift = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
106 mlir::Value dim = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
115 mlir::Value result = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
116 mlir::Value array = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
117 mlir::Value shift = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
126 mlir::Value result = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
127 mlir::Value array = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
128 mlir::Value shift = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
129 mlir::Value bound = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
130 mlir::Value dim = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
139 mlir::Value result = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
140 mlir::Value array = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
141 mlir::Value shift = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
142 mlir::Value bound = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
158 mlir::Value result = builder.create<fir::UndefOp>(loc, resultTy); in testGenMatmul()
159 mlir::Value matrixA = builder.create<fir::UndefOp>(loc, boxTy1); in testGenMatmul()
160 mlir::Value matrixB = builder.create<fir::UndefOp>(loc, boxTy2); in testGenMatmul()
188 mlir::Value result = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
189 mlir::Value array = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
190 mlir::Value mask = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
191 mlir::Value vector = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
200 mlir::Value result = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
201 mlir::Value source = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
202 mlir::Value shape = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
203 mlir::Value pad = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
204 mlir::Value order = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
213 mlir::Value result = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
214 mlir::Value source = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
215 mlir::Value dim = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
216 mlir::Value ncopies = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
225 mlir::Value result = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
226 mlir::Value source = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
235 mlir::Value result = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
236 mlir::Value vector = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
237 mlir::Value mask = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()
238 mlir::Value field = firBuilder->create<fir::UndefOp>(loc, seqTy); in TEST_F()