Home
last modified time | relevance | path

Searched full:exiting (Results 1 – 25 of 684) sorted by relevance

12345678910>>...28

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp246 MachineBasicBlock *Exiting = Dec->getParent(); in expandNormalLoops() local
247 assert((Preheader && Exiting) && in expandNormalLoops()
248 "Preheader and exiting should exist for CTR loop!"); in expandNormalLoops()
271 // Generate "addi -1" in the exiting block. in expandNormalLoops()
272 BuildMI(*Exiting, Dec, Dec->getDebugLoc(), TII->get(ADDIOpcode), ADDIDef) in expandNormalLoops()
277 if (ML->isLoopLatch(Exiting)) { in expandNormalLoops()
279 // Preheader and the other one is loop latch Exiting. In hardware loop in expandNormalLoops()
284 PHIMIB.addReg(ADDIDef).addMBB(Exiting); in expandNormalLoops()
301 // Generate the compare in the exiting block. in expandNormalLoops()
304 BuildMI(*Exiting, Dec, Dec->getDebugLoc(), TII->get(CMPOpcode), CMPDef) in expandNormalLoops()
[all …]
/freebsd/contrib/netbsd-tests/bin/sh/
H A Dt_exit.sh78 atf_check -s exit:0 -o inline:'exiting\n' -e empty \
79 ${TEST_SH} -c '( trap "echo exiting" EXIT; /usr/bin/true )'
89 echo '( trap "echo exiting" 0 )' >helper.sh
90 atf_check -s exit:0 -o match:exiting -e empty ${TEST_SH} helper.sh
92 # atf_check -s exit:0 -o match:exiting -e empty /bin/ksh helper.sh
101 echo '( trap "echo exiting" 0; exit; echo NO_NO_NO )' >helper.sh
102 atf_check -s exit:0 -o match:exiting -o not-match:NO_NO -e empty \
105 # atf_check -s exit:0 -o match:exiting -e empty /bin/ksh helper.sh
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp266 const VPBlockBase *Exiting = Region->getExiting(); in verifyRegion() local
268 // Entry and Exiting shouldn't have any predecessor/successor, respectively. in verifyRegion()
273 if (Exiting->getNumSuccessors() != 0) { in verifyRegion()
274 errs() << "region exiting block has successors\n"; in verifyRegion()
317 const VPBasicBlock *Exiting = dyn_cast<VPBasicBlock>(TopRegion->getExiting()); in verify() local
318 if (!Exiting) { in verify()
319 errs() << "VPlan exiting block is not a VPBasicBlock\n"; in verify()
323 if (Exiting->empty()) { in verify()
324 errs() << "VPlan vector loop exiting block must end with BranchOnCount or " in verify()
329 auto *LastInst = dyn_cast<VPInstruction>(std::prev(Exiting->end())); in verify()
/freebsd/contrib/ntp/libntp/
H A Diosignal.c109 msyslog(LOG_ERR, "ioctl(FIOSSAIOOWN) fails for clock I/O: %m - EXITING"); in init_clock_sig()
119 msyslog(LOG_ERR, "ioctl(FIOSNBIO) fails for clock I/O: %m - EXITING"); in init_clock_sig()
126 msyslog(LOG_ERR, "ioctl(FIOSSAIOSTAT) fails for clock I/O: %m - EXITING"); in init_clock_sig()
213 "init_socket_sig: ioctl(I_SETSIG, S_INPUT) failed: %m - EXITING"); in init_socket_sig()
227 msyslog(LOG_ERR, "ioctl(FIOASYNC) fails: %m - EXITING"); in init_socket_sig()
237 msyslog(LOG_ERR, "fcntl(F_GETFL) fails: %m - EXITING"); in init_socket_sig()
243 msyslog(LOG_ERR, "fcntl(...|FASYNC) fails: %m - EXITING"); in init_socket_sig()
261 msyslog(LOG_ERR, "ioctl(SIOCSPGRP) fails: %m - EXITING"); in init_socket_sig()
268 msyslog(LOG_ERR, "ioctl(FIOSETOWN) fails: %m - EXITING"); in init_socket_sig()
275 msyslog(LOG_ERR, "fcntl(F_SETOWN) fails: %m - EXITING"); in init_socket_sig()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DUnifyLoopExits.cpp1 //===- UnifyLoopExits.cpp - Redirect exiting edges to one block -*- C++ -*-===//
10 // block N such that all exiting blocks now branch to N, and then control flow
37 "value to record the exiting block in CreateControlFlowHub."));
115 // LoopExitBlock. NewPhi receives Def only along exiting blocks that in INITIALIZE_PASS_DEPENDENCY()
144 // To unify the loop exits, we need a list of the exiting blocks as in unifyLoopExits()
147 // locate the exiting blocks and then examine their successors to in unifyLoopExits()
174 dbgs() << "Found exiting blocks:"; in unifyLoopExits()
/freebsd/tests/sys/vm/
H A Dshared_shadow_inval_test.c96 volatile bool exiting[DEPTH]; member
227 /* P1 and P4 wait for P3's writes before exiting. */ in child()
258 while (!ss->exiting[1] || in child()
259 (ss->block_xfer && !ss->exiting[4])) in child()
263 * them to finish exiting. in child()
307 dprintf("P%d (pid %d) exiting\n", depth, mypid); in child()
308 ss->exiting[depth] = true; in child()
/freebsd/cddl/usr.sbin/zfsd/
H A Dzfsd.cc157 errx(1, "Multiple ZfsDaemon instances created. Exiting"); in ZfsDaemon()
162 errx(1, "Unable to allocate signal pipe. Exiting"); in ZfsDaemon()
165 errx(1, "Unable to set pipe as non-blocking. Exiting"); in ZfsDaemon()
168 errx(1, "Unable to set pipe as non-blocking. Exiting"); in ZfsDaemon()
178 errx(1, "Unable to initialize ZFS library. Exiting"); in ZfsDaemon()
356 errx(1, "Unexpected result of 0 from poll. Exiting"); in EventLoop()
422 errx(1, "already running as PID %d. Exiting", otherPID); in OpenPIDFile()
/freebsd/contrib/bc/scripts/
H A Dkaratsuba.py118 print("configure.sh returned an error ({}); exiting...".format(p.returncode))
136 print("make returned an error ({}); exiting...".format(p.returncode))
164 print("configure.sh returned an error ({}); exiting...".format(p.returncode))
170 print("make returned an error ({}); exiting...".format(p.returncode))
221 print("bc returned an error; exiting...")
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_leak_test_.cc67 // to 1 even when the code is already exiting with 0. in TEST()
79 // to 1 even when the code is already exiting with 0. in TEST()
95 // to 1 even when the code is already exiting with 0. in TEST()
/freebsd/tools/regression/pthread/unwind/
H A Dcatch_pthread_exit.cpp1 /* try to catch thread exiting, and rethrow the exception */
16 printf("thread exiting exception caught\n"); in thr_routine()
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.c96 printf("Before exiting of the child process\n"); in ATF_TC_BODY()
163 printf("Before exiting of the child process\n"); in ATF_TC_BODY()
262 printf("Before exiting of the child process\n"); in ATF_TC_BODY()
351 printf("Before exiting of the tracer process\n"); in ATF_TC_BODY()
454 printf("Before exiting of the tracer process\n"); in ATF_TC_BODY()
687 printf("Before exiting of the tracer process\n"); in ATF_TC_BODY()
805 printf("Before exiting of the tracer process\n"); in ATF_TC_BODY()
929 printf("Before exiting of the tracer process\n"); in ATF_TC_BODY()
994 printf("Before exiting of the child process\n"); in ATF_TC_BODY()
1049 printf("Before exiting of the child process\n"); in ATF_TC_BODY()
[all …]
/freebsd/usr.sbin/rpc.lockd/
H A Dlockd_lock.c472 debuglog("Exiting region overlap with val: %d\n",result); in regions_overlap()
688 debuglog("Exiting checking filelock identity: retval: %d\n",retval); in same_filelock_identity()
749 debuglog("Exiting bet_lock_matching_unlock\n"); in get_lock_matching_unlock()
845 debuglog("Exiting test_nfslock\n"); in test_nfslock()
886 debuglog("Exiting lock_nfslock...\n"); in lock_nfslock()
1020 debuglog("Exiting unlock_nfslock\n"); in unlock_nfslock()
1133 debuglog("Exiting unlock_hwlock (HW_DENIED_NOLOCK)\n"); in unlock_hwlock()
1149 debuglog("Exiting unlock_hwlock (HW_GRANTED)\n"); in unlock_hwlock()
1198 debuglog("Exiting duplicate_block: %s\n", retval ? "already blocked" in duplicate_block()
1216 debuglog("Exiting add_blockingfilelock: already blocked\n"); in add_blockingfilelock()
[all …]
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dtask.c158 isc_boolean_t exiting; member
166 #define FINISHED(m) ((m)->exiting && EMPTY((m)->tasks))
313 * task manager is exiting. Wake up in task_finished()
334 isc_boolean_t exiting; in isc__task_create() local
367 exiting = ISC_FALSE; in isc__task_create()
369 if (!manager->exiting) { in isc__task_create()
374 exiting = ISC_TRUE; in isc__task_create()
377 if (exiting) { in isc__task_create()
1088 * lock before exiting the 'if (task != NULL)' block. in dispatch()
1286 ISC_MSG_EXITING, "exiting")); in run()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopBoundSplit.cpp202 // Assumed only one exiting block. in canSplitLoopBound()
370 // If the exiting block is loop latch, the phi does not have the update at in splitLoopBound()
380 // Find PHI with exiting condition from pre-loop. The PHI should be in splitLoopBound()
414 // Replace exiting bound value of pre-loop NewBound. in splitLoopBound()
436 // Check incoming block is pre-loop's exiting block. in splitLoopBound()
446 // Replace pre-loop's exiting block by post-loop's preheader. in splitLoopBound()
450 // Add a new incoming value with post-loop's exiting block. in splitLoopBound()
H A DLoopPredication.cpp224 // profitability analysis to find other exiting blocks that have a much higher
225 // probability of exiting the loop instead of loop exiting via latch.
881 // If there is only one exiting edge in the loop, it is always profitable to in widenWidenableBranchGuardConditions()
886 // Calculate the exiting probabilities of all exiting edges from the loop, in widenWidenableBranchGuardConditions()
888 // Heuristic for profitability: If any of the exiting blocks' probability of in widenWidenableBranchGuardConditions()
889 // exiting the loop is larger than exiting through the latch block, it's not
895 "expected to be an exiting bloc in parseLoopLatchICmp()
[all...]
/freebsd/contrib/kyua/integration/helpers/
H A Dexpect_all_pass.cpp52 expect_exit(12, "Exiting with correct code"); in ATF_TEST_CASE_BODY()
68 expect_signal(SIGTERM, "Exiting with correct signal"); in ATF_TEST_CASE_BODY()
/freebsd/sys/x86/x86/
H A Didentcpu.c2547 "\001ExtINT" /* External-interrupt exiting */ in print_vmx_info()
2548 "\004NMI" /* NMI exiting */ in print_vmx_info()
2555 "\003INTWIN" /* Interrupt-window exiting */ in print_vmx_info()
2557 "\010HLT" /* HLT exiting */ in print_vmx_info()
2558 "\012INVLPG" /* INVLPG exiting */ in print_vmx_info()
2559 "\013MWAIT" /* MWAIT exiting */ in print_vmx_info()
2560 "\014RDPMC" /* RDPMC exiting */ in print_vmx_info()
2561 "\015RDTSC" /* RDTSC exiting */ in print_vmx_info()
2562 "\020CR3-LD" /* CR3-load exiting */ in print_vmx_info()
2563 "\021CR3-ST" /* CR3-store exiting */ in print_vmx_info()
[all …]
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp177 SBError Driver::ProcessArgs(const opt::InputArgList &args, bool &exiting) { in ProcessArgs() argument
378 exiting = true; in ProcessArgs()
393 exiting = true; in ProcessArgs()
409 exiting = true; in ProcessArgs()
468 // return when exiting. in MainLoop()
800 bool exiting = false; in main() local
801 SBError error(driver.ProcessArgs(input_args, exiting)); in main()
806 } else if (!exiting) { in main()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h217 // SCC is 'Inner' until it is either 'Header' or 'Exiting'. Note that a
218 // basic block can be 'Header' and 'Exiting' at the same time.
222 Exiting = 0x2, enumerator
229 // since basic block may be for example "Header" and "Exiting" at the same
252 /// Returns true if \p BB is an 'exiting' block in SCC with \p SccNum ID,
255 return getSccBlockType(BB, SccNum) & Exiting; in isSCCExitingBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h59 /// loop test. This will return the latch block if it's one of the exiting
60 /// blocks. Otherwise, return the exiting block. Return 'null' when
61 /// multiple exiting blocks are present.
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dhttp-server.c491 fprintf(stderr, "Couldn't create an event_base: exiting\n"); in main()
500 fprintf(stderr, "couldn't create evhttp. Exiting.\n"); in main()
535 fprintf(stderr, "couldn't bind to %s. Exiting.\n", o.unixsock); in main()
540 fprintf(stderr, "-U is not supported on this platform. Exiting.\n"); in main()
548 fprintf(stderr, "couldn't bind to port %d. Exiting.\n", o.port); in main()
/freebsd/contrib/libevent/sample/
H A Dhttp-server.c491 fprintf(stderr, "Couldn't create an event_base: exiting\n"); in main()
500 fprintf(stderr, "couldn't create evhttp. Exiting.\n"); in main()
535 fprintf(stderr, "couldn't bind to %s. Exiting.\n", o.unixsock); in main()
540 fprintf(stderr, "-U is not supported on this platform. Exiting.\n"); in main()
548 fprintf(stderr, "couldn't bind to port %d. Exiting.\n", o.port); in main()
/freebsd/contrib/netbsd-tests/kernel/arch/amd64/
H A Dt_ptrace_wait.c85 printf("Before exiting of the child process\n"); in ATF_TC_BODY()
168 printf("Before exiting of the child process\n"); in ATF_TC_BODY()
227 printf("Before exiting of the child process\n"); in ATF_TC_BODY()
301 printf("Before exiting of the child process\n"); in ATF_TC_BODY()
383 printf("Before exiting of the child process\n"); in ATF_TC_BODY()
489 printf("Before exiting of the child process\n"); in ATF_TC_BODY()
595 printf("Before exiting of the child process\n"); in ATF_TC_BODY()
701 printf("Before exiting of the child process\n"); in ATF_TC_BODY()
807 printf("Before exiting of the child process\n"); in ATF_TC_BODY()
908 printf("Before exiting of the child process\n"); in ATF_TC_BODY()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp361 Printf("Exiting\n"); \
395 Printf("Exiting\n"); in __msan_warning()
405 Printf("Exiting\n"); in __msan_warning_noreturn()
415 Printf("Exiting\n"); in __msan_warning_with_origin()
425 Printf("Exiting\n"); in __msan_warning_with_origin_noreturn()
573 Printf("Exiting\n"); in __msan_check_mem_is_initialized()
/freebsd/lib/libthr/thread/
H A Dthr_exit.c214 /* Check if this thread is already in the process of exiting: */
220 /* Flag this thread as exiting. */
298 /* Tell malloc that the thread is exiting. */

12345678910>>...28