Lines Matching full:loc

17   auto loc = firBuilder->getUnknownLoc();  in TEST_F()  local
18 mlir::Value result = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
19 mlir::Value string = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
20 fir::runtime::genAdjustL(*firBuilder, loc, result, string); in TEST_F()
25 auto loc = firBuilder->getUnknownLoc(); in TEST_F() local
26 mlir::Value result = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
27 mlir::Value string = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
28 fir::runtime::genAdjustR(*firBuilder, loc, result, string); in TEST_F()
34 auto loc = builder.getUnknownLoc(); in checkCharCompare1() local
36 mlir::Value lhsBuff = builder.create<fir::UndefOp>(loc, type); in checkCharCompare1()
37 mlir::Value lhsLen = builder.create<fir::UndefOp>(loc, i32Ty); in checkCharCompare1()
38 mlir::Value rhsBuff = builder.create<fir::UndefOp>(loc, type); in checkCharCompare1()
39 mlir::Value rhsLen = builder.create<fir::UndefOp>(loc, i32Ty); in checkCharCompare1()
40 mlir::Value res = fir::runtime::genCharCompare(builder, loc, in checkCharCompare1()
71 auto loc = builder.getUnknownLoc(); in checkCharCompare2() local
72 fir::factory::CharacterExprHelper charHelper(builder, loc); in checkCharCompare2()
75 mlir::Value lhsBuff = builder.create<fir::UndefOp>(loc, boxCharTy); in checkCharCompare2()
76 mlir::Value lhsLen = builder.create<fir::UndefOp>(loc, i32Ty); in checkCharCompare2()
77 mlir::Value rhsBuff = builder.create<fir::UndefOp>(loc, boxCharTy); in checkCharCompare2()
78 mlir::Value rhsLen = builder.create<fir::UndefOp>(loc, i32Ty); in checkCharCompare2()
82 builder, loc, mlir::arith::CmpIPredicate::eq, lhs, rhs); in checkCharCompare2()
98 auto loc = builder.getUnknownLoc(); in checkGenIndex() local
100 mlir::Value stringBase = builder.create<fir::UndefOp>(loc, i32Ty); in checkGenIndex()
101 mlir::Value stringLen = builder.create<fir::UndefOp>(loc, i32Ty); in checkGenIndex()
102 mlir::Value substringBase = builder.create<fir::UndefOp>(loc, i32Ty); in checkGenIndex()
103 mlir::Value substringLen = builder.create<fir::UndefOp>(loc, i32Ty); in checkGenIndex()
104 mlir::Value back = builder.create<fir::UndefOp>(loc, i32Ty); in checkGenIndex()
105 mlir::Value res = fir::runtime::genIndex(builder, loc, kind, stringBase, in checkGenIndex()
117 auto loc = firBuilder->getUnknownLoc(); in TEST_F() local
118 mlir::Value resultBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
119 mlir::Value stringBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
120 mlir::Value substringBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
121 mlir::Value backOpt = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
122 mlir::Value kind = firBuilder->create<fir::UndefOp>(loc, i32Ty); in TEST_F()
124 *firBuilder, loc, resultBox, stringBox, substringBox, backOpt, kind); in TEST_F()
129 auto loc = firBuilder->getUnknownLoc(); in TEST_F() local
130 mlir::Value resultBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
131 mlir::Value stringBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
132 mlir::Value ncopies = firBuilder->create<fir::UndefOp>(loc, i32Ty); in TEST_F()
133 fir::runtime::genRepeat(*firBuilder, loc, resultBox, stringBox, ncopies); in TEST_F()
138 auto loc = firBuilder->getUnknownLoc(); in TEST_F() local
139 mlir::Value resultBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
140 mlir::Value stringBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
141 fir::runtime::genTrim(*firBuilder, loc, resultBox, stringBox); in TEST_F()
146 auto loc = firBuilder->getUnknownLoc(); in TEST_F() local
147 mlir::Value resultBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
148 mlir::Value stringBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
149 mlir::Value setBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
150 mlir::Value backBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
151 mlir::Value kind = firBuilder->create<fir::UndefOp>(loc, i32Ty); in TEST_F()
153 *firBuilder, loc, resultBox, stringBox, setBox, backBox, kind); in TEST_F()
159 auto loc = builder.getUnknownLoc(); in checkGenScan() local
163 mlir::Value stringBase = builder.create<fir::UndefOp>(loc, boxTy); in checkGenScan()
164 mlir::Value stringLen = builder.create<fir::UndefOp>(loc, i32Ty); in checkGenScan()
165 mlir::Value setBase = builder.create<fir::UndefOp>(loc, boxTy); in checkGenScan()
166 mlir::Value setLen = builder.create<fir::UndefOp>(loc, i32Ty); in checkGenScan()
167 mlir::Value back = builder.create<fir::UndefOp>(loc, i32Ty); in checkGenScan()
169 builder, loc, kind, stringBase, stringLen, setBase, setLen, back); in checkGenScan()
180 auto loc = firBuilder->getUnknownLoc(); in TEST_F() local
181 mlir::Value resultBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
182 mlir::Value stringBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
183 mlir::Value setBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
184 mlir::Value backBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
185 mlir::Value kind = firBuilder->create<fir::UndefOp>(loc, i32Ty); in TEST_F()
187 *firBuilder, loc, resultBox, stringBox, setBox, backBox, kind); in TEST_F()
193 auto loc = builder.getUnknownLoc(); in checkGenVerify() local
197 mlir::Value stringBase = builder.create<fir::UndefOp>(loc, boxTy); in checkGenVerify()
198 mlir::Value stringLen = builder.create<fir::UndefOp>(loc, i32Ty); in checkGenVerify()
199 mlir::Value setBase = builder.create<fir::UndefOp>(loc, boxTy); in checkGenVerify()
200 mlir::Value setLen = builder.create<fir::UndefOp>(loc, i32Ty); in checkGenVerify()
201 mlir::Value back = builder.create<fir::UndefOp>(loc, i32Ty); in checkGenVerify()
203 builder, loc, kind, stringBase, stringLen, setBase, setLen, back); in checkGenVerify()