Searched refs:DEBUG_TYPE (Results 1 - 25 of 971) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.h18 #define DEBUG_TYPE "dyld" macro
46 #undef DEBUG_TYPE macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUFixFunctionBitcasts.cpp22 #define DEBUG_TYPE "amdgpu-fix-function-bitcasts" macro
51 INITIALIZE_PASS(AMDGPUFixFunctionBitcasts, DEBUG_TYPE,
H A DSIFixVGPRCopies.cpp22 #define DEBUG_TYPE "si-fix-vgpr-copies" macro
42 INITIALIZE_PASS(SIFixVGPRCopies, DEBUG_TYPE, "SI Fix VGPR copies", false, false)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiSelectionDAGInfo.cpp17 #define DEBUG_TYPE "lanai-selectiondag-info" macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreSubtarget.cpp19 #define DEBUG_TYPE "xcore-subtarget" macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIVUsersPrinter.cpp14 #define DEBUG_TYPE "iv-users" macro
H A DWarnMissedTransforms.cpp20 #define DEBUG_TYPE "transform-warning" macro
29 DiagnosticInfoOptimizationFailure(DEBUG_TYPE,
40 DiagnosticInfoOptimizationFailure(DEBUG_TYPE,
57 DiagnosticInfoOptimizationFailure(DEBUG_TYPE,
65 DiagnosticInfoOptimizationFailure(DEBUG_TYPE,
76 DiagnosticInfoOptimizationFailure(DEBUG_TYPE,
H A DLoopAccessAnalysisPrinter.cpp13 #define DEBUG_TYPE "loop-accesses" macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCSubtarget.cpp19 #define DEBUG_TYPE "arc-subtarget" macro
H A DARCAsmPrinter.cpp30 #define DEBUG_TYPE "asm-printer" macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/Disassembler/
H A DLanaiDisassembler.h16 #define DEBUG_TYPE "lanai-disassembler" macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCAsmInfo.cpp20 #define DEBUG_TYPE "wasm-mc-asm-info" macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/TargetInfo/
H A DWebAssemblyTargetInfo.cpp18 #define DEBUG_TYPE "wasm-target-info" macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DFuncletLayout.cpp20 #define DEBUG_TYPE "funclet-layout" macro
40 INITIALIZE_PASS(FuncletLayout, DEBUG_TYPE,
H A DPostRAHazardRecognizer.cpp41 #define DEBUG_TYPE "post-RA-hazard-rec" macro
66 INITIALIZE_PASS(PostRAHazardRecognizer, DEBUG_TYPE,
H A DLazyMachineBlockFrequencyInfo.cpp21 #define DEBUG_TYPE "lazy-machine-block-freq" macro
23 INITIALIZE_PASS_BEGIN(LazyMachineBlockFrequencyInfoPass, DEBUG_TYPE,
27 INITIALIZE_PASS_END(LazyMachineBlockFrequencyInfoPass, DEBUG_TYPE,
H A DLiveStacks.cpp24 #define DEBUG_TYPE "livestacks" macro
27 INITIALIZE_PASS_BEGIN(LiveStacks, DEBUG_TYPE,
30 INITIALIZE_PASS_END(LiveStacks, DEBUG_TYPE,
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A DPipelinePrinter.h24 #define DEBUG_TYPE "llvm-mca" macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsPreLegalizerCombiner.cpp22 #define DEBUG_TYPE "mips-prelegalizer-combiner" macro
92 INITIALIZE_PASS_BEGIN(MipsPreLegalizerCombiner, DEBUG_TYPE,
96 INITIALIZE_PASS_END(MipsPreLegalizerCombiner, DEBUG_TYPE,
H A DMipsModuleISelDAGToDAG.cpp20 #define DEBUG_TYPE "mips-isel" macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyBlockFrequencyInfo.cpp24 #define DEBUG_TYPE "lazy-block-freq" macro
26 INITIALIZE_PASS_BEGIN(LazyBlockFrequencyInfoPass, DEBUG_TYPE,
30 INITIALIZE_PASS_END(LazyBlockFrequencyInfoPass, DEBUG_TYPE,
H A DLazyBranchProbabilityInfo.cpp24 #define DEBUG_TYPE "lazy-branch-prob" macro
26 INITIALIZE_PASS_BEGIN(LazyBranchProbabilityInfoPass, DEBUG_TYPE,
30 INITIALIZE_PASS_END(LazyBranchProbabilityInfoPass, DEBUG_TYPE,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.cpp21 #define DEBUG_TYPE "wasm-subtarget" macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebug.h15 // LLVM_DEBUG() requires the DEBUG_TYPE macro to be defined. Set it to "foo"
122 #define LLVM_DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.cpp14 #define DEBUG_TYPE "armmcexpr" macro

Completed in 165 milliseconds

1234567891011>>