| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | WarnMissedTransforms.cpp | 20 #define DEBUG_TYPE "transform-warning" macro 29 DiagnosticInfoOptimizationFailure(DEBUG_TYPE, in warnAboutLeftoverTransformations() 40 DiagnosticInfoOptimizationFailure(DEBUG_TYPE, in warnAboutLeftoverTransformations() 57 DiagnosticInfoOptimizationFailure(DEBUG_TYPE, in warnAboutLeftoverTransformations() 65 DiagnosticInfoOptimizationFailure(DEBUG_TYPE, in warnAboutLeftoverTransformations() 76 DiagnosticInfoOptimizationFailure(DEBUG_TYPE, in warnAboutLeftoverTransformations()
|
| H A D | LoopVersioningLICM.cpp | 90 #define DEBUG_TYPE "loop-versioning-licm" macro 384 return OptimizationRemarkMissed(DEBUG_TYPE, "IllegalLoopInst", &Inst) in legalLoopInstructions() 396 return OptimizationRemarkMissed(DEBUG_TYPE, "RuntimeCheck", in legalLoopInstructions() 428 return OptimizationRemarkMissed(DEBUG_TYPE, "InvariantThreshold", in legalLoopInstructions() 471 return OptimizationRemarkMissed(DEBUG_TYPE, "IllegalLoopStruct", in isLegalForVersioning() 491 return OptimizationRemarkMissed(DEBUG_TYPE, "IllegalLoopMemoryAccess", in isLegalForVersioning() 501 return OptimizationRemark(DEBUG_TYPE, "IsLegalForVersioning", in isLegalForVersioning()
|
| H A D | LoopIdiomRecognize.cpp | 96 #define DEBUG_TYPE "loop-idiom" macro 110 DisableLIRPAll("disable-" DEBUG_TYPE "-all", 117 DisableLIRPMemset("disable-" DEBUG_TYPE "-memset", 125 DisableLIRPMemcpy("disable-" DEBUG_TYPE "-memcpy", 360 LLVM_DEBUG(dbgs() << DEBUG_TYPE " Scanning: F[" in runOnCountableLoop() 823 return OptimizationRemarkMissed(DEBUG_TYPE, "SizeStrideUnequal", MCI) in processLoopMemCpy() 1169 OptimizationRemark R(DEBUG_TYPE, "ProcessLoopStridedStore", in processLoopStridedStore() 1349 return OptimizationRemarkMissed(DEBUG_TYPE, "LoopMayAccessStore", in processLoopStoreOfLoopLoad() 1382 return OptimizationRemarkMissed(DEBUG_TYPE, "LoopMayAccessLoad", TheLoad) in processLoopStoreOfLoopLoad() 1474 return OptimizationRemark(DEBUG_TYPE, "ProcessLoopStoreOfLoopLoad", in processLoopStoreOfLoopLoad() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ReplaceWithVeclib.cpp | 34 #define DEBUG_TYPE "replace-with-veclib" macro 58 LLVM_DEBUG(dbgs() << DEBUG_TYPE << ": Added vector library function `" in getTLIFunction() 66 LLVM_DEBUG(dbgs() << DEBUG_TYPE << ": Adding `" << TLIName in getTLIFunction() 159 LLVM_DEBUG(dbgs() << DEBUG_TYPE << ": Found TLI mapping from: `" << ScalarName in replaceWithCallToVeclib() 185 LLVM_DEBUG(dbgs() << DEBUG_TYPE << ": Will not replace: " << ScalarName in replaceWithCallToVeclib() 200 LLVM_DEBUG(dbgs() << DEBUG_TYPE << ": Replaced call to `" << ScalarName in replaceWithCallToVeclib() 275 INITIALIZE_PASS_BEGIN(ReplaceWithVeclibLegacy, DEBUG_TYPE, 279 INITIALIZE_PASS_END(ReplaceWithVeclibLegacy, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
|
| H A D | MachineStripDebug.cpp | 21 #define DEBUG_TYPE "mir-strip-debug" macro 101 INITIALIZE_PASS_BEGIN(StripDebugMachineModule, DEBUG_TYPE, 103 INITIALIZE_PASS_END(StripDebugMachineModule, DEBUG_TYPE,
|
| H A D | LazyMachineBlockFrequencyInfo.cpp | 22 #define DEBUG_TYPE "lazy-machine-block-freq" macro 24 INITIALIZE_PASS_BEGIN(LazyMachineBlockFrequencyInfoPass, DEBUG_TYPE, 28 INITIALIZE_PASS_END(LazyMachineBlockFrequencyInfoPass, DEBUG_TYPE,
|
| H A D | MachineCheckDebugify.cpp | 25 #define DEBUG_TYPE "mir-check-debugify" macro 121 INITIALIZE_PASS_BEGIN(CheckDebugMachineModule, DEBUG_TYPE, 123 INITIALIZE_PASS_END(CheckDebugMachineModule, DEBUG_TYPE,
|
| H A D | PseudoProbeInserter.cpp | 25 #define DEBUG_TYPE "pseudo-probe-inserter" macro 140 INITIALIZE_PASS_BEGIN(PseudoProbeInserter, DEBUG_TYPE, 144 INITIALIZE_PASS_END(PseudoProbeInserter, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
|
| H A D | MachineRegionInfo.cpp | 19 #define DEBUG_TYPE "machine-region-info" macro 132 INITIALIZE_PASS_BEGIN(MachineRegionInfoPass, DEBUG_TYPE, 137 INITIALIZE_PASS_END(MachineRegionInfoPass, DEBUG_TYPE,
|
| H A D | LiveStacks.cpp | 21 #define DEBUG_TYPE "livestacks" macro 24 INITIALIZE_PASS_BEGIN(LiveStacksWrapperLegacy, DEBUG_TYPE, 27 INITIALIZE_PASS_END(LiveStacksWrapperLegacy, DEBUG_TYPE,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILFinalizeLinkage.cpp | 16 #define DEBUG_TYPE "dxil-finalize-linkage" macro 71 INITIALIZE_PASS_BEGIN(DXILFinalizeLinkageLegacy, DEBUG_TYPE, 73 INITIALIZE_PASS_END(DXILFinalizeLinkageLegacy, DEBUG_TYPE,
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyBlockFrequencyInfo.cpp | 24 #define DEBUG_TYPE "lazy-block-freq" macro 26 INITIALIZE_PASS_BEGIN(LazyBlockFrequencyInfoPass, DEBUG_TYPE, 30 INITIALIZE_PASS_END(LazyBlockFrequencyInfoPass, DEBUG_TYPE,
|
| H A D | LazyBranchProbabilityInfo.cpp | 24 #define DEBUG_TYPE "lazy-branch-prob" macro 26 INITIALIZE_PASS_BEGIN(LazyBranchProbabilityInfoPass, DEBUG_TYPE, 30 INITIALIZE_PASS_END(LazyBranchProbabilityInfoPass, DEBUG_TYPE,
|
| H A D | KernelInfo.cpp | 28 #define DEBUG_TYPE "kernel-info" macro 117 OptimizationRemark R(DEBUG_TYPE, "Alloca", DiagnosticLocation(Loc), in remarkAlloca() 145 OptimizationRemark R(DEBUG_TYPE, RemarkKind, &Call); in remarkCall() 158 OptimizationRemark R(DEBUG_TYPE, "FlatAddrspaceAccess", &Inst); in remarkFlatAddrspaceAccess() 268 OptimizationRemark R(DEBUG_TYPE, Name, &F); in remarkProperty() 321 if (F.getContext().getDiagHandlerPtr()->isPassedOptRemarkEnabled(DEBUG_TYPE)) in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | EVLIndVarSimplify.cpp | 32 #define DEBUG_TYPE "evl-iv-simplify" macro 123 return OptimizationRemarkMissed(DEBUG_TYPE, "UnrecognizedIndVar", in run() 137 return OptimizationRemarkMissed(DEBUG_TYPE, "UnrecognizedLoopStructure", in run() 152 return OptimizationRemarkMissed(DEBUG_TYPE, "UnrecognizedLoopStructure", in run() 169 return OptimizationRemarkMissed(DEBUG_TYPE, "UnrecognizedIndVar", in run() 251 return OptimizationRemark(DEBUG_TYPE, "UseEVLIndVar", DL, Region) in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVZacasABIFix.cpp | 28 #define DEBUG_TYPE "riscv-zacas-abi-fix" macro 86 INITIALIZE_PASS_BEGIN(RISCVZacasABIFix, DEBUG_TYPE, PASS_NAME, false, false) 88 INITIALIZE_PASS_END(RISCVZacasABIFix, DEBUG_TYPE, PASS_NAME, false, false)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsDelaySlotFiller.cpp | 51 #define DEBUG_TYPE "mips-delay-slot-filler" macro 300 INITIALIZE_PASS(MipsDelaySlotFiller, DEBUG_TYPE, 413 LLVM_DEBUG(dbgs() << DEBUG_TYPE ": found register hazard for operand " in update() 619 LLVM_DEBUG(dbgs() << DEBUG_TYPE ": found instruction for delay slot" in runOnMachineBasicBlock() 625 LLVM_DEBUG(dbgs() << DEBUG_TYPE ": found instruction for delay slot" in runOnMachineBasicBlock() 629 LLVM_DEBUG(dbgs() << DEBUG_TYPE ": found instruction for delay slot" in runOnMachineBasicBlock() 675 LLVM_DEBUG(dbgs() << DEBUG_TYPE << ": could not fill delay slot for "; in runOnMachineBasicBlock() 694 LLVM_DEBUG(dbgs() << DEBUG_TYPE ": checking instruction: "; CurrI->dump()); in searchRange() 699 LLVM_DEBUG(dbgs() << DEBUG_TYPE ": ignoring debug instruction: "; in searchRange() 705 LLVM_DEBUG(dbgs() << DEBUG_TYPE ": ignoring BUNDLE instruction: "; in searchRange() [all …]
|
| H A D | MipsPreLegalizerCombiner.cpp | 23 #define DEBUG_TYPE "mips-prelegalizer-combiner" macro 132 INITIALIZE_PASS_BEGIN(MipsPreLegalizerCombiner, DEBUG_TYPE, 137 INITIALIZE_PASS_END(MipsPreLegalizerCombiner, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
|
| H A D | MipsPostLegalizerCombiner.cpp | 32 #define DEBUG_TYPE "mips-postlegalizer-combiner" macro 149 INITIALIZE_PASS_BEGIN(MipsPostLegalizerCombiner, DEBUG_TYPE, 154 INITIALIZE_PASS_END(MipsPostLegalizerCombiner, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FixupSetCC.cpp | 37 #define DEBUG_TYPE "x86-fixup-setcc" macro 63 INITIALIZE_PASS(X86FixupSetCCPass, DEBUG_TYPE, DEBUG_TYPE, false, false) in INITIALIZE_PASS() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVO0PreLegalizerCombiner.cpp | 30 #define DEBUG_TYPE "riscv-O0-prelegalizer-combiner" macro 141 INITIALIZE_PASS_BEGIN(RISCVO0PreLegalizerCombiner, DEBUG_TYPE, 147 INITIALIZE_PASS_END(RISCVO0PreLegalizerCombiner, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURewriteUndefForPHI.cpp | 68 #define DEBUG_TYPE "amdgpu-rewrite-undef-for-phi" macro 93 INITIALIZE_PASS_BEGIN(AMDGPURewriteUndefForPHILegacy, DEBUG_TYPE, 97 INITIALIZE_PASS_END(AMDGPURewriteUndefForPHILegacy, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyNullifyDebugValueLists.cpp | 21 #define DEBUG_TYPE "wasm-nullify-dbg-value-lists" macro 38 INITIALIZE_PASS(WebAssemblyNullifyDebugValueLists, DEBUG_TYPE,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64O0PreLegalizerCombiner.cpp | 33 #define DEBUG_TYPE "aarch64-O0-prelegalizer-combiner" macro 173 INITIALIZE_PASS_BEGIN(AArch64O0PreLegalizerCombiner, DEBUG_TYPE, 179 INITIALIZE_PASS_END(AArch64O0PreLegalizerCombiner, DEBUG_TYPE,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | InjectTLIMappings.cpp | 26 #define DEBUG_TYPE "inject-tli-mappings" macro 61 LLVM_DEBUG(dbgs() << DEBUG_TYPE << ": Added to the module: `" << VFName in addVariantDeclaration() 69 LLVM_DEBUG(dbgs() << DEBUG_TYPE << ": Adding `" << VFName in addVariantDeclaration()
|