| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | WarnMissedTransforms.cpp | 21 #define DEBUG_TYPE "transform-warning" macro 30 DiagnosticInfoOptimizationFailure(DEBUG_TYPE, in warnAboutLeftoverTransformations() 41 DiagnosticInfoOptimizationFailure(DEBUG_TYPE, in warnAboutLeftoverTransformations() 58 DiagnosticInfoOptimizationFailure(DEBUG_TYPE, in warnAboutLeftoverTransformations() 66 DiagnosticInfoOptimizationFailure(DEBUG_TYPE, in warnAboutLeftoverTransformations() 77 DiagnosticInfoOptimizationFailure(DEBUG_TYPE, in warnAboutLeftoverTransformations()
|
| H A D | LoopIdiomRecognize.cpp | 108 #define DEBUG_TYPE "loop-idiom" macro 121 DisableLIRPAll("disable-" DEBUG_TYPE "-all", 128 DisableLIRPMemset("disable-" DEBUG_TYPE "-memset", 401 LLVM_DEBUG(dbgs() << DEBUG_TYPE " Scanning: F[" in runOnCountableLoop() 1419 LLVM_DEBUG(dbgs() << DEBUG_TYPE " Scanning: F[" in runOnNoncountableLoop() 2146 LLVM_DEBUG(dbgs() << DEBUG_TYPE in detectShiftUntilBitTestIdiom() 2303 LLVM_DEBUG(dbgs() << DEBUG_TYPE in recognizeShiftUntilBitTest() 2336 LLVM_DEBUG(dbgs() << DEBUG_TYPE in recognizeShiftUntilBitTest() 2485 LLVM_DEBUG(dbgs() << DEBUG_TYPE in detectShiftUntilZeroIdiom() 2658 LLVM_DEBUG(dbgs() << DEBUG_TYPE in recognizeShiftUntilZero() [all …]
|
| H A D | LoopVersioningLICM.cpp | 97 #define DEBUG_TYPE "loop-versioning-licm" macro 411 return OptimizationRemarkMissed(DEBUG_TYPE, "IllegalLoopInst", &Inst) in legalLoopInstructions() 430 return OptimizationRemarkMissed(DEBUG_TYPE, "RuntimeCheck", in legalLoopInstructions() 462 return OptimizationRemarkMissed(DEBUG_TYPE, "InvariantThreshold", in legalLoopInstructions() 505 return OptimizationRemarkMissed(DEBUG_TYPE, "IllegalLoopStruct", in isLegalForVersioning() 525 return OptimizationRemarkMissed(DEBUG_TYPE, "IllegalLoopMemoryAccess", in isLegalForVersioning() 535 return OptimizationRemark(DEBUG_TYPE, "IsLegalForVersioning", in isLegalForVersioning()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ReplaceWithVeclib.cpp | 31 #define DEBUG_TYPE "replace-with-veclib" macro 55 LLVM_DEBUG(dbgs() << DEBUG_TYPE << ": Added vector library function `" in replaceWithTLIFunction() 65 LLVM_DEBUG(dbgs() << DEBUG_TYPE << ": Adding `" << TLIName in replaceWithTLIFunction() 86 LLVM_DEBUG(dbgs() << DEBUG_TYPE << ": Replaced call to `" in replaceWithTLIFunction() 162 LLVM_DEBUG(dbgs() << DEBUG_TYPE << ": Looking up TLI mapping for `" in replaceWithCallToVeclib() 169 LLVM_DEBUG(dbgs() << DEBUG_TYPE << ": Found TLI function `" << TLIName in replaceWithCallToVeclib() 244 INITIALIZE_PASS_BEGIN(ReplaceWithVeclibLegacy, DEBUG_TYPE, 248 INITIALIZE_PASS_END(ReplaceWithVeclibLegacy, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
|
| H A D | LiveStacks.cpp | 24 #define DEBUG_TYPE "livestacks" macro 27 INITIALIZE_PASS_BEGIN(LiveStacks, DEBUG_TYPE, 30 INITIALIZE_PASS_END(LiveStacks, DEBUG_TYPE,
|
| H A D | MachineStripDebug.cpp | 21 #define DEBUG_TYPE "mir-strip-debug" macro 104 INITIALIZE_PASS_BEGIN(StripDebugMachineModule, DEBUG_TYPE, 106 INITIALIZE_PASS_END(StripDebugMachineModule, DEBUG_TYPE,
|
| H A D | LazyMachineBlockFrequencyInfo.cpp | 21 #define DEBUG_TYPE "lazy-machine-block-freq" macro 23 INITIALIZE_PASS_BEGIN(LazyMachineBlockFrequencyInfoPass, DEBUG_TYPE, 27 INITIALIZE_PASS_END(LazyMachineBlockFrequencyInfoPass, DEBUG_TYPE,
|
| H A D | MachineCheckDebugify.cpp | 22 #define DEBUG_TYPE "mir-check-debugify" macro 119 INITIALIZE_PASS_BEGIN(CheckDebugMachineModule, DEBUG_TYPE, 121 INITIALIZE_PASS_END(CheckDebugMachineModule, DEBUG_TYPE,
|
| H A D | PseudoProbeInserter.cpp | 27 #define DEBUG_TYPE "pseudo-probe-inserter" macro 136 INITIALIZE_PASS_BEGIN(PseudoProbeInserter, DEBUG_TYPE, 140 INITIALIZE_PASS_END(PseudoProbeInserter, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
|
| H A D | MachineRegionInfo.cpp | 19 #define DEBUG_TYPE "machine-region-info" macro 131 INITIALIZE_PASS_BEGIN(MachineRegionInfoPass, DEBUG_TYPE, 136 INITIALIZE_PASS_END(MachineRegionInfoPass, DEBUG_TYPE,
|
| H A D | StackProtector.cpp | 55 #define DEBUG_TYPE "stack-protector" macro 70 INITIALIZE_PASS_BEGIN(StackProtector, DEBUG_TYPE, 74 INITIALIZE_PASS_END(StackProtector, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY() 289 return OptimizationRemark(DEBUG_TYPE, "StackProtectorRequested", F) in RequiresStackProtector() 306 return OptimizationRemark(DEBUG_TYPE, "StackProtectorAllocaOrArray", in RequiresStackProtector() 344 return OptimizationRemark(DEBUG_TYPE, "StackProtectorBuffer", &I) in RequiresStackProtector() 359 return OptimizationRemark(DEBUG_TYPE, "StackProtectorAddressTaken", in RequiresStackProtector()
|
| H A D | FuncletLayout.cpp | 20 #define DEBUG_TYPE "funclet-layout" macro 40 INITIALIZE_PASS(FuncletLayout, DEBUG_TYPE,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | InjectTLIMappings.cpp | 28 #define DEBUG_TYPE "inject-tli-mappings" macro 59 LLVM_DEBUG(dbgs() << DEBUG_TYPE << ": Added to the module: `" << VFName in addVariantDeclaration() 67 LLVM_DEBUG(dbgs() << DEBUG_TYPE << ": Adding `" << VFName in addVariantDeclaration() 169 INITIALIZE_PASS_BEGIN(InjectTLIMappingsLegacy, DEBUG_TYPE, 172 INITIALIZE_PASS_END(InjectTLIMappingsLegacy, DEBUG_TYPE, "Inject TLI Mappings", in INITIALIZE_PASS_DEPENDENCY()
|
| /freebsd-13.1/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 | MLInlineAdvisor.cpp | 38 #define DEBUG_TYPE "inline-ml" macro 209 return OptimizationRemarkMissed(DEBUG_TYPE, "ForceStop", &CB) in getAdviceImpl() 308 OptimizationRemark R(DEBUG_TYPE, "InliningSuccess", DLoc, Block); in recordInliningImpl() 317 OptimizationRemark R(DEBUG_TYPE, "InliningSuccessWithCalleeDeleted", DLoc, in recordInliningWithCalleeDeletedImpl() 328 OptimizationRemarkMissed R(DEBUG_TYPE, "InliningAttemptedAndUnsuccessful", in recordUnsuccessfulInliningImpl() 336 OptimizationRemarkMissed R(DEBUG_TYPE, "IniningNotAttempted", DLoc, Block); in recordUnattemptedInliningImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsDelaySlotFiller.cpp | 53 #define DEBUG_TYPE "mips-delay-slot-filler" macro 306 INITIALIZE_PASS(MipsDelaySlotFiller, DEBUG_TYPE, 420 LLVM_DEBUG(dbgs() << DEBUG_TYPE ": found register hazard for operand " in update() 624 LLVM_DEBUG(dbgs() << DEBUG_TYPE ": found instruction for delay slot" in runOnMachineBasicBlock() 680 LLVM_DEBUG(dbgs() << DEBUG_TYPE << ": could not fill delay slot for "; in runOnMachineBasicBlock() 702 LLVM_DEBUG(dbgs() << DEBUG_TYPE ": ignoring debug instruction: "; in searchRange() 708 LLVM_DEBUG(dbgs() << DEBUG_TYPE ": ignoring BUNDLE instruction: "; in searchRange() 716 LLVM_DEBUG(dbgs() << DEBUG_TYPE ": should terminate search: "; in searchRange() 765 LLVM_DEBUG(dbgs() << DEBUG_TYPE ": found instruction for delay slot: "; in searchRange() 789 LLVM_DEBUG(dbgs() << DEBUG_TYPE ": could not find instruction for delay " in searchBackward() [all …]
|
| H A D | MipsPreLegalizerCombiner.cpp | 22 #define DEBUG_TYPE "mips-prelegalizer-combiner" macro 107 INITIALIZE_PASS_BEGIN(MipsPreLegalizerCombiner, DEBUG_TYPE, 111 INITIALIZE_PASS_END(MipsPreLegalizerCombiner, DEBUG_TYPE,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Annotation2Metadata.cpp | 26 #define DEBUG_TYPE "annotation2metadata" macro 93 INITIALIZE_PASS_BEGIN(Annotation2MetadataLegacy, DEBUG_TYPE, 95 INITIALIZE_PASS_END(Annotation2MetadataLegacy, DEBUG_TYPE,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | IndirectCallPromotion.cpp | 59 #define DEBUG_TYPE "pgo-icall-prom" macro 245 return OptimizationRemarkMissed(DEBUG_TYPE, "UserOptions", &CB) in getPromotionCandidatesForCallSite() 253 return OptimizationRemarkMissed(DEBUG_TYPE, "UserOptions", &CB) in getPromotionCandidatesForCallSite() 261 return OptimizationRemarkMissed(DEBUG_TYPE, "CutOffReached", &CB) in getPromotionCandidatesForCallSite() 278 return OptimizationRemarkMissed(DEBUG_TYPE, "UnableToFindTarget", &CB) in getPromotionCandidatesForCallSite() 290 return OptimizationRemarkMissed(DEBUG_TYPE, "UnableToPromote", &CB) in getPromotionCandidatesForCallSite() 330 return OptimizationRemark(DEBUG_TYPE, "Promoted", &CB) in promoteIndirectCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FixupSetCC.cpp | 32 #define DEBUG_TYPE "x86-fixup-setcc" macro 57 INITIALIZE_PASS(X86FixupSetCCPass, DEBUG_TYPE, DEBUG_TYPE, false, false) in INITIALIZE_PASS() argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUFixFunctionBitcasts.cpp | 23 #define DEBUG_TYPE "amdgpu-fix-function-bitcasts" macro 53 INITIALIZE_PASS(AMDGPUFixFunctionBitcasts, DEBUG_TYPE,
|
| H A D | AMDGPUAnnotateUniformValues.cpp | 22 #define DEBUG_TYPE "amdgpu-annotate-uniform" macro 57 INITIALIZE_PASS_BEGIN(AMDGPUAnnotateUniformValues, DEBUG_TYPE, 61 INITIALIZE_PASS_END(AMDGPUAnnotateUniformValues, DEBUG_TYPE,
|
| H A D | GCNPreRAOptimizations.cpp | 36 #define DEBUG_TYPE "amdgpu-pre-ra-optimizations" macro 70 INITIALIZE_PASS_BEGIN(GCNPreRAOptimizations, DEBUG_TYPE, 73 INITIALIZE_PASS_END(GCNPreRAOptimizations, DEBUG_TYPE, "Pre-RA optimizations",
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64O0PreLegalizerCombiner.cpp | 30 #define DEBUG_TYPE "aarch64-O0-prelegalizer-combiner" macro 159 INITIALIZE_PASS_BEGIN(AArch64O0PreLegalizerCombiner, DEBUG_TYPE, 165 INITIALIZE_PASS_END(AArch64O0PreLegalizerCombiner, DEBUG_TYPE,
|