Lines Matching defs:beginFuncTy

1872   mlir::FunctionType beginFuncTy = beginFunc.getFunctionType();
1875 beginFuncTy.getInput(0), csi, stmtCtx);
1876 mlir::Value un = builder.createConvert(loc, beginFuncTy.getInput(0), unit);
1877 mlir::Value file = locToFilename(converter, loc, beginFuncTy.getInput(1));
1878 mlir::Value line = locToLineNo(converter, loc, beginFuncTy.getInput(2));
1951 mlir::FunctionType beginFuncTy = beginFunc.getFunctionType();
1954 beginFuncTy.getInput(0), csi, stmtCtx);
1956 beginArgs.push_back(locToFilename(converter, loc, beginFuncTy.getInput(1)));
1957 beginArgs.push_back(locToLineNo(converter, loc, beginFuncTy.getInput(2)));
1962 mlir::FunctionType beginFuncTy = beginFunc.getFunctionType();
1963 beginArgs.push_back(locToFilename(converter, loc, beginFuncTy.getInput(0)));
1964 beginArgs.push_back(locToLineNo(converter, loc, beginFuncTy.getInput(1)));
1995 mlir::FunctionType beginFuncTy = beginFunc.getFunctionType();
1998 beginFuncTy.getInput(0), csi, stmtCtx);
2003 args.push_back(builder.createConvert(loc, beginFuncTy.getInput(1), id));
2004 args.push_back(locToFilename(converter, loc, beginFuncTy.getInput(2)));
2005 args.push_back(locToLineNo(converter, loc, beginFuncTy.getInput(3)));
2007 args.push_back(locToFilename(converter, loc, beginFuncTy.getInput(1)));
2008 args.push_back(locToLineNo(converter, loc, beginFuncTy.getInput(2)));
2462 mlir::FunctionType beginFuncTy = beginFunc.getFunctionType();
2464 beginFuncTy.getInput(0), csi, stmtCtx);
2465 beginArgs = {unit, locToFilename(converter, loc, beginFuncTy.getInput(1)),
2466 locToLineNo(converter, loc, beginFuncTy.getInput(2))};
2470 mlir::FunctionType beginFuncTy = beginFunc.getFunctionType();
2474 builder.createConvert(loc, beginFuncTy.getInput(0), fir::getBase(file)),
2475 builder.createConvert(loc, beginFuncTy.getInput(1), fir::getLen(file)),
2476 locToFilename(converter, loc, beginFuncTy.getInput(2)),
2477 locToLineNo(converter, loc, beginFuncTy.getInput(3))};
2484 mlir::FunctionType beginFuncTy = beginFunc.getFunctionType();
2485 beginArgs = {locToFilename(converter, loc, beginFuncTy.getInput(0)),
2486 locToLineNo(converter, loc, beginFuncTy.getInput(1))};