Home
last modified time | relevance | path

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

12345678910>>...36

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp20 #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 DLoopVersioningLICM.cpp97 #define DEBUG_TYPE "loop-versioning-licm" macro
421 return OptimizationRemarkMissed(DEBUG_TYPE, "IllegalLoopInst", &Inst) in legalLoopInstructions()
440 return OptimizationRemarkMissed(DEBUG_TYPE, "RuntimeCheck", in legalLoopInstructions()
472 return OptimizationRemarkMissed(DEBUG_TYPE, "InvariantThreshold", in legalLoopInstructions()
515 return OptimizationRemarkMissed(DEBUG_TYPE, "IllegalLoopStruct", in isLegalForVersioning()
535 return OptimizationRemarkMissed(DEBUG_TYPE, "IllegalLoopMemoryAccess", in isLegalForVersioning()
545 return OptimizationRemark(DEBUG_TYPE, "IsLegalForVersioning", in isLegalForVersioning()
H A DLoopInterchange.cpp53 #define DEBUG_TYPE "loop-interchange" macro
574 return OptimizationRemark(DEBUG_TYPE, "Interchanged", in processLoop()
754 return OptimizationRemarkMissed(DEBUG_TYPE, "ExitingNotLatch", in currentLimitations()
784 return OptimizationRemarkMissed(DEBUG_TYPE, "MultiIndutionOuter", in currentLimitations()
874 return OptimizationRemarkMissed(DEBUG_TYPE, "NoIncrementInInner", in currentLimitations()
900 DEBUG_TYPE, "UnsupportedInsBetweenInduction", in currentLimitations()
916 return OptimizationRemarkMissed(DEBUG_TYPE, "NoIndutionVariable", in currentLimitations()
971 return OptimizationRemarkMissed(DEBUG_TYPE, "Dependence", in canInterchangeLoops()
989 return OptimizationRemarkMissed(DEBUG_TYPE, "CallInst", in canInterchangeLoops()
1009 return OptimizationRemarkMissed(DEBUG_TYPE, "NotTightlyNested", in canInterchangeLoops()
[all …]
/freebsd-12.1/contrib/llvm/lib/Analysis/
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,
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,
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsPreLegalizerCombiner.cpp21 #define DEBUG_TYPE "mips-prelegalizer-combiner" macro
80 INITIALIZE_PASS_BEGIN(MipsPreLegalizerCombiner, DEBUG_TYPE,
84 INITIALIZE_PASS_END(MipsPreLegalizerCombiner, DEBUG_TYPE,
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp60 #define DEBUG_TYPE "pgo-icall-prom" macro
245 return OptimizationRemarkMissed(DEBUG_TYPE, "UserOptions", Inst) in getPromotionCandidatesForCallSite()
253 return OptimizationRemarkMissed(DEBUG_TYPE, "UserOptions", Inst) in getPromotionCandidatesForCallSite()
261 return OptimizationRemarkMissed(DEBUG_TYPE, "CutOffReached", Inst) in getPromotionCandidatesForCallSite()
271 return OptimizationRemarkMissed(DEBUG_TYPE, "UnableToFindTarget", Inst) in getPromotionCandidatesForCallSite()
283 return OptimizationRemarkMissed(DEBUG_TYPE, "UnableToPromote", Inst) in getPromotionCandidatesForCallSite()
324 return OptimizationRemark(DEBUG_TYPE, "Promoted", Inst) in promoteIndirectCall()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64PreLegalizerCombiner.cpp24 #define DEBUG_TYPE "aarch64-prelegalizer-combiner" macro
95 INITIALIZE_PASS_BEGIN(AArch64PreLegalizerCombiner, DEBUG_TYPE,
99 INITIALIZE_PASS_END(AArch64PreLegalizerCombiner, DEBUG_TYPE,
/freebsd-12.1/contrib/llvm/lib/CodeGen/
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.cpp25 #define DEBUG_TYPE "livestacks" macro
28 INITIALIZE_PASS_BEGIN(LiveStacks, DEBUG_TYPE,
31 INITIALIZE_PASS_END(LiveStacks, DEBUG_TYPE,
H A DStackProtector.cpp54 #define DEBUG_TYPE "stack-protector" macro
65 INITIALIZE_PASS_BEGIN(StackProtector, DEBUG_TYPE,
68 INITIALIZE_PASS_END(StackProtector, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
234 return OptimizationRemark(DEBUG_TYPE, "StackProtectorRequested", F) in RequiresStackProtector()
253 return OptimizationRemark(DEBUG_TYPE, "StackProtectorAllocaOrArray", in RequiresStackProtector()
291 return OptimizationRemark(DEBUG_TYPE, "StackProtectorBuffer", &I) in RequiresStackProtector()
305 return OptimizationRemark(DEBUG_TYPE, "StackProtectorAddressTaken", in RequiresStackProtector()
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 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 DTailDuplication.cpp26 #define DEBUG_TYPE "tailduplication" macro
69 INITIALIZE_PASS(TailDuplicate, DEBUG_TYPE, "Tail Duplication", false, false)
H A DResetMachineFunctionPass.cpp27 #define DEBUG_TYPE "reset-machine-function" macro
81 INITIALIZE_PASS(ResetMachineFunction, DEBUG_TYPE,
H A DExpandISelPseudos.cpp25 #define DEBUG_TYPE "expand-isel-pseudos" macro
44 INITIALIZE_PASS(ExpandISelPseudos, DEBUG_TYPE,
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.h19 #define DEBUG_TYPE "dyld" macro
47 #undef DEBUG_TYPE
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUFixFunctionBitcasts.cpp23 #define DEBUG_TYPE "amdgpu-fix-function-bitcasts" macro
52 INITIALIZE_PASS(AMDGPUFixFunctionBitcasts, DEBUG_TYPE,
H A DSIFixVGPRCopies.cpp23 #define DEBUG_TYPE "si-fix-vgpr-copies" macro
43 INITIALIZE_PASS(SIFixVGPRCopies, DEBUG_TYPE, "SI Fix VGPR copies", false, false)
H A DSIDebuggerInsertNops.cpp32 #define DEBUG_TYPE "si-debugger-insert-nops" macro
54 INITIALIZE_PASS(SIDebuggerInsertNops, DEBUG_TYPE, PASS_NAME, false, false)
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyEHRestoreStackPointer.cpp25 #define DEBUG_TYPE "wasm-eh-restore-stack-pointer" macro
47 INITIALIZE_PASS(WebAssemblyEHRestoreStackPointer, DEBUG_TYPE,
H A DWebAssemblyArgumentMove.cpp41 #define DEBUG_TYPE "wasm-argument-move" macro
63 INITIALIZE_PASS(WebAssemblyArgumentMove, DEBUG_TYPE,
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCTOCRegDeps.cpp84 #define DEBUG_TYPE "ppc-toc-reg-deps" macro
149 INITIALIZE_PASS(PPCTOCRegDeps, DEBUG_TYPE,
H A DPPCTLSDynamicCall.cpp36 #define DEBUG_TYPE "ppc-tls-dynamic-call" macro
182 INITIALIZE_PASS_BEGIN(PPCTLSDynamicCall, DEBUG_TYPE,
186 INITIALIZE_PASS_END(PPCTLSDynamicCall, DEBUG_TYPE,

12345678910>>...36