Searched refs:DEBUG (Results 101 - 125 of 892) sorted by relevance

1234567891011>>

/freebsd-10.2-release/contrib/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp64 DEBUG(dbgs() << "New instr: " << *i << "\n");
67 DEBUG( \
73 DEBUG( \
160 DEBUG(MF.dump(););
164 DEBUG(dbgs() << "LoopInfo:\n"; PrintLoopinfo(*MLI););
166 DEBUG(MDT->print(dbgs(), (const llvm::Module*)0););
168 DEBUG(PDT->print(dbgs()););
171 DEBUG(MF.dump(););
676 DEBUG(
745 DEBUG(dbg
[all...]
/freebsd-10.2-release/sys/boot/i386/libi386/
H A Dbiosdisk.c65 # define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args) macro
67 # define DEBUG(fmt, args...) macro
131 DEBUG("looking for bios device 0x%x", biosdev);
133 DEBUG("bd unit %d is BIOS device 0x%x", i, bdinfo[i].bd_unit);
222 DEBUG("unit 0x%x geometry %d/%d/%d", bd->bd_unit, bd->bd_cyl,
253 DEBUG("unit 0x%x flags %x, sectors %llu, sectorsize %u",
375 DEBUG("open_disk %p", dev);
382 DEBUG("read %d from %lld to %p", blks, dblk, buf);
385 DEBUG("read error");
389 DEBUG("bd_strateg
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.cpp121 DEBUG(errs() << "\nFunction : "
123 DEBUG(errs() << "<--------->\n");
124 DEBUG(MI.print(errs()));
125 DEBUG(errs() << "FrameIndex : " << FrameIndex << "\n");
126 DEBUG(errs() << "FrameOffset : " << Offset << "\n");
127 DEBUG(errs() << "StackSize : " << StackSize << "\n");
147 DEBUG(errs() << "Offset : " << Offset << "\n" << "<--------->\n");
/freebsd-10.2-release/sys/dev/speaker/
H A Dspkr.c73 #ifdef DEBUG
75 #endif /* DEBUG */
116 #ifdef DEBUG
118 #endif /* DEBUG */
223 #ifdef DEBUG
226 #endif /* DEBUG */
248 #ifdef DEBUG
250 #endif /* DEBUG */
420 #ifdef DEBUG
422 #endif /* DEBUG */
[all...]
/freebsd-10.2-release/sys/contrib/octeon-sdk/
H A Dcvmx-shmem.c53 //#define DEBUG
333 #ifdef DEBUG
379 #ifdef DEBUG
393 #ifdef DEBUG
404 #ifdef DEBUG
454 #ifdef DEBUG
569 #ifdef DEBUG
621 #ifdef DEBUG
709 #ifdef DEBUG
741 #ifdef DEBUG
[all...]
H A Dcvmx-tlb.c57 //#define DEBUG
133 #ifdef DEBUG
183 #ifdef DEBUG
189 #ifdef DEBUG
201 #ifdef DEBUG
/freebsd-10.2-release/contrib/ofed/management/libibmad/src/
H A Dportid.c50 #undef DEBUG macro
51 #define DEBUG if (ibdebug) IBWARN macro
96 DEBUG("DR str: %s", routepath);
H A Dsa.c48 #undef DEBUG macro
49 #define DEBUG if (ibdebug) IBWARN macro
58 DEBUG("attr 0x%x mod 0x%x route %s", sa->attrid, sa->mod,
/freebsd-10.2-release/contrib/opie/libopie/
H A Daccessfile.c46 #ifdef DEBUG
48 #endif /* DEBUG */
63 #ifdef DEBUG
65 #endif /* DEBUG */
118 #ifdef DEBUG
120 #endif /* DEBUG */
H A Dreadrec.c39 #if DEBUG
41 #endif /* DEBUG */
100 #if DEBUG
102 #endif /* DEBUG */
111 #if DEBUG
113 #endif /* DEBUG */
H A Dlock.c98 #if DEBUG
100 #endif /* DEBUG */
122 #if DEBUG
124 #endif /* DEBUG */
129 #if DEBUG
131 #endif /* DEBUG */
136 #if DEBUG
138 #endif /* DEBUG */
/freebsd-10.2-release/sys/boot/powerpc/ps3/
H A Dps3cdrom.c42 #define DEBUG(fmt, args...) printf("%s:%d: " fmt "\n", __func__, __LINE__, ##args) macro
44 #define DEBUG(fmt, args...) macro
84 DEBUG("d_unit=%u dblk=%llu size=%u", dev->d_unit, dblk, size);
/freebsd-10.2-release/contrib/bmake/
H A Ddir.c717 * when DEBUG(DIR), via Lst_ForEach.
760 if (DEBUG(DIR)) {
844 if (DEBUG(DIR)) {
869 if (DEBUG(DIR)) {
877 if (DEBUG(DIR)) {
916 if (DEBUG(DIR)) {
927 if (DEBUG(DIR)) {
961 if (DEBUG(DIR)) {
979 if (DEBUG(DIR)) {
988 if (DEBUG(DI
[all...]
H A Dmeta.c386 if (DEBUG(META)) { \
430 if (DEBUG(META))
437 if (DEBUG(META))
449 if (DEBUG(META))
457 if (DEBUG(META))
493 if (DEBUG(META))
808 if (DEBUG(META))
906 if (DEBUG(META))
967 if (DEBUG(META))
1031 if (DEBUG(MET
[all...]
/freebsd-10.2-release/sys/compat/linux/
H A Dlinux_misc.c186 #ifdef DEBUG
220 #ifdef DEBUG
254 #ifdef DEBUG
404 #ifdef DEBUG
429 #ifdef DEBUG
448 #ifdef DEBUG
486 #ifdef DEBUG
502 #ifdef DEBUG
530 #ifdef DEBUG
552 #ifdef DEBUG
[all...]
H A Dlinux_signal.c181 #ifdef DEBUG
203 #ifdef DEBUG
272 #ifdef DEBUG
303 #ifdef DEBUG
336 #ifdef DEBUG
355 #ifdef DEBUG
384 #ifdef DEBUG
413 #ifdef DEBUG
443 #ifdef DEBUG
458 #ifdef DEBUG
[all...]
/freebsd-10.2-release/contrib/ofed/management/libibumad/src/
H A Dumad.c80 #define DEBUG if (umaddebug) IBWARN macro
255 DEBUG("checking port %d", i);
262 DEBUG("found active port %d", i);
269 DEBUG("checking port %d", i);
316 DEBUG("found ca %s with port %d type %d",
322 DEBUG("found ca %s with active port %d",
333 DEBUG("phys found %d on %s port %d",
474 DEBUG("mapped %s %d to %d", dev, port, id);
542 DEBUG("return %d cas", j);
546 DEBUG("retur
[all...]
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp473 DEBUG(dbgs() << "missed hint " << PrintReg(Hint, TRI) << '\n');
488 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is available at cost " << Cost
518 DEBUG(dbgs() << "can reassign: " << VirtReg << " from "
649 DEBUG(dbgs() << "evicting " << PrintReg(PhysReg, TRI)
702 DEBUG(dbgs() << RC->getName() << " minimum cost = " << MinCost
711 DEBUG(dbgs() << "Only trying the first " << OrderLimit << " regs.\n");
724 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " would clobber CSR "
910 DEBUG(dbgs() << ", v=" << Visited);
928 DEBUG(dbgs() << "Compact region bundles");
937 DEBUG(dbg
[all...]
H A DAllocationOrder.cpp39 DEBUG({
H A DMachineBlockPlacement.cpp340 DEBUG(dbgs() << "Attempting merge from: " << getBlockName(BB) << "\n");
348 DEBUG(dbgs() << " " << getBlockName(*SI) << " -> Already merged!\n");
352 DEBUG(dbgs() << " " << getBlockName(*SI) << " -> Mid chain!\n");
363 DEBUG(dbgs() << " " << getBlockName(*SI) << " -> CFG conflict\n");
386 DEBUG(dbgs() << " " << getBlockName(*SI)
392 DEBUG(dbgs() << " " << getBlockName(*SI) << " -> " << SuccProb
449 DEBUG(dbgs() << " " << getBlockName(*WBI)
456 DEBUG(dbgs() << " " << getBlockName(*WBI) << " -> " << CandidateFreq
526 DEBUG(dbgs() << "Unnatural loop CFG detected, forcibly merging the "
535 DEBUG(dbg
[all...]
/freebsd-10.2-release/contrib/vis/
H A Dvis.c59 #ifdef DEBUG
81 #ifdef DEBUG
255 #ifdef DEBUG
260 #ifdef DEBUG
/freebsd-10.2-release/contrib/sendmail/libsm/
H A Dt-heap.c57 #if DEBUG
61 #endif /* DEBUG */
/freebsd-10.2-release/sys/boot/common/
H A Dinterp_forth.c41 # define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args) macro
43 # define DEBUG(fmt, args...) macro
131 DEBUG("cmd '%s'", line);
294 DEBUG("ficlExec '%s' = %d", line, result);
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_debug.h45 #if defined(DEBUG) || !defined(_KERNEL)
/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DInliner.cpp214 DEBUG(dbgs() << " ***MERGED ALLOCA: " << *AI << "\n\t\tINTO: "
289 DEBUG(dbgs() << " Inlining: cost=always"
295 DEBUG(dbgs() << " NOT Inlining: cost=never"
302 DEBUG(dbgs() << " NOT Inlining: cost=" << IC.getCost()
370 DEBUG(dbgs() << " NOT Inlining: " << *CS.getInstruction() <<
377 DEBUG(dbgs() << " Inlining: cost=" << IC.getCost()
403 DEBUG(dbgs() << "Inliner visiting SCC:");
407 DEBUG(dbgs() << " " << (F ? F->getName() : "INDIRECTNODE"));
443 DEBUG(dbgs() << ": " << CallSites.size() << " call sites.\n");
480 DEBUG(dbg
[all...]

Completed in 386 milliseconds

1234567891011>>