Lines Matching refs:createBox
189 fir::BoxValue arryTmp = builder.createBox(loc, args[0]); in genProdOrSum()
198 : builder.createBox(loc, args[2]); in genProdOrSum()
261 fir::BoxValue arryTmp = builder.createBox(loc, args[0]); in genExtremumVal()
271 : builder.createBox(loc, args[2]); in genExtremumVal()
322 mlir::Value array = builder.createBox(loc, args[0]); in genExtremumloc()
330 : builder.createBox(loc, args[2]); in genExtremumloc()
2140 mlir::Value string = builder.createBox(loc, args[0]); in genAdjustRtCall()
2188 mlir::Value mask = builder.createBox(loc, args[0]); in genAll()
2190 fir::BoxValue maskArry = builder.createBox(loc, args[0]); in genAll()
2258 mlir::Value mask = builder.createBox(loc, args[0]); in genAny()
2260 fir::BoxValue maskArry = builder.createBox(loc, args[0]); in genAny()
2311 mlir::Value targetBox = builder.createBox(loc, target); in genAssociated()
2462 fir::BoxValue mask = builder.createBox(loc, args[0]); in genCount()
2533 fir::BoxValue arrayBox = builder.createBox(loc, args[0]); in genCshift()
2555 mlir::Value shift = builder.createBox(loc, args[1]); in genCshift()
2677 fir::BoxValue arrayBox = builder.createBox(loc, args[0]); in genEoshift()
2693 : builder.createBox(loc, args[2]); in genEoshift()
2706 mlir::Value shift = builder.createBox(loc, args[1]); in genEoshift()
3085 mlir::Value string = builder.createBox(loc, args[0]); in genIndex()
3086 mlir::Value substring = builder.createBox(loc, args[1]); in genIndex()
3093 return builder.createBox(loc, temp); in genIndex()
3291 fir::BoxValue matrixTmpA = builder.createBox(loc, args[0]); in genMatmul()
3293 fir::BoxValue matrixTmpB = builder.createBox(loc, args[1]); in genMatmul()
3519 mlir::Value array = builder.createBox(loc, args[0]); in genPack()
3522 mlir::Value mask = builder.createBox(loc, args[1]); in genPack()
3528 : builder.createBox(loc, args[2]); in genPack()
3612 mlir::Value string = builder.createBox(loc, args[0]); in genRepeat()
3633 mlir::Value source = builder.createBox(loc, args[0]); in genReshape()
3636 mlir::Value shape = builder.createBox(loc, args[1]); in genReshape()
3649 : builder.createBox(loc, args[2]); in genReshape()
3655 : builder.createBox(loc, args[3]); in genReshape()
3742 return builder.createBox(loc, temp); in genScan()
3750 mlir::Value string = builder.createBox(loc, args[0]); in genScan()
3753 mlir::Value set = builder.createBox(loc, args[1]); in genScan()
3878 mlir::Value array = builder.createBox(loc, args[0]); in genSize()
3977 return builder.createBox(loc, array); in createBoxForLBOUND()
3999 return builder.createBox(loc, safeToEmbox); in createBoxForLBOUND()
4112 mlir::Value source = builder.createBox(loc, args[0]); in genSpread()
4159 mlir::Value source = builder.createBox(loc, args[0]); in genTransfer()
4162 mlir::Value mold = builder.createBox(loc, args[1]); in genTransfer()
4206 mlir::Value source = builder.createBox(loc, args[0]); in genTranspose()
4227 mlir::Value string = builder.createBox(loc, args[0]); in genTrim()
4308 mlir::Value vector = builder.createBox(loc, args[0]); in genUnpack()
4311 fir::BoxValue maskBox = builder.createBox(loc, args[1]); in genUnpack()
4316 mlir::Value field = builder.createBox(loc, args[2]); in genUnpack()
4379 return builder.createBox(loc, temp); in genVerify()
4387 mlir::Value string = builder.createBox(loc, args[0]); in genVerify()
4390 mlir::Value set = builder.createBox(loc, args[1]); in genVerify()