/external/llvm/lib/Target/R600/ |
SIFixSGPRLiveRanges.cpp | 30 #define DEBUG_TYPE "si-fix-sgpr-live-ranges" 60 INITIALIZE_PASS_BEGIN(SIFixSGPRLiveRanges, DEBUG_TYPE, 63 INITIALIZE_PASS_END(SIFixSGPRLiveRanges, DEBUG_TYPE,
|
SILowerI1Copies.cpp | 16 #define DEBUG_TYPE "si-i1-copies" 57 INITIALIZE_PASS_BEGIN(SILowerI1Copies, DEBUG_TYPE, 60 INITIALIZE_PASS_END(SILowerI1Copies, DEBUG_TYPE,
|
AMDGPUSubtarget.cpp | 21 #define DEBUG_TYPE "amdgpu-subtarget"
|
/external/llvm/lib/Target/MSP430/ |
MSP430SelectionDAGInfo.cpp | 17 #define DEBUG_TYPE "msp430-selectiondag-info"
|
MSP430Subtarget.cpp | 20 #define DEBUG_TYPE "msp430-subtarget"
|
/external/llvm/lib/Target/Mips/ |
MipsSelectionDAGInfo.cpp | 17 #define DEBUG_TYPE "mips-selectiondag-info"
|
MipsModuleISelDAGToDAG.cpp | 17 #define DEBUG_TYPE "mips-isel"
|
/external/llvm/lib/Target/PowerPC/ |
PPCSelectionDAGInfo.cpp | 17 #define DEBUG_TYPE "powerpc-selectiondag-info"
|
/external/llvm/lib/Target/Sparc/ |
SparcSelectionDAGInfo.cpp | 17 #define DEBUG_TYPE "sparc-selectiondag-info"
|
/external/llvm/include/llvm/Support/ |
UnicodeCharRanges.h | 24 #define DEBUG_TYPE "unicode" 93 #undef DEBUG_TYPE // "unicode"
|
Debug.h | 16 // Alternatively, you can also define the DEBUG_TYPE macro to "foo" specify 93 #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X)
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineWorklist.h | 20 #define DEBUG_TYPE "instcombine" 105 #undef DEBUG_TYPE
|
/external/llvm/lib/Analysis/ |
JumpInstrTableInfo.cpp | 14 #define DEBUG_TYPE "jiti"
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMMCExpr.cpp | 15 #define DEBUG_TYPE "armmcexpr"
|
/external/llvm/lib/Target/Hexagon/ |
HexagonSelectionDAGInfo.cpp | 17 #define DEBUG_TYPE "hexagon-selectiondag-info"
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXMCExpr.cpp | 16 #define DEBUG_TYPE "nvptx-mcexpr"
|
NVPTXSubtarget.cpp | 18 #define DEBUG_TYPE "nvptx-subtarget"
|
/external/llvm/lib/CodeGen/ |
AllocationOrder.cpp | 27 #define DEBUG_TYPE "regalloc"
|
/external/llvm/lib/Target/AArch64/ |
AArch64SelectionDAGInfo.cpp | 17 #define DEBUG_TYPE "aarch64-selectiondag-info"
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsMCExpr.cpp | 18 #define DEBUG_TYPE "mipsmcexpr"
|
/external/llvm/lib/Target/XCore/ |
XCoreSelectionDAGInfo.cpp | 17 #define DEBUG_TYPE "xcore-selectiondag-info"
|
XCoreSubtarget.cpp | 20 #define DEBUG_TYPE "xcore-subtarget"
|
XCoreTargetTransformInfo.cpp | 24 #define DEBUG_TYPE "xcoretti"
|
/external/llvm/lib/Transforms/Hello/ |
Hello.cpp | 21 #define DEBUG_TYPE "hello"
|
/external/llvm/include/llvm/ADT/ |
Statistic.h | 163 // automatically passes the DEBUG_TYPE of the file into the statistic. 165 static llvm::Statistic VARNAME = { DEBUG_TYPE, DESC, 0, 0 }
|