Home
last modified time | relevance | path

Searched refs:DEBUG_TYPE (Results 1 – 25 of 1306) sorted by relevance

12345678910>>...53

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp21 #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 DLoopVersioningLICM.cpp95 #define DEBUG_TYPE "loop-versioning-licm" macro
398 return OptimizationRemarkMissed(DEBUG_TYPE, "IllegalLoopInst", &Inst) in legalLoopInstructions()
417 return OptimizationRemarkMissed(DEBUG_TYPE, "RuntimeCheck", in legalLoopInstructions()
449 return OptimizationRemarkMissed(DEBUG_TYPE, "InvariantThreshold", in legalLoopInstructions()
492 return OptimizationRemarkMissed(DEBUG_TYPE, "IllegalLoopStruct", in isLegalForVersioning()
512 return OptimizationRemarkMissed(DEBUG_TYPE, "IllegalLoopMemoryAccess", in isLegalForVersioning()
522 return OptimizationRemark(DEBUG_TYPE, "IsLegalForVersioning", in isLegalForVersioning()
H A DLoopIdiomRecognize.cpp107 #define DEBUG_TYPE "loop-idiom" macro
120 DisableLIRPAll("disable-" DEBUG_TYPE "-all",
127 DisableLIRPMemset("disable-" DEBUG_TYPE "-memset",
135 DisableLIRPMemcpy("disable-" DEBUG_TYPE "-memcpy",
402 LLVM_DEBUG(dbgs() << DEBUG_TYPE " Scanning: F[" in runOnCountableLoop()
875 return OptimizationRemarkMissed(DEBUG_TYPE, "SizeStrideUnequal", MCI) in processLoopMemCpy()
1220 OptimizationRemark R(DEBUG_TYPE, "ProcessLoopStridedStore", in processLoopStridedStore()
1400 return OptimizationRemarkMissed(DEBUG_TYPE, "LoopMayAccessStore", in processLoopStoreOfLoopLoad()
1433 return OptimizationRemarkMissed(DEBUG_TYPE, "LoopMayAccessLoad", TheLoad) in processLoopStoreOfLoopLoad()
1521 return OptimizationRemark(DEBUG_TYPE, "ProcessLoopStoreOfLoopLoad", in processLoopStoreOfLoopLoad()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp30 #define DEBUG_TYPE "replace-with-veclib" macro
54 LLVM_DEBUG(dbgs() << DEBUG_TYPE << ": Added vector library function `" in replaceWithTLIFunction()
64 LLVM_DEBUG(dbgs() << DEBUG_TYPE << ": Adding `" << TLIName in replaceWithTLIFunction()
85 LLVM_DEBUG(dbgs() << DEBUG_TYPE << ": Replaced call to `" in replaceWithTLIFunction()
161 LLVM_DEBUG(dbgs() << DEBUG_TYPE << ": Looking up TLI mapping for `" in replaceWithCallToVeclib()
168 LLVM_DEBUG(dbgs() << DEBUG_TYPE << ": Found TLI function `" << TLIName in replaceWithCallToVeclib()
243 INITIALIZE_PASS_BEGIN(ReplaceWithVeclibLegacy, DEBUG_TYPE,
247 INITIALIZE_PASS_END(ReplaceWithVeclibLegacy, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
H A DMachineStripDebug.cpp21 #define DEBUG_TYPE "mir-strip-debug" macro
101 INITIALIZE_PASS_BEGIN(StripDebugMachineModule, DEBUG_TYPE,
103 INITIALIZE_PASS_END(StripDebugMachineModule, DEBUG_TYPE,
H A DLazyMachineBlockFrequencyInfo.cpp22 #define DEBUG_TYPE "lazy-machine-block-freq" macro
24 INITIALIZE_PASS_BEGIN(LazyMachineBlockFrequencyInfoPass, DEBUG_TYPE,
28 INITIALIZE_PASS_END(LazyMachineBlockFrequencyInfoPass, DEBUG_TYPE,
H A DLiveStacks.cpp21 #define DEBUG_TYPE "livestacks" macro
24 INITIALIZE_PASS_BEGIN(LiveStacks, DEBUG_TYPE,
27 INITIALIZE_PASS_END(LiveStacks, DEBUG_TYPE,
H A DMachineCheckDebugify.cpp23 #define DEBUG_TYPE "mir-check-debugify" macro
119 INITIALIZE_PASS_BEGIN(CheckDebugMachineModule, DEBUG_TYPE,
121 INITIALIZE_PASS_END(CheckDebugMachineModule, DEBUG_TYPE,
H A DMachineRegionInfo.cpp19 #define DEBUG_TYPE "machine-region-info" macro
131 INITIALIZE_PASS_BEGIN(MachineRegionInfoPass, DEBUG_TYPE,
136 INITIALIZE_PASS_END(MachineRegionInfoPass, DEBUG_TYPE,
H A DPseudoProbeInserter.cpp25 #define DEBUG_TYPE "pseudo-probe-inserter" macro
143 INITIALIZE_PASS_BEGIN(PseudoProbeInserter, DEBUG_TYPE,
147 INITIALIZE_PASS_END(PseudoProbeInserter, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
H A DStackProtector.cpp55 #define DEBUG_TYPE "stack-protector" macro
72 INITIALIZE_PASS_BEGIN(StackProtector, DEBUG_TYPE,
76 INITIALIZE_PASS_END(StackProtector, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
299 return OptimizationRemark(DEBUG_TYPE, "StackProtectorRequested", F) in RequiresStackProtector()
316 return OptimizationRemark(DEBUG_TYPE, "StackProtectorAllocaOrArray", in RequiresStackProtector()
354 return OptimizationRemark(DEBUG_TYPE, "StackProtectorBuffer", &I) in RequiresStackProtector()
369 return OptimizationRemark(DEBUG_TYPE, "StackProtectorAddressTaken", in RequiresStackProtector()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp27 #define DEBUG_TYPE "inject-tli-mappings" macro
58 LLVM_DEBUG(dbgs() << DEBUG_TYPE << ": Added to the module: `" << VFName in addVariantDeclaration()
66 LLVM_DEBUG(dbgs() << DEBUG_TYPE << ": Adding `" << VFName in addVariantDeclaration()
168 INITIALIZE_PASS_BEGIN(InjectTLIMappingsLegacy, DEBUG_TYPE,
171 INITIALIZE_PASS_END(InjectTLIMappingsLegacy, DEBUG_TYPE, "Inject TLI Mappings", in INITIALIZE_PASS_DEPENDENCY()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXILResourceAnalysis.cpp19 #define DEBUG_TYPE "dxil-resource-analysis" macro
38 INITIALIZE_PASS_BEGIN(DXILResourceWrapper, DEBUG_TYPE,
40 INITIALIZE_PASS_END(DXILResourceWrapper, DEBUG_TYPE,
H A DDXILOpLowering.cpp27 #define DEBUG_TYPE "dxil-op-lower" macro
103 INITIALIZE_PASS_BEGIN(DXILOpLoweringLegacy, DEBUG_TYPE, "DXIL Op Lowering",
105 INITIALIZE_PASS_END(DXILOpLoweringLegacy, DEBUG_TYPE, "DXIL Op Lowering", false,
/openbsd-src/gnu/llvm/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,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp48 #define DEBUG_TYPE "pgo-icall-prom" macro
185 return OptimizationRemarkMissed(DEBUG_TYPE, "UserOptions", &CB) in getPromotionCandidatesForCallSite()
193 return OptimizationRemarkMissed(DEBUG_TYPE, "UserOptions", &CB) in getPromotionCandidatesForCallSite()
201 return OptimizationRemarkMissed(DEBUG_TYPE, "CutOffReached", &CB) in getPromotionCandidatesForCallSite()
218 return OptimizationRemarkMissed(DEBUG_TYPE, "UnableToFindTarget", &CB) in getPromotionCandidatesForCallSite()
230 return OptimizationRemarkMissed(DEBUG_TYPE, "UnableToPromote", &CB) in getPromotionCandidatesForCallSite()
270 return OptimizationRemark(DEBUG_TYPE, "Promoted", &CB) in promoteIndirectCall()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAnnotation2Metadata.cpp26 #define DEBUG_TYPE "annotation2metadata" macro
86 INITIALIZE_PASS_BEGIN(Annotation2MetadataLegacy, DEBUG_TYPE,
88 INITIALIZE_PASS_END(Annotation2MetadataLegacy, DEBUG_TYPE,
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp53 #define DEBUG_TYPE "mips-delay-slot-filler" macro
305 INITIALIZE_PASS(MipsDelaySlotFiller, DEBUG_TYPE,
418 LLVM_DEBUG(dbgs() << DEBUG_TYPE ": found register hazard for operand " in update()
622 LLVM_DEBUG(dbgs() << DEBUG_TYPE ": found instruction for delay slot" in runOnMachineBasicBlock()
628 LLVM_DEBUG(dbgs() << DEBUG_TYPE ": found instruction for delay slot" in runOnMachineBasicBlock()
632 LLVM_DEBUG(dbgs() << DEBUG_TYPE ": found instruction for delay slot" in runOnMachineBasicBlock()
678 LLVM_DEBUG(dbgs() << DEBUG_TYPE << ": could not fill delay slot for "; in runOnMachineBasicBlock()
697 LLVM_DEBUG(dbgs() << DEBUG_TYPE ": checking instruction: "; CurrI->dump()); in searchRange()
700 LLVM_DEBUG(dbgs() << DEBUG_TYPE ": ignoring debug instruction: "; in searchRange()
706 LLVM_DEBUG(dbgs() << DEBUG_TYPE ": ignoring BUNDLE instruction: "; in searchRange()
[all …]
H A DMipsPreLegalizerCombiner.cpp23 #define DEBUG_TYPE "mips-prelegalizer-combiner" macro
107 INITIALIZE_PASS_BEGIN(MipsPreLegalizerCombiner, DEBUG_TYPE,
111 INITIALIZE_PASS_END(MipsPreLegalizerCombiner, DEBUG_TYPE,
H A DMipsPostLegalizerCombiner.cpp27 #define DEBUG_TYPE "mips-postlegalizer-combiner" macro
135 INITIALIZE_PASS_BEGIN(MipsPostLegalizerCombiner, DEBUG_TYPE,
140 INITIALIZE_PASS_END(MipsPostLegalizerCombiner, DEBUG_TYPE,
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FixupSetCC.cpp32 #define DEBUG_TYPE "x86-fixup-setcc" macro
57 INITIALIZE_PASS(X86FixupSetCCPass, DEBUG_TYPE, DEBUG_TYPE, false, false) in INITIALIZE_PASS() argument
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateUniformValues.cpp24 #define DEBUG_TYPE "amdgpu-annotate-uniform" macro
70 INITIALIZE_PASS_BEGIN(AMDGPUAnnotateUniformValues, DEBUG_TYPE,
75 INITIALIZE_PASS_END(AMDGPUAnnotateUniformValues, DEBUG_TYPE,
H A DAMDGPURewriteUndefForPHI.cpp68 #define DEBUG_TYPE "amdgpu-rewrite-undef-for-phi" macro
96 INITIALIZE_PASS_BEGIN(AMDGPURewriteUndefForPHI, DEBUG_TYPE,
100 INITIALIZE_PASS_END(AMDGPURewriteUndefForPHI, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombine.h23 #define DEBUG_TYPE "instcombine" macro
73 #undef DEBUG_TYPE

12345678910>>...53