Home
last modified time | relevance | path

Searched refs:lastwrite (Results 1 – 25 of 216) sorted by relevance

123456789

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Vector/
H A DVectorTransferOpTransforms.cpp163 vector::TransferWriteOp lastwrite = nullptr; in storeToLoadForwarding() local
175 if (lastwrite == nullptr || dominators.dominates(lastwrite, write)) in storeToLoadForwarding()
176 lastwrite = write; in storeToLoadForwarding()
178 assert(dominators.dominates(write, lastwrite)); in storeToLoadForwarding()
185 if (lastwrite == nullptr) in storeToLoadForwarding()
188 Region *topRegion = lastwrite->getParentRegion(); in storeToLoadForwarding()
199 if (!postDominators.postDominates(lastwrite, write)) { in storeToLoadForwarding()
206 LLVM_DEBUG(DBGS() << "Forward value from " << *lastwrite.getOperation() in storeToLoadForwarding()
208 read.replaceAllUsesWith(lastwrite.vector()); in storeToLoadForwarding()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorTransferOpTransforms.cpp163 vector::TransferWriteOp lastwrite = nullptr; in storeToLoadForwarding() local
175 if (lastwrite == nullptr || dominators.dominates(lastwrite, write)) in storeToLoadForwarding()
176 lastwrite = write; in storeToLoadForwarding()
178 assert(dominators.dominates(write, lastwrite)); in storeToLoadForwarding()
185 if (lastwrite == nullptr) in storeToLoadForwarding()
188 Region *topRegion = lastwrite->getParentRegion(); in storeToLoadForwarding()
199 if (!postDominators.postDominates(lastwrite, write)) { in storeToLoadForwarding()
206 LLVM_DEBUG(DBGS() << "Forward value from " << *lastwrite.getOperation() in storeToLoadForwarding()
208 read.replaceAllUsesWith(lastwrite.vector()); in storeToLoadForwarding()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorTransferOpTransforms.cpp163 vector::TransferWriteOp lastwrite = nullptr; in storeToLoadForwarding() local
175 if (lastwrite == nullptr || dominators.dominates(lastwrite, write)) in storeToLoadForwarding()
176 lastwrite = write; in storeToLoadForwarding()
178 assert(dominators.dominates(write, lastwrite)); in storeToLoadForwarding()
185 if (lastwrite == nullptr) in storeToLoadForwarding()
188 Region *topRegion = lastwrite->getParentRegion(); in storeToLoadForwarding()
199 if (!postDominators.postDominates(lastwrite, write)) { in storeToLoadForwarding()
206 LLVM_DEBUG(DBGS() << "Forward value from " << *lastwrite.getOperation() in storeToLoadForwarding()
208 read.replaceAllUsesWith(lastwrite.vector()); in storeToLoadForwarding()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorTransferOpTransforms.cpp163 vector::TransferWriteOp lastwrite = nullptr; in storeToLoadForwarding() local
175 if (lastwrite == nullptr || dominators.dominates(lastwrite, write)) in storeToLoadForwarding()
176 lastwrite = write; in storeToLoadForwarding()
178 assert(dominators.dominates(write, lastwrite)); in storeToLoadForwarding()
185 if (lastwrite == nullptr) in storeToLoadForwarding()
188 Region *topRegion = lastwrite->getParentRegion(); in storeToLoadForwarding()
199 if (!postDominators.postDominates(lastwrite, write)) { in storeToLoadForwarding()
206 LLVM_DEBUG(DBGS() << "Forward value from " << *lastwrite.getOperation() in storeToLoadForwarding()
208 read.replaceAllUsesWith(lastwrite.vector()); in storeToLoadForwarding()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorTransferOpTransforms.cpp183 vector::TransferWriteOp lastwrite = nullptr; in storeToLoadForwarding() local
196 if (lastwrite == nullptr || dominators.dominates(lastwrite, write)) in storeToLoadForwarding()
197 lastwrite = write; in storeToLoadForwarding()
199 assert(dominators.dominates(write, lastwrite)); in storeToLoadForwarding()
206 if (lastwrite == nullptr) in storeToLoadForwarding()
209 Region *topRegion = lastwrite->getParentRegion(); in storeToLoadForwarding()
220 if (!postDominators.postDominates(lastwrite, write)) { in storeToLoadForwarding()
227 LLVM_DEBUG(DBGS() << "Forward value from " << *lastwrite.getOperation() in storeToLoadForwarding()
229 read.replaceAllUsesWith(lastwrite.vector()); in storeToLoadForwarding()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorTransferOpTransforms.cpp183 vector::TransferWriteOp lastwrite = nullptr; in storeToLoadForwarding() local
196 if (lastwrite == nullptr || dominators.dominates(lastwrite, write)) in storeToLoadForwarding()
197 lastwrite = write; in storeToLoadForwarding()
199 assert(dominators.dominates(write, lastwrite)); in storeToLoadForwarding()
206 if (lastwrite == nullptr) in storeToLoadForwarding()
209 Region *topRegion = lastwrite->getParentRegion(); in storeToLoadForwarding()
220 if (!postDominators.postDominates(lastwrite, write)) { in storeToLoadForwarding()
227 LLVM_DEBUG(DBGS() << "Forward value from " << *lastwrite.getOperation() in storeToLoadForwarding()
229 read.replaceAllUsesWith(lastwrite.vector()); in storeToLoadForwarding()
/dports/math/py-plastex/plasTeX-2.1/plasTeX/
H A DLogging.py86 lastwrite = None variable in StreamHandler
101 StreamHandler.lastwrite = StreamHandler
107 if StreamHandler.lastwrite == StatusHandler:
135 StreamHandler.lastwrite = StatusHandler
/dports/emulators/tilem/tilem-2.0/emu/
H A Dgraylcd.c145 dword lastwrite; in tilem_gray_lcd_get_frame() local
180 lastwrite = glcd->calc->z80.lastlcdwrite; in tilem_gray_lcd_get_frame()
181 if (glcd->framestamp[glcd->framenum] == lastwrite) in tilem_gray_lcd_get_frame()
182 buf->stamp = lastwrite; in tilem_gray_lcd_get_frame()
185 glcd->framestamp[glcd->framenum] = lastwrite; in tilem_gray_lcd_get_frame()
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/dos/
H A Ddev_con.h39 Bit8u lastwrite; variable
138 lastwrite = data[count++]; in Write()
142 if((data[count] == '\n') && (lastwrite != '\r')) { in Write()
147 lastwrite = data[count++]; in Write()
417 lastwrite=0; in device_CON()
/dports/emulators/dosbox/dosbox-0.74-3/src/dos/
H A Ddev_con.h40 Bit8u lastwrite; variable
133 …if((data[count] == '\n') && (lastwrite != '\r')) INT10_TeletypeOutputAttr('\r',ansi.attr,ansi.enab… in Write()
136 lastwrite = data[count++]; in Write()
400 lastwrite=0; in device_CON()
/dports/net-im/toxic/toxic-0.11.3/src/
H A Dlog.c158 if (timed_out(log->lastwrite, LOG_FLUSH_LIMIT)) { in write_to_log()
160 log->lastwrite = get_unix_time(); in write_to_log()
175 log->lastwrite = 0; in log_disable()
H A Dlog.h28 time_t lastwrite; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/accessibility/braille/
H A Dbraille_console.c64 static u16 lastwrite[WIDTH]; in braille_write() local
72 if (!memcmp(lastwrite, buf, WIDTH * sizeof(*buf))) in braille_write()
74 memcpy(lastwrite, buf, WIDTH * sizeof(*buf)); in braille_write()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/accessibility/braille/
H A Dbraille_console.c64 static u16 lastwrite[WIDTH]; in braille_write() local
72 if (!memcmp(lastwrite, buf, WIDTH * sizeof(*buf))) in braille_write()
74 memcpy(lastwrite, buf, WIDTH * sizeof(*buf)); in braille_write()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/accessibility/braille/
H A Dbraille_console.c64 static u16 lastwrite[WIDTH]; in braille_write() local
72 if (!memcmp(lastwrite, buf, WIDTH * sizeof(*buf))) in braille_write()
74 memcpy(lastwrite, buf, WIDTH * sizeof(*buf)); in braille_write()
/dports/x11/mate-applets/mate-applets-1.26.0/multiload/src/
H A Dlinux-proc.c100 static guint64 lastread = 0, lastwrite = 0; in GetDiskLoad() local
188 writediff = write - lastwrite; in GetDiskLoad()
191 lastwrite = write; in GetDiskLoad()
/dports/sysutils/moosefs2-cgi/moosefs-2.0.91/mfsmaster/
H A Dmatomlserv.c88 double lastread,lastwrite; member
784 eptr->lastwrite = now; in matomlserv_write()
821 eptr->lastwrite = now; in matomlserv_write()
940 eptr->lastwrite = now; in matomlserv_serve()
977 if ((eptr->lastwrite+(eptr->timeout/3.0))<now && eptr->outputhead==NULL) { in matomlserv_serve()
1013 if ((eptr->lastwrite+(eptr->timeout/3.0))<now && eptr->outputhead==NULL) { in matomlserv_keep_alive()
/dports/sysutils/moosefs2-netdump/moosefs-2.0.91/mfsmaster/
H A Dmatomlserv.c88 double lastread,lastwrite; member
784 eptr->lastwrite = now; in matomlserv_write()
821 eptr->lastwrite = now; in matomlserv_write()
940 eptr->lastwrite = now; in matomlserv_serve()
977 if ((eptr->lastwrite+(eptr->timeout/3.0))<now && eptr->outputhead==NULL) { in matomlserv_serve()
1013 if ((eptr->lastwrite+(eptr->timeout/3.0))<now && eptr->outputhead==NULL) { in matomlserv_keep_alive()
/dports/sysutils/moosefs2-metalogger/moosefs-2.0.91/mfsmaster/
H A Dmatomlserv.c88 double lastread,lastwrite; member
784 eptr->lastwrite = now; in matomlserv_write()
821 eptr->lastwrite = now; in matomlserv_write()
940 eptr->lastwrite = now; in matomlserv_serve()
977 if ((eptr->lastwrite+(eptr->timeout/3.0))<now && eptr->outputhead==NULL) { in matomlserv_serve()
1013 if ((eptr->lastwrite+(eptr->timeout/3.0))<now && eptr->outputhead==NULL) { in matomlserv_keep_alive()
/dports/sysutils/moosefs2-master/moosefs-2.0.91/mfsmaster/
H A Dmatomlserv.c88 double lastread,lastwrite; member
784 eptr->lastwrite = now; in matomlserv_write()
821 eptr->lastwrite = now; in matomlserv_write()
940 eptr->lastwrite = now; in matomlserv_serve()
977 if ((eptr->lastwrite+(eptr->timeout/3.0))<now && eptr->outputhead==NULL) { in matomlserv_serve()
1013 if ((eptr->lastwrite+(eptr->timeout/3.0))<now && eptr->outputhead==NULL) { in matomlserv_keep_alive()
/dports/sysutils/moosefs2-client/moosefs-2.0.91/mfsmaster/
H A Dmatomlserv.c88 double lastread,lastwrite; member
784 eptr->lastwrite = now; in matomlserv_write()
821 eptr->lastwrite = now; in matomlserv_write()
940 eptr->lastwrite = now; in matomlserv_serve()
977 if ((eptr->lastwrite+(eptr->timeout/3.0))<now && eptr->outputhead==NULL) { in matomlserv_serve()
1013 if ((eptr->lastwrite+(eptr->timeout/3.0))<now && eptr->outputhead==NULL) { in matomlserv_keep_alive()
/dports/sysutils/moosefs2-chunkserver/moosefs-2.0.91/mfsmaster/
H A Dmatomlserv.c88 double lastread,lastwrite; member
784 eptr->lastwrite = now; in matomlserv_write()
821 eptr->lastwrite = now; in matomlserv_write()
940 eptr->lastwrite = now; in matomlserv_serve()
977 if ((eptr->lastwrite+(eptr->timeout/3.0))<now && eptr->outputhead==NULL) { in matomlserv_serve()
1013 if ((eptr->lastwrite+(eptr->timeout/3.0))<now && eptr->outputhead==NULL) { in matomlserv_keep_alive()
/dports/sysutils/moosefs2-cli/moosefs-2.0.91/mfsmaster/
H A Dmatomlserv.c88 double lastread,lastwrite; member
784 eptr->lastwrite = now; in matomlserv_write()
821 eptr->lastwrite = now; in matomlserv_write()
940 eptr->lastwrite = now; in matomlserv_serve()
977 if ((eptr->lastwrite+(eptr->timeout/3.0))<now && eptr->outputhead==NULL) { in matomlserv_serve()
1013 if ((eptr->lastwrite+(eptr->timeout/3.0))<now && eptr->outputhead==NULL) { in matomlserv_keep_alive()
/dports/sysutils/moosefs2-cgiserv/moosefs-2.0.91/mfsmaster/
H A Dmatomlserv.c88 double lastread,lastwrite; member
784 eptr->lastwrite = now; in matomlserv_write()
821 eptr->lastwrite = now; in matomlserv_write()
940 eptr->lastwrite = now; in matomlserv_serve()
977 if ((eptr->lastwrite+(eptr->timeout/3.0))<now && eptr->outputhead==NULL) { in matomlserv_serve()
1013 if ((eptr->lastwrite+(eptr->timeout/3.0))<now && eptr->outputhead==NULL) { in matomlserv_keep_alive()
/dports/sysutils/moosefs3-chunkserver/moosefs-3.0.116/mfsmaster/
H A Dmatomlserv.c90 double lastread,lastwrite; member
829 eptr->lastwrite = now; in matomlserv_write()
866 eptr->lastwrite = now; in matomlserv_write()
985 eptr->lastwrite = now; in matomlserv_serve()
1022 …if ((eptr->lastwrite+(eptr->timeout/3.0))<now && eptr->outputhead==NULL && eptr->clienttype!=UNKNO… in matomlserv_serve()
1058 …if ((eptr->lastwrite+(eptr->timeout/3.0))<now && eptr->outputhead==NULL && eptr->clienttype!=UNKNO… in matomlserv_keep_alive()

123456789