Lines Matching refs:getCurrentLocation
46 mlir::Location loc = converter.getCurrentLocation(); in genStopStatement()
114 mlir::Location loc = converter.getCurrentLocation(); in genFailImageStatement()
124 TODO(converter.getCurrentLocation(), "EVENT POST runtime"); in genEventPostStatement()
130 TODO(converter.getCurrentLocation(), "EVENT WAIT runtime"); in genEventWaitStatement()
136 TODO(converter.getCurrentLocation(), "LOCK runtime"); in genLockStatement()
142 TODO(converter.getCurrentLocation(), "UNLOCK runtime"); in genUnlockStatement()
148 TODO(converter.getCurrentLocation(), "SYNC ALL runtime"); in genSyncAllStatement()
154 TODO(converter.getCurrentLocation(), "SYNC IMAGES runtime"); in genSyncImagesStatement()
160 TODO(converter.getCurrentLocation(), "SYNC MEMORY runtime"); in genSyncMemoryStatement()
166 TODO(converter.getCurrentLocation(), "SYNC TEAM runtime"); in genSyncTeamStatement()
173 mlir::Location loc = converter.getCurrentLocation(); in genPauseStatement()