Home
last modified time | relevance | path

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

12345678910>>...96

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/
Dlegalizer-info-validation.mir5 # RUN: -mcpu=cortex-a75 -o - 2>&1 | FileCheck %s --check-prefixes=CHECK,DEBUG
16 # DEBUG: G_ADD (opcode [[ADD_OPC:[0-9]+]]): 1 type index
17 # DEBUG-NEXT: .. the first uncovered type index: 1, OK
19 # DEBUG-NEXT: G_SUB (opcode [[SUB_OPC:[0-9]+]]): 1 type index
20 # DEBUG-NEXT: .. opcode [[SUB_OPC]] is aliased to [[ADD_OPC]]
21 # DEBUG-NEXT: .. opcode [[ADD_OPC]] is aliased to 0
22 # DEBUG-NEXT: .. the first uncovered type index: 1, OK
24 # DEBUG-NEXT: G_MUL (opcode {{[0-9]+}}): 1 type index
25 # DEBUG: .. the first uncovered type index: 1, OK
27 # DEBUG-NEXT: G_SDIV (opcode {{[0-9]+}}): 1 type index
[all …]
/external/python/cpython3/Lib/distutils/tests/
DSetup.sample16 #DEBUG = -C-W -C-Wall
17 DEBUG =
23 imageext src/imageext.c $(SDL) $(IMAGE) $(PNG) $(JPEG) $(DEBUG)
24 font src/font.c $(SDL) $(FONT) $(DEBUG)
25 mixer src/mixer.c $(SDL) $(MIXER) $(DEBUG)
26 mixer_music src/music.c $(SDL) $(MIXER) $(DEBUG)
27 _numericsurfarray src/_numericsurfarray.c $(SDL) $(DEBUG)
28 _numericsndarray src/_numericsndarray.c $(SDL) $(MIXER) $(DEBUG)
29 movie src/movie.c $(SDL) $(SMPEG) $(DEBUG)
30 scrap src/scrap.c $(SDL) $(SCRAP) $(DEBUG)
[all …]
/external/python/cpython2/Lib/distutils/tests/
DSetup.sample16 #DEBUG = -C-W -C-Wall
17 DEBUG =
23 imageext src/imageext.c $(SDL) $(IMAGE) $(PNG) $(JPEG) $(DEBUG)
24 font src/font.c $(SDL) $(FONT) $(DEBUG)
25 mixer src/mixer.c $(SDL) $(MIXER) $(DEBUG)
26 mixer_music src/music.c $(SDL) $(MIXER) $(DEBUG)
27 _numericsurfarray src/_numericsurfarray.c $(SDL) $(DEBUG)
28 _numericsndarray src/_numericsndarray.c $(SDL) $(MIXER) $(DEBUG)
29 movie src/movie.c $(SDL) $(SMPEG) $(DEBUG)
30 scrap src/scrap.c $(SDL) $(SCRAP) $(DEBUG)
[all …]
/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/Transforms/Utils/
DEvaluator.cpp198 DEBUG(dbgs() << "Evaluating Instruction: " << *CurInst << "\n"); in EvaluateBlock()
202 DEBUG(dbgs() << "Store is not simple! Can not evaluate.\n"); in EvaluateBlock()
207 DEBUG(dbgs() << "Folding constant ptr expression: " << *Ptr); in EvaluateBlock()
209 DEBUG(dbgs() << "; To: " << *Ptr << "\n"); in EvaluateBlock()
213 DEBUG(dbgs() << "Pointer is too complex for us to evaluate store."); in EvaluateBlock()
222 DEBUG(dbgs() << "Store value is too complex to evaluate store. " << *Val in EvaluateBlock()
229 DEBUG(dbgs() << "Attempting to resolve bitcast on constant ptr.\n"); in EvaluateBlock()
258 DEBUG(dbgs() << "Failed to bitcast constant ptr, can not " in EvaluateBlock()
268 DEBUG(dbgs() << "Evaluated bitcast: " << *Val << "\n"); in EvaluateBlock()
277 DEBUG(dbgs() << "Found a BinaryOperator! Simplifying: " << *InstResult in EvaluateBlock()
[all …]
/external/ltp/testcases/kernel/syscalls/nftw/
Dnftw64.c263 #ifdef DEBUG in main()
279 #ifdef DEBUG in main()
292 #ifdef DEBUG in main()
308 #ifdef DEBUG in main()
323 #ifdef DEBUG in main()
337 #ifdef DEBUG in main()
353 #ifdef DEBUG in main()
367 #ifdef DEBUG in main()
381 #ifdef DEBUG in main()
395 #ifdef DEBUG in main()
[all …]
Dnftw.c266 #ifdef DEBUG in main()
281 #ifdef DEBUG in main()
293 #ifdef DEBUG in main()
308 #ifdef DEBUG in main()
322 #ifdef DEBUG in main()
335 #ifdef DEBUG in main()
350 #ifdef DEBUG in main()
363 #ifdef DEBUG in main()
376 #ifdef DEBUG in main()
389 #ifdef DEBUG in main()
[all …]
Dtest.c52 #ifdef DEBUG in test1A()
67 #ifdef DEBUG in test1A()
112 #ifdef DEBUG in test2A()
156 #ifdef DEBUG in test3A()
194 #ifdef DEBUG in test4A()
230 #ifdef DEBUG in test5A()
273 #ifdef DEBUG in test6A()
302 #ifdef DEBUG in test7A()
330 #ifdef DEBUG in test8A()
359 #ifdef DEBUG in test9A()
[all …]
Dtest64.c50 #ifdef DEBUG in test1A()
65 #ifdef DEBUG in test1A()
110 #ifdef DEBUG in test2A()
155 #ifdef DEBUG in test3A()
194 #ifdef DEBUG in test4A()
231 #ifdef DEBUG in test5A()
275 #ifdef DEBUG in test6A()
305 #ifdef DEBUG in test7A()
335 #ifdef DEBUG in test8A()
365 #ifdef DEBUG in test9A()
[all …]
/external/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp211 DEBUG(dbgs() << " loop preheader is missing\n"); in legalLoopStructure()
216 DEBUG(dbgs() << " loop is not innermost\n"); in legalLoopStructure()
221 DEBUG(dbgs() << " loop has multiple backedges\n"); in legalLoopStructure()
226 DEBUG(dbgs() << " loop has multiple exiting block\n"); in legalLoopStructure()
233 DEBUG(dbgs() << " loop is not bottom tested\n"); in legalLoopStructure()
239 DEBUG(dbgs() << " Parallel loop is not worth versioning\n"); in legalLoopStructure()
244 DEBUG(dbgs() << " loop depth is more then threshold\n"); in legalLoopStructure()
249 DEBUG(dbgs() << " loop does not has dedicated exit blocks\n"); in legalLoopStructure()
256 DEBUG(dbgs() << " loop does not has trip count\n"); in legalLoopStructure()
304 DEBUG(dbgs() << " Alias tracker type safety failed!\n"); in legalLoopMemoryAccesses()
[all …]
/external/llvm/utils/TableGen/
DDFAPacketizerEmitter.cpp274 DEBUG(dbgs() << "InsnClass: "); in dbgsInsnClass()
277 DEBUG(dbgs() << ", "); in dbgsInsnClass()
279 DEBUG(dbgs() << "0x" << utohexstr(InsnClass[i])); in dbgsInsnClass()
282 DEBUG(dbgs() << " (input: 0x" << utohexstr(InsnInput) << ")"); in dbgsInsnClass()
289 DEBUG(dbgs() << "StateInfo: "); in dbgsStateInfo()
295 DEBUG(dbgs() << ", "); in dbgsStateInfo()
297 DEBUG(dbgs() << "0x" << utohexstr(thisState)); in dbgsStateInfo()
306 DEBUG(dbgs() << " "); in dbgsIndent()
359 DEBUG(dbgs() << " thisState: 0x" << utohexstr(thisState) << "\n"); in AddInsnClass()
377 DEBUG({ in AddInsnClassStages()
[all …]
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp417 DEBUG(dbgs() << "\tintersect constraints\n"); in intersectConstraints()
418 DEBUG(dbgs() << "\t X ="; X->dump(dbgs())); in intersectConstraints()
419 DEBUG(dbgs() << "\t Y ="; Y->dump(dbgs())); in intersectConstraints()
435 DEBUG(dbgs() << "\t intersect 2 distances\n"); in intersectConstraints()
462 DEBUG(dbgs() << "\t intersect 2 lines\n"); in intersectConstraints()
467 DEBUG(dbgs() << "\t\tsame slope\n"); in intersectConstraints()
481 DEBUG(dbgs() << "\t\tdifferent slopes\n"); in intersectConstraints()
503 DEBUG(dbgs() << "\t\tXtop = " << Xtop << "\n"); in intersectConstraints()
504 DEBUG(dbgs() << "\t\tXbot = " << Xbot << "\n"); in intersectConstraints()
505 DEBUG(dbgs() << "\t\tYtop = " << Ytop << "\n"); in intersectConstraints()
[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/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/swiftshader/third_party/LLVM/lib/CodeGen/
DAggressiveAntiDepBreaker.cpp136 DEBUG(dbgs() << "AntiDep Critical-Path Registers:"); in AggressiveAntiDepBreaker()
137 DEBUG(for (int r = CriticalPathSet.find_first(); r != -1; in AggressiveAntiDepBreaker()
140 DEBUG(dbgs() << '\n'); in AggressiveAntiDepBreaker()
215 DEBUG(dbgs() << "Observe: "); in Observe()
216 DEBUG(MI->dump()); in Observe()
217 DEBUG(dbgs() << "\tRegs:"); in Observe()
228 DEBUG(if (State->GetGroup(Reg) != 0) in Observe()
237 DEBUG(dbgs() << '\n'); in Observe()
331 DEBUG(if (header != NULL) { in HandleLastUse()
333 DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << tag); in HandleLastUse()
[all …]
/external/libxml2/python/
Dtypes.c92 #ifdef DEBUG in libxml_intWrap()
104 #ifdef DEBUG in libxml_longWrap()
116 #ifdef DEBUG in libxml_doubleWrap()
128 #ifdef DEBUG in libxml_charPtrWrap()
145 #ifdef DEBUG in libxml_charPtrConstWrap()
161 #ifdef DEBUG in libxml_xmlCharPtrWrap()
178 #ifdef DEBUG in libxml_xmlCharPtrConstWrap()
194 #ifdef DEBUG in libxml_constcharPtrWrap()
210 #ifdef DEBUG in libxml_constxmlCharPtrWrap()
226 #ifdef DEBUG in libxml_xmlDocPtrWrap()
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp111 DEBUG(dbgs() << getPassName() << '\n'); in runOnModule()
376 DEBUG(dbgs() << "Insertion point dominated by:\n"); in isDominated()
377 DEBUG(IPI.first->print(dbgs())); in isDominated()
378 DEBUG(dbgs() << '\n'); in isDominated()
404 DEBUG(dbgs() << "Merge insertion point with:\n"); in tryAndMerge()
405 DEBUG(IPI->first->print(dbgs())); in tryAndMerge()
406 DEBUG(dbgs() << "\nat considered insertion point.\n"); in tryAndMerge()
426 DEBUG(dbgs() << "Merge insertion point with:\n"); in tryAndMerge()
427 DEBUG(IPI->first->print(dbgs())); in tryAndMerge()
428 DEBUG(dbgs() << '\n'); in tryAndMerge()
[all …]
DAArch64AddressTypePromotion.cpp252 DEBUG(dbgs() << "*** Propagate Sign Extension ***\n"); in propagateSignExtension()
261 DEBUG(dbgs() << "Consider:\n" << *SExt << '\n'); in propagateSignExtension()
265 DEBUG(dbgs() << "No uses => marked as delete\n"); in propagateSignExtension()
271 DEBUG(dbgs() << "Try to get through:\n" << *Inst << '\n'); in propagateSignExtension()
275 DEBUG(dbgs() << "Cannot get through\n"); in propagateSignExtension()
282 DEBUG(dbgs() << "SExt or trunc, mark it as to remove\n"); in propagateSignExtension()
310 DEBUG(dbgs() << "Propagate SExt to operands\n"); in propagateSignExtension()
313 DEBUG(dbgs() << "Operand:\n" << *(Inst->getOperand(OpIdx)) << '\n'); in propagateSignExtension()
316 DEBUG(dbgs() << "No need to propagate\n"); in propagateSignExtension()
322 DEBUG(dbgs() << "Statically sign extend\n"); in propagateSignExtension()
[all …]
DAArch64ConditionalCompares.cpp310 DEBUG(dbgs() << "Flags not used by terminator: " << *I); in findConvertibleCompare()
328 DEBUG(dbgs() << "Immediate out of range for ccmp: " << *I); in findConvertibleCompare()
339 DEBUG(dbgs() << "Can't convert compare with live destination: " << *I); in findConvertibleCompare()
357 DEBUG(dbgs() << "Can't create ccmp with multiple uses: " << *I); in findConvertibleCompare()
363 DEBUG(dbgs() << "Not convertible compare: " << *I); in findConvertibleCompare()
368 DEBUG(dbgs() << "Flags not defined in BB#" << MBB->getNumber() << '\n'); in findConvertibleCompare()
382 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has live-ins.\n"); in canSpeculateInstrs()
395 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has more than " in canSpeculateInstrs()
402 DEBUG(dbgs() << "Can't hoist: " << I); in canSpeculateInstrs()
410 DEBUG(dbgs() << "Won't speculate load: " << I); in canSpeculateInstrs()
[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()
303 DEBUG(if (!header && footer) dbgs() << footer); in HandleLastUse()
312 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 …]
/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 …]
/external/gemmlowp/meta/
Dstreams_arm_32.h29 #ifdef DEBUG in Pack()
70 #ifdef DEBUG in Pack()
123 #ifdef DEBUG in Pack()
176 #ifdef DEBUG in Pack()
230 #ifdef DEBUG in Pack()
283 #ifdef DEBUG in Pack()
337 #ifdef DEBUG in Pack()
391 #ifdef DEBUG in Pack()
446 #ifdef DEBUG in Pack()
494 #ifdef DEBUG in Pack()
[all …]
Dstreams_arm_64.h29 #ifdef DEBUG in Pack()
70 #ifdef DEBUG in Pack()
123 #ifdef DEBUG in Pack()
176 #ifdef DEBUG in Pack()
230 #ifdef DEBUG in Pack()
283 #ifdef DEBUG in Pack()
337 #ifdef DEBUG in Pack()
391 #ifdef DEBUG in Pack()
446 #ifdef DEBUG in Pack()
492 #ifdef DEBUG in Pack()
[all …]
/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 …]

12345678910>>...96