Home
last modified time | relevance | path

Searched refs:beginFuncTy (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp1635 mlir::FunctionType beginFuncTy = beginFunc.getFunctionType(); in genBasicIOStmt() local
1638 beginFuncTy.getInput(0), csi, stmtCtx); in genBasicIOStmt()
1714 mlir::FunctionType beginFuncTy = beginFunc.getFunctionType(); in genOpenStatement() local
1717 beginFuncTy.getInput(0), csi, stmtCtx); in genOpenStatement()
1725 mlir::FunctionType beginFuncTy = beginFunc.getFunctionType(); in genOpenStatement() local
1758 mlir::FunctionType beginFuncTy = beginFunc.getFunctionType(); in genWaitStatement() local
1761 beginFuncTy.getInput(0), csi, stmtCtx); in genWaitStatement()
2196 mlir::FunctionType beginFuncTy = beginFunc.getFunctionType(); in genInquireStatement() local
2204 mlir::FunctionType beginFuncTy = beginFunc.getFunctionType(); in genInquireStatement() local
2210 locToFilename(converter, loc, beginFuncTy.getInput(2)), in genInquireStatement()
[all …]