Lines Matching refs:stringBox
66 mlir::Value resultBox, mlir::Value stringBox, in genAdjust() argument
74 stringBox, sourceFile, sourceLine); in genAdjust()
79 mlir::Value resultBox, mlir::Value stringBox) { in genAdjustL() argument
82 genAdjust(builder, loc, resultBox, stringBox, adjustFunc); in genAdjustL()
86 mlir::Value resultBox, mlir::Value stringBox) { in genAdjustR() argument
89 genAdjust(builder, loc, resultBox, stringBox, adjustFunc); in genAdjustR()
173 mlir::Value stringBox, in genIndexDescriptor() argument
177 genCharacterSearch(indexFunc, builder, loc, resultBox, stringBox, in genIndexDescriptor()
182 mlir::Value resultBox, mlir::Value stringBox, in genRepeat() argument
191 builder, loc, fTy, resultBox, stringBox, ncopies, sourceFile, sourceLine); in genRepeat()
196 mlir::Value resultBox, mlir::Value stringBox) { in genTrim() argument
204 stringBox, sourceFile, sourceLine); in genTrim()
210 mlir::Value stringBox, mlir::Value setBox, in genScanDescriptor() argument
213 genCharacterSearch(func, builder, loc, resultBox, stringBox, setBox, backBox, in genScanDescriptor()
246 mlir::Value stringBox, in genVerifyDescriptor() argument
250 genCharacterSearch(func, builder, loc, resultBox, stringBox, setBox, backBox, in genVerifyDescriptor()