| /freebsd-12.1/contrib/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 | 97 #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 D | LoopInterchange.cpp | 53 #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 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 | LazyBlockFrequencyInfo.cpp | 24 #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 D | MipsPreLegalizerCombiner.cpp | 21 #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 D | IndirectCallPromotion.cpp | 60 #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 D | AArch64PreLegalizerCombiner.cpp | 24 #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 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 | LiveStacks.cpp | 25 #define DEBUG_TYPE "livestacks" macro 28 INITIALIZE_PASS_BEGIN(LiveStacks, DEBUG_TYPE, 31 INITIALIZE_PASS_END(LiveStacks, DEBUG_TYPE,
|
| H A D | StackProtector.cpp | 54 #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 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 | FuncletLayout.cpp | 20 #define DEBUG_TYPE "funclet-layout" macro 40 INITIALIZE_PASS(FuncletLayout, DEBUG_TYPE,
|
| H A D | PostRAHazardRecognizer.cpp | 41 #define DEBUG_TYPE "post-RA-hazard-rec" macro 66 INITIALIZE_PASS(PostRAHazardRecognizer, DEBUG_TYPE,
|
| H A D | TailDuplication.cpp | 26 #define DEBUG_TYPE "tailduplication" macro 69 INITIALIZE_PASS(TailDuplicate, DEBUG_TYPE, "Tail Duplication", false, false)
|
| H A D | ResetMachineFunctionPass.cpp | 27 #define DEBUG_TYPE "reset-machine-function" macro 81 INITIALIZE_PASS(ResetMachineFunction, DEBUG_TYPE,
|
| H A D | ExpandISelPseudos.cpp | 25 #define DEBUG_TYPE "expand-isel-pseudos" macro 44 INITIALIZE_PASS(ExpandISelPseudos, DEBUG_TYPE,
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldCOFF.h | 19 #define DEBUG_TYPE "dyld" macro 47 #undef DEBUG_TYPE
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUFixFunctionBitcasts.cpp | 23 #define DEBUG_TYPE "amdgpu-fix-function-bitcasts" macro 52 INITIALIZE_PASS(AMDGPUFixFunctionBitcasts, DEBUG_TYPE,
|
| H A D | SIFixVGPRCopies.cpp | 23 #define DEBUG_TYPE "si-fix-vgpr-copies" macro 43 INITIALIZE_PASS(SIFixVGPRCopies, DEBUG_TYPE, "SI Fix VGPR copies", false, false)
|
| H A D | SIDebuggerInsertNops.cpp | 32 #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 D | WebAssemblyEHRestoreStackPointer.cpp | 25 #define DEBUG_TYPE "wasm-eh-restore-stack-pointer" macro 47 INITIALIZE_PASS(WebAssemblyEHRestoreStackPointer, DEBUG_TYPE,
|
| H A D | WebAssemblyArgumentMove.cpp | 41 #define DEBUG_TYPE "wasm-argument-move" macro 63 INITIALIZE_PASS(WebAssemblyArgumentMove, DEBUG_TYPE,
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCTOCRegDeps.cpp | 84 #define DEBUG_TYPE "ppc-toc-reg-deps" macro 149 INITIALIZE_PASS(PPCTOCRegDeps, DEBUG_TYPE,
|
| H A D | PPCTLSDynamicCall.cpp | 36 #define DEBUG_TYPE "ppc-tls-dynamic-call" macro 182 INITIALIZE_PASS_BEGIN(PPCTLSDynamicCall, DEBUG_TYPE, 186 INITIALIZE_PASS_END(PPCTLSDynamicCall, DEBUG_TYPE,
|