Home
last modified time | relevance | path

Searched refs:DEBUG (Results 1 – 25 of 1494) sorted by relevance

12345678910>>...60

/external/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp524 DEBUG(dbgs() << "Swap vector when first built\n\n"); in gatherVectorInstructions()
584 DEBUG(dbgs() << "\n*** Forming webs for swap removal ***\n\n"); in formWebs()
590 DEBUG(dbgs() << "\n" << SwapVector[EntryIdx].VSEId << " "); in formWebs()
591 DEBUG(MI->dump()); in formWebs()
621 DEBUG(dbgs() << format("Unioning %d with %d\n", SwapVector[DefIdx].VSEId, in formWebs()
623 DEBUG(dbgs() << " Def: "); in formWebs()
624 DEBUG(DefMI->dump()); in formWebs()
635 DEBUG(dbgs() << "\n*** Rejecting webs for swap removal ***\n\n"); in recordUnoptimizableWebs()
653 DEBUG(dbgs() << in recordUnoptimizableWebs()
656 DEBUG(dbgs() << " in " << EntryIdx << ": "); in recordUnoptimizableWebs()
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp96 DEBUG(dbgs() << getPassName() << '\n'); in runOnModule()
358 DEBUG(dbgs() << "Insertion point dominated by:\n"); in isDominated()
359 DEBUG(IPI.first->print(dbgs())); in isDominated()
360 DEBUG(dbgs() << '\n'); in isDominated()
385 DEBUG(dbgs() << "Merge insertion point with:\n"); in tryAndMerge()
386 DEBUG(IPI->first->print(dbgs())); in tryAndMerge()
387 DEBUG(dbgs() << "\nat considered insertion point.\n"); in tryAndMerge()
407 DEBUG(dbgs() << "Merge insertion point with:\n"); in tryAndMerge()
408 DEBUG(IPI->first->print(dbgs())); in tryAndMerge()
409 DEBUG(dbgs() << '\n'); in tryAndMerge()
[all …]
DAArch64AddressTypePromotion.cpp255 DEBUG(dbgs() << "*** Propagate Sign Extension ***\n"); in propagateSignExtension()
264 DEBUG(dbgs() << "Consider:\n" << *SExt << '\n'); in propagateSignExtension()
268 DEBUG(dbgs() << "No uses => marked as delete\n"); in propagateSignExtension()
274 DEBUG(dbgs() << "Try to get through:\n" << *Inst << '\n'); in propagateSignExtension()
278 DEBUG(dbgs() << "Cannot get through\n"); in propagateSignExtension()
285 DEBUG(dbgs() << "SExt or trunc, mark it as to remove\n"); in propagateSignExtension()
313 DEBUG(dbgs() << "Propagate SExt to operands\n"); in propagateSignExtension()
316 DEBUG(dbgs() << "Operand:\n" << *(Inst->getOperand(OpIdx)) << '\n'); in propagateSignExtension()
319 DEBUG(dbgs() << "No need to propagate\n"); in propagateSignExtension()
325 DEBUG(dbgs() << "Statically sign extend\n"); in propagateSignExtension()
[all …]
DAArch64ConditionalCompares.cpp313 DEBUG(dbgs() << "Flags not used by terminator: " << *I); in findConvertibleCompare()
331 DEBUG(dbgs() << "Immediate out of range for ccmp: " << *I); in findConvertibleCompare()
342 DEBUG(dbgs() << "Can't convert compare with live destination: " << *I); in findConvertibleCompare()
360 DEBUG(dbgs() << "Can't create ccmp with multiple uses: " << *I); in findConvertibleCompare()
366 DEBUG(dbgs() << "Not convertible compare: " << *I); in findConvertibleCompare()
371 DEBUG(dbgs() << "Flags not defined in BB#" << MBB->getNumber() << '\n'); in findConvertibleCompare()
385 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has live-ins.\n"); in canSpeculateInstrs()
398 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has more than " in canSpeculateInstrs()
405 DEBUG(dbgs() << "Can't hoist: " << I); in canSpeculateInstrs()
413 DEBUG(dbgs() << "Won't speculate load: " << I); in canSpeculateInstrs()
[all …]
/external/emma/core/java12/com/vladium/jcd/parser/
DClassDefParser.java107 if (DEBUG) System.out.println (s_line); in class_table()
111 if (DEBUG) System.out.println (s_line); in class_table()
117 if (DEBUG) System.out.println (s_line); in class_table()
120 if (DEBUG) System.out.println (s_line); in class_table()
123 if (DEBUG) System.out.println (s_line); in class_table()
126 if (DEBUG) System.out.println (s_line); in class_table()
129 if (DEBUG) System.out.println (s_line); in class_table()
138 if (DEBUG) System.out.println ("magic: [" + Long.toHexString (magic) + ']'); in magic()
149 if (DEBUG) in version()
162 …if (DEBUG) System.out.println ("constant_pool_count = " + constant_pool_count + " [actual number o… in constant_pool()
[all …]
/external/llvm/utils/TableGen/
DDFAPacketizerEmitter.cpp273 DEBUG(dbgs() << "InsnClass: "); in dbgsInsnClass()
276 DEBUG(dbgs() << ", "); in dbgsInsnClass()
278 DEBUG(dbgs() << "0x" << utohexstr(InsnClass[i])); in dbgsInsnClass()
281 DEBUG(dbgs() << " (input: 0x" << utohexstr(InsnInput) << ")"); in dbgsInsnClass()
288 DEBUG(dbgs() << "StateInfo: "); in dbgsStateInfo()
294 DEBUG(dbgs() << ", "); in dbgsStateInfo()
296 DEBUG(dbgs() << "0x" << utohexstr(thisState)); in dbgsStateInfo()
305 DEBUG(dbgs() << " "); in dbgsIndent()
358 DEBUG(dbgs() << " thisState: 0x" << utohexstr(thisState) << "\n"); in AddInsnClass()
376 DEBUG({ in AddInsnClassStages()
[all …]
/external/llvm/lib/CodeGen/
DAggressiveAntiDepBreaker.cpp130 DEBUG(dbgs() << "AntiDep Critical-Path Registers:"); in AggressiveAntiDepBreaker()
131 DEBUG(for (int r = CriticalPathSet.find_first(); r != -1; in AggressiveAntiDepBreaker()
134 DEBUG(dbgs() << '\n'); in AggressiveAntiDepBreaker()
192 DEBUG(dbgs() << "Observe: "); in Observe()
193 DEBUG(MI->dump()); in Observe()
194 DEBUG(dbgs() << "\tRegs:"); in Observe()
205 DEBUG(if (State->GetGroup(Reg) != 0) in Observe()
214 DEBUG(dbgs() << '\n'); in Observe()
304 DEBUG(if (!header && footer) dbgs() << footer); in HandleLastUse()
313 DEBUG(if (header) { in HandleLastUse()
[all …]
DEarlyIfConversion.cpp188 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has live-ins.\n"); in canSpeculateInstrs()
202 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has more than " in canSpeculateInstrs()
209 DEBUG(dbgs() << "Can't hoist: " << *I); in canSpeculateInstrs()
217 DEBUG(dbgs() << "Won't speculate load: " << *I); in canSpeculateInstrs()
224 DEBUG(dbgs() << "Can't speculate: " << *I); in canSpeculateInstrs()
231 DEBUG(dbgs() << "Won't speculate regmask: " << *I); in canSpeculateInstrs()
249 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " depends on " << *DefMI); in canSpeculateInstrs()
251 DEBUG(dbgs() << "Can't insert instructions below terminator.\n"); in canSpeculateInstrs()
282 DEBUG(dbgs() << "Can't insert code after " << *I); in findInsertionPoint()
316 DEBUG({ in findInsertionPoint()
[all …]
DExpandPostRAPseudos.cpp100 DEBUG(dbgs() << "subreg: CONVERTING: " << *MI); in LowerSubregToReg()
104 DEBUG(dbgs() << "subreg: replaced by: " << *MI); in LowerSubregToReg()
117 DEBUG(dbgs() << "subreg: replace by: " << *MI); in LowerSubregToReg()
120 DEBUG(dbgs() << "subreg: eliminated!"); in LowerSubregToReg()
129 DEBUG(dbgs() << "subreg: " << *CopyMI); in LowerSubregToReg()
132 DEBUG(dbgs() << '\n'); in LowerSubregToReg()
140 DEBUG(dbgs() << "dead copy: " << *MI); in LowerCopy()
142 DEBUG(dbgs() << "replaced by: " << *MI); in LowerCopy()
150 DEBUG(dbgs() << "identity copy: " << *MI); in LowerCopy()
157 DEBUG(dbgs() << "replaced by: " << *MI); in LowerCopy()
[all …]
DStackColoring.cpp197 DEBUG(dbgs() << "Inspecting block #" << BasicBlocks.lookup(MBB) << " [" in dump()
204 DEBUG(dbgs()<<"BEGIN : {"); in dump()
206 DEBUG(dbgs()<<BlockInfo.Begin.test(i)<<" "); in dump()
207 DEBUG(dbgs()<<"}\n"); in dump()
209 DEBUG(dbgs()<<"END : {"); in dump()
211 DEBUG(dbgs()<<BlockInfo.End.test(i)<<" "); in dump()
213 DEBUG(dbgs()<<"}\n"); in dump()
215 DEBUG(dbgs()<<"LIVE_IN: {"); in dump()
217 DEBUG(dbgs()<<BlockInfo.LiveIn.test(i)<<" "); in dump()
219 DEBUG(dbgs()<<"}\n"); in dump()
[all …]
DSplitKit.cpp148 DEBUG(dbgs() << "*** Fixing inconsistent live interval! ***\n"); in analyzeUses()
158 DEBUG(dbgs() << "Analyze counted " in analyzeUses()
465 DEBUG(dbgs() << " selectIntv " << OpenIdx << " -> " << Idx << '\n'); in selectIntv()
471 DEBUG(dbgs() << " enterIntvBefore " << Idx); in enterIntvBefore()
475 DEBUG(dbgs() << ": not live\n"); in enterIntvBefore()
478 DEBUG(dbgs() << ": valno " << ParentVNI->id << '\n'); in enterIntvBefore()
488 DEBUG(dbgs() << " enterIntvAfter " << Idx); in enterIntvAfter()
492 DEBUG(dbgs() << ": not live\n"); in enterIntvAfter()
495 DEBUG(dbgs() << ": valno " << ParentVNI->id << '\n'); in enterIntvAfter()
508 DEBUG(dbgs() << " enterIntvAtEnd BB#" << MBB.getNumber() << ", " << Last); in enterIntvAtEnd()
[all …]
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp422 DEBUG(dbgs() << "\tintersect constraints\n"); in intersectConstraints()
423 DEBUG(dbgs() << "\t X ="; X->dump(dbgs())); in intersectConstraints()
424 DEBUG(dbgs() << "\t Y ="; Y->dump(dbgs())); in intersectConstraints()
440 DEBUG(dbgs() << "\t intersect 2 distances\n"); in intersectConstraints()
467 DEBUG(dbgs() << "\t intersect 2 lines\n"); in intersectConstraints()
472 DEBUG(dbgs() << "\t\tsame slope\n"); in intersectConstraints()
486 DEBUG(dbgs() << "\t\tdifferent slopes\n"); in intersectConstraints()
508 DEBUG(dbgs() << "\t\tXtop = " << Xtop << "\n"); in intersectConstraints()
509 DEBUG(dbgs() << "\t\tXbot = " << Xbot << "\n"); in intersectConstraints()
510 DEBUG(dbgs() << "\t\tYtop = " << Ytop << "\n"); in intersectConstraints()
[all …]
/external/mdnsresponder/mDNSShared/
DDebugServices.h45 #if( !defined( DEBUG ) )
46 #define DEBUG 0 macro
49 #if( defined( NDEBUG ) && DEBUG )
50 #error NDEBUG defined and DEBUG is also enabled...they need to be in-sync
383 #if( DEBUG )
400 #if( DEBUG )
417 #if( DEBUG )
447 #if( DEBUG )
459 #if( DEBUG )
553 #if( DEBUG )
[all …]
/external/libxml2/python/
Dtypes.c94 #ifdef DEBUG in libxml_intWrap()
106 #ifdef DEBUG in libxml_longWrap()
118 #ifdef DEBUG in libxml_doubleWrap()
130 #ifdef DEBUG in libxml_charPtrWrap()
147 #ifdef DEBUG in libxml_charPtrConstWrap()
163 #ifdef DEBUG in libxml_xmlCharPtrWrap()
180 #ifdef DEBUG in libxml_xmlCharPtrConstWrap()
196 #ifdef DEBUG in libxml_constcharPtrWrap()
212 #ifdef DEBUG in libxml_constxmlCharPtrWrap()
228 #ifdef DEBUG in libxml_xmlDocPtrWrap()
[all …]
/external/iputils/ninfod/
Dninfod.c233 DEBUG(LOG_ERR, "setsockopt(IPV6_RECVPKTINFO/IPV6_2292PKTINFO): %s\n", in set_recvpktinfo()
236 DEBUG(LOG_ERR, "setsockopt(IPV6_RECVPKTINFO): %s\n", in set_recvpktinfo()
246 DEBUG(LOG_ERR, "setsockopt(IPV6_PKTINFO): %s\n", in set_recvpktinfo()
263 DEBUG(LOG_ERR, "setsockopt(IPV6_CHECKSUM): %s\n", in init_sock()
274 DEBUG(LOG_ERR, "setsockopt(ICMP6_FILTER): %s\n", in init_sock()
295 DEBUG(LOG_DEBUG, "%s()\n", __func__); in ni_recv()
340 DEBUG(LOG_DEBUG, "%s()\n", __func__); in ni_send()
384 DEBUG(LOG_DEBUG, "sendmsg(): %s\n", strerror(errno)); in ni_send()
396 DEBUG(LOG_INFO, "singnal(%d) received, quitting.\n", sig); in sig_handler()
434 DEBUG(LOG_ERR, "failed to unlink file '%s' : %s\n", in cleanup_pidfile()
[all …]
Dninfod_core.c244 DEBUG(LOG_DEBUG, "%s()\n", __func__); in pr_nodeinfo_noop()
247 DEBUG(LOG_WARNING, in pr_nodeinfo_noop()
271 DEBUG(LOG_DEBUG, "%s()\n", __func__); in pr_nodeinfo_suptypes()
274 DEBUG(LOG_WARNING, "%s(): invalid subject length(%zu)\n", in pr_nodeinfo_suptypes()
319 DEBUG(LOG_ERR, "Warning: Too Large Supported Types\n"); in init_nodeinfo_suptypes()
396 DEBUG(LOG_DEBUG, "%s()\n", __func__); in init_core()
404 DEBUG(LOG_WARNING, "%s(): failed to gettimeofday()\n", __func__); in init_core()
446 DEBUG(LOG_DEBUG, "%s(): thread=%ld\n", __func__, pthread_self()); in ni_send_thread()
448 DEBUG(LOG_DEBUG, "%s(): thread=%ld => %d\n", __func__, pthread_self(), ret); in ni_send_thread()
463 DEBUG(LOG_DEBUG, "%s(): worker=%d\n", in ni_send_fork()
[all …]
/external/mtpd/
Dpptp.c181 log_print(DEBUG, "Connection closed"); in recv_packet()
190 log_print(DEBUG, "Loss of synchronization"); in recv_packet()
196 log_print(DEBUG, "Invalid message length"); in recv_packet()
210 log_print(DEBUG, "Ignored non-control message (type = %d)", in recv_packet()
220 log_print(DEBUG, "Sending SCCRQ"); in pptp_connect()
264 log_print(DEBUG, "Control message too short"); in pptp_process()
269 log_print(DEBUG, "Received UNKNOWN %d", incoming.message); in pptp_process()
273 log_print(DEBUG, "Received %s with invalid length (length = %d)", in pptp_process()
286 log_print(DEBUG, "Received SCCRP -> Sending OCRQ " in pptp_process()
301 log_print(DEBUG, "Received SCCRP (result = %d)", in pptp_process()
[all …]
/external/valgrind/coregrind/
Dvgdb-invoker-solaris.c104 DEBUG(1, "Writing bytes '"); in write_memory()
121 DEBUG(1, "Written ok.\n"); in write_memory()
132 DEBUG(1, "Attaching to pid %d.\n", pid); in attach()
141 DEBUG(1, "Setting run-on-last-close-flag (PR_RLC) to pid %d.\n", pid); in attach()
154 DEBUG(1, "Stopping process %d.\n", pid); in attach()
165 DEBUG(1, "Process %d stopped.\n", pid); in attach()
184 DEBUG(2, "Process %d has run-on-last-close flag set. Good.\n", pid); in attach()
192 DEBUG(3, "Process %d seems to be stopped. Good.\n", pid); in attach()
210 DEBUG(1, "Detached from pid %d.\n", pid); in detach()
219 DEBUG(1, "Getting registers from the first thread of process %d.\n", pid); in get_regs()
[all …]
Dvgdb-invoker-ptrace.c153 DEBUG (1, "Writing "); in ptrace_write_memory()
261 DEBUG(1, "waitstopped %s before waitpid signal_expected %d\n", in waitstopped()
264 DEBUG(1, "after waitpid pid %d p %d status 0x%x %s\n", pid, p, in waitstopped()
314 DEBUG(1, "waitstopped PTRACE_CONT, queuing signal %d" in waitstopped()
319 DEBUG(1, "waitstopped PTRACE_CONT with signal %d\n", signal_received); in waitstopped()
339 DEBUG(1, "%s SIGSTOP pid %d\n", msg, pid); in stop()
364 DEBUG(1, "%s PTRACE_ATTACH pid %d\n", msg, pid); in attach()
415 DEBUG(1, "examining thread entries from tid 1 to tid %d\n", vg_n_threads-1); in acquire_and_suspend_threads()
435 DEBUG(1, "found tid %d status %s lwpid %d\n", in acquire_and_suspend_threads()
442 DEBUG(1, "not set lwpid tid %d status %s lwpid %d\n", in acquire_and_suspend_threads()
[all …]
/external/valgrind/VEX/switchback/
Dbinary_switchback.pl21 use constant DEBUG => 0; constant
157 unlink($TMPFILE) if (! DEBUG);
163 unlink($TMPFILE) if (! DEBUG);
167 if (DEBUG) {
187 unlink($TMPFILE) if (! DEBUG);
195 unlink($TMPFILE) if (! DEBUG);
258 if (DEBUG) {
295 if (DEBUG) {
309 if (DEBUG) {
328 if (DEBUG) {
[all …]
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILDeviceInfo.cpp33 #if DEBUG in getDeviceFromName()
40 #if DEBUG in getDeviceFromName()
47 #if DEBUG in getDeviceFromName()
54 #if DEBUG in getDeviceFromName()
62 #if DEBUG in getDeviceFromName()
69 #if DEBUG in getDeviceFromName()
76 #if DEBUG in getDeviceFromName()
85 #if DEBUG in getDeviceFromName()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerHandlerImpl.java131 if(DEBUG) in clearCoRoutine()
157 if(DEBUG) in clearCoRoutine()
321 if (DEBUG) in setDocumentLocator()
348 if (DEBUG) in startDocument()
391 if (DEBUG) in endDocument()
447 if (DEBUG) in startPrefixMapping()
468 if (DEBUG) in endPrefixMapping()
495 if (DEBUG) in startElement()
519 if (DEBUG) in endElement()
541 if (DEBUG) in characters()
[all …]
/external/llvm/include/llvm/Support/
DUnicodeCharRanges.h80 DEBUG(dbgs() << "Upper bound 0x"); in rangesAreValid()
81 DEBUG(dbgs().write_hex(Prev)); in rangesAreValid()
82 DEBUG(dbgs() << " should be less than succeeding lower bound 0x"); in rangesAreValid()
83 DEBUG(dbgs().write_hex(I->Lower) << "\n"); in rangesAreValid()
87 DEBUG(dbgs() << "Upper bound 0x"); in rangesAreValid()
88 DEBUG(dbgs().write_hex(I->Lower)); in rangesAreValid()
89 DEBUG(dbgs() << " should not be less than lower bound 0x"); in rangesAreValid()
90 DEBUG(dbgs().write_hex(I->Upper) << "\n"); in rangesAreValid()
/external/srtp/crypto/ae_xfm/
Dxfm.c180 #undef DEBUG
181 #define DEBUG 0 macro
212 #if DEBUG in aes_128_cbc_hmac_sha1_96_enc()
240 #if DEBUG in aes_128_cbc_hmac_sha1_96_enc()
252 #if DEBUG in aes_128_cbc_hmac_sha1_96_enc()
270 #if DEBUG in aes_128_cbc_hmac_sha1_96_enc()
278 #if DEBUG in aes_128_cbc_hmac_sha1_96_enc()
285 #if DEBUG in aes_128_cbc_hmac_sha1_96_enc()
325 #if DEBUG in aes_128_cbc_hmac_sha1_96_dec()
340 #if DEBUG in aes_128_cbc_hmac_sha1_96_dec()
[all …]
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelDAGToDAG.cpp72 DEBUG(errs() << "Selecting: "); in Select()
73 DEBUG(Node->dump(CurDAG)); in Select()
74 DEBUG(errs() << "\n"); in Select()
78 DEBUG(errs() << "== "; Node->dump(CurDAG); errs() << "\n"); in Select()
97 DEBUG(errs() << "=> "); in Select()
99 DEBUG(Node->dump(CurDAG)); in Select()
101 DEBUG(ResNode->dump(CurDAG)); in Select()
102 DEBUG(errs() << "\n"); in Select()

12345678910>>...60