Home
last modified time | relevance | path

Searched refs:INITIALIZE_PASS (Results 1 – 25 of 246) sorted by relevance

12345678910

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDomPrinter.cpp166 INITIALIZE_PASS(DomViewer, "view-dom",
170 INITIALIZE_PASS(DomOnlyViewer, "view-dom-only",
175 INITIALIZE_PASS(PostDomViewer, "view-postdom",
179 INITIALIZE_PASS(PostDomOnlyViewer, "view-postdom-only",
243 INITIALIZE_PASS(DomPrinter, "dot-dom",
248 INITIALIZE_PASS(DomOnlyPrinter, "dot-dom-only",
254 INITIALIZE_PASS(PostDomPrinter, "dot-postdom",
259 INITIALIZE_PASS(PostDomOnlyPrinter, "dot-postdom-only",
DCFGPrinter.cpp57 INITIALIZE_PASS(CFGViewerLegacyPass, "view-cfg", "View CFG of function", false, true)
87 INITIALIZE_PASS(CFGOnlyViewerLegacyPass, "view-cfg-only",
134 INITIALIZE_PASS(CFGPrinterLegacyPass, "dot-cfg", "Print CFG of function to 'dot' file",
163 INITIALIZE_PASS(CFGOnlyPrinterLegacyPass, "dot-cfg-only",
DRegionPrinter.cpp201 INITIALIZE_PASS(RegionPrinter, "dot-regions",
204 INITIALIZE_PASS(
209 INITIALIZE_PASS(RegionViewer, "view-regions", "View regions of function",
212 INITIALIZE_PASS(RegionOnlyViewer, "view-regions-only",
DCallPrinter.cpp77 INITIALIZE_PASS(CallGraphViewer, "view-callgraph", "View call graph", false,
81 INITIALIZE_PASS(CallGraphDOTPrinter, "dot-callgraph",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DDCE.cpp78 INITIALIZE_PASS(DeadInstElimination, "die",
111 INITIALIZE_PASS(RedundantDbgInstElimination, "redundant-dbg-inst-elim",
211 INITIALIZE_PASS(DCELegacyPass, "dce", "Dead Code Elimination", false, false)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTailDuplication.cpp78 INITIALIZE_PASS(TailDuplicate, DEBUG_TYPE, "Tail Duplication", false, false)
79 INITIALIZE_PASS(EarlyTailDuplicate, "early-tailduplication",
DUnreachableBlockElim.cpp63 INITIALIZE_PASS(UnreachableBlockElimLegacyPass, "unreachableblockelim",
92 INITIALIZE_PASS(UnreachableMachineBlockElim, "unreachable-mbb-elimination",
DFEntryInserter.cpp52 INITIALIZE_PASS(FEntryInserter, "fentry-insert", "Insert fentry calls", false,
DFuncletLayout.cpp40 INITIALIZE_PASS(FuncletLayout, DEBUG_TYPE,
DMIRPrintingPass.cpp62 INITIALIZE_PASS(MIRPrintingPass, "mir-printer", "MIR Printer", false, false)
DMachineFunctionPrinterPass.cpp59 INITIALIZE_PASS(MachineFunctionPrinterPass, "machineinstr-printer",
DPostRAHazardRecognizer.cpp66 INITIALIZE_PASS(PostRAHazardRecognizer, DEBUG_TYPE,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DStripSymbols.cpp100 INITIALIZE_PASS(StripSymbols, "strip",
108 INITIALIZE_PASS(StripNonDebugSymbols, "strip-nondebug",
117 INITIALIZE_PASS(StripDebugDeclare, "strip-debug-declare",
125 INITIALIZE_PASS(StripDeadDebugInfo, "strip-dead-debug-info",
DBarrierNoopPass.cpp46 INITIALIZE_PASS(BarrierNoop, "barrier", "A No-Op Barrier Pass",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAliasAnalysis.cpp38 INITIALIZE_PASS(AMDGPUAAWrapperPass, "amdgpu-aa",
41 INITIALIZE_PASS(AMDGPUExternalAAWrapper, "amdgpu-aa-wrapper",
DAMDGPUFixFunctionBitcasts.cpp51 INITIALIZE_PASS(AMDGPUFixFunctionBitcasts, DEBUG_TYPE,
DSIFixVGPRCopies.cpp42 INITIALIZE_PASS(SIFixVGPRCopies, DEBUG_TYPE, "SI Fix VGPR copies", false, false)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIRPrintingPasses.cpp116 INITIALIZE_PASS(PrintModulePassWrapper, "print-module",
119 INITIALIZE_PASS(PrintFunctionPassWrapper, "print-function",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DEntryExitInstrumenter.cpp149 INITIALIZE_PASS(
153 INITIALIZE_PASS(PostInlineEntryExitInstrumenter, "post-inline-ee-instrument",
DStripNonLineTableDebugInfo.cpp37 INITIALIZE_PASS(StripNonLineTableDebugInfo, "strip-nonlinetable-debuginfo",
DInstructionNamer.cpp54 INITIALIZE_PASS(InstNamer, "instnamer",
DStripGCRelocates.cpp74 INITIALIZE_PASS(StripGCRelocates, "strip-gc-relocates",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFMIPeephole.cpp238 INITIALIZE_PASS(BPFMIPeephole, DEBUG_TYPE,
331 INITIALIZE_PASS(BPFMIPreEmitPeephole, "bpf-mi-pemit-peephole",
504 INITIALIZE_PASS(BPFMIPeepholeTruncElim, "bpf-mi-trunc-elim",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAllocaHoisting.cpp64 INITIALIZE_PASS(
DNVPTXAssignValidGlobalNames.cpp49 INITIALIZE_PASS(NVPTXAssignValidGlobalNames, "nvptx-assign-valid-global-names",

12345678910