Lines Matching defs:beginFunc
1871 mlir::func::FuncOp beginFunc = getIORuntimeFunc<K>(loc, builder);
1872 mlir::FunctionType beginFuncTy = beginFunc.getFunctionType();
1879 auto call = builder.create<fir::CallOp>(loc, beginFunc,
1944 mlir::func::FuncOp beginFunc;
1950 beginFunc = getIORuntimeFunc<mkIOKey(BeginOpenUnit)>(loc, builder);
1951 mlir::FunctionType beginFuncTy = beginFunc.getFunctionType();
1961 beginFunc = getIORuntimeFunc<mkIOKey(BeginOpenNewUnit)>(loc, builder);
1962 mlir::FunctionType beginFuncTy = beginFunc.getFunctionType();
1967 builder.create<fir::CallOp>(loc, beginFunc, beginArgs).getResult(0);
1992 mlir::func::FuncOp beginFunc =
1995 mlir::FunctionType beginFuncTy = beginFunc.getFunctionType();
2010 auto cookie = builder.create<fir::CallOp>(loc, beginFunc, args).getResult(0);
2443 mlir::func::FuncOp beginFunc;
2461 beginFunc = getIORuntimeFunc<mkIOKey(BeginInquireUnit)>(loc, builder);
2462 mlir::FunctionType beginFuncTy = beginFunc.getFunctionType();
2469 beginFunc = getIORuntimeFunc<mkIOKey(BeginInquireFile)>(loc, builder);
2470 mlir::FunctionType beginFuncTy = beginFunc.getFunctionType();
2483 beginFunc = getIORuntimeFunc<mkIOKey(BeginInquireIoLength)>(loc, builder);
2484 mlir::FunctionType beginFuncTy = beginFunc.getFunctionType();
2488 builder.create<fir::CallOp>(loc, beginFunc, beginArgs).getResult(0);
2513 builder.create<fir::CallOp>(loc, beginFunc, beginArgs).getResult(0);