Searched refs:getIORuntimeFunc (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IO.cpp | 161 static mlir::func::FuncOp getIORuntimeFunc(mlir::Location loc, in getIORuntimeFunc() function 183 getIORuntimeFunc<mkIOKey(GetIoMsg)>(loc, builder); in genEndIO() 194 getIORuntimeFunc<mkIOKey(EndIoStatement)>(loc, builder); in genEndIO() 968 ioFunc = getIORuntimeFunc<mkIOKey(SetForm)>(loc, builder); in genIOOption() 971 ioFunc = getIORuntimeFunc<mkIOKey(SetPad)>(loc, builder); in genIOOption() 980 ioFunc = getIORuntimeFunc<mkIOKey(SetSign)>(loc, builder); in genIOOption() 1035 ioFunc = getIORuntimeFunc<mkIOKey(SetPad)>(loc, builder); in genIOOption() 1041 ioFunc = getIORuntimeFunc<mkIOKey(SetSign)>(loc, builder); in genIOOption() 1101 getIORuntimeFunc<mkIOKey(GetSize)>(loc, builder); in genIOReadSize() 1227 getIORuntimeFunc<mkIOKey(EnableHandlers)>(loc, builder); in genConditionHandlerCall() [all …]
|