Home
last modified time | relevance | path

Searched defs:pipeline (Results 1 – 13 of 13) sorted by relevance

/llvm-project/llvm/docs/GlobalISel/
H A DPipeline.rst1 .. _pipeline: target
/llvm-project/mlir/unittests/Pass/
H A DPassPipelineParserTest.cpp26 auto checkParseFailure = [](StringRef pipeline, StringRef expectedErrorMsg) { in TEST()
/llvm-project/mlir/lib/Bindings/Python/
H A DPass.cpp89 __anone3fec4810502(const std::string &pipeline, DefaultingPyMlirContext context) populatePassManagerSubmodule() argument
106 __anone3fec4810602(PyPassManager &passManager, const std::string &pipeline) populatePassManagerSubmodule() argument
[all...]
/llvm-project/mlir/lib/Transforms/
H A DInlinerPass.cpp57 static LogicalResult runPipelineHelper(Pass &pass, OpPassManager &pipeline, in runPipelineHelper() argument
176 if (!pipeline.empty()) in initializeOptions() local
[all...]
/llvm-project/mlir/docs/Dialects/
H A DGPU.md112 Example:'gpu' Dialect""GPU Compilation""Default NVVM Compilation Pipeline: gpu-lower-to-nvvm-pipeline global() argument
[all...]
/llvm-project/mlir/test/lib/Pass/
H A DTestDynamicPipeline.cpp100 Option<std::string> pipeline{ member in __anon9db8280c0111::TestDynamicPipelinePass
/llvm-project/mlir/lib/Pass/
H A DPassRegistry.cpp401 FailureOr<OpPassManager> pipeline = parsePassPipeline(pipelineStr); setValue() local
434 FailureOr<OpPassManager> pipeline = parsePassPipeline(arg); parse() local
529 std::vector<PipelineElement> pipeline; global() member in __anonede6f6f20b11::TextualPipeline
580 std::vector<PipelineElement> &pipeline = *pipelineStack.back(); parsePipelineText() local
719 parsePassPipeline(StringRef pipeline,OpPassManager & pm,raw_ostream & errorStream) parsePassPipeline() argument
733 parsePassPipeline(StringRef pipeline,raw_ostream & errorStream) parsePassPipeline() argument
[all...]
H A DPassCrashRecovery.cpp125 std::string pipeline = in appendReproducer() local
[all...]
H A DPass.cpp493 __anon245c90590702(OpPassManager &pipeline, Operation *root) run() argument
[all...]
/llvm-project/mlir/include/mlir/Transforms/
H A DInliner.h42 void setDefaultPipeline(DefaultPipelineTy pipeline) { in setDefaultPipeline()
/llvm-project/mlir/lib/CAPI/IR/
H A DPass.cpp90 mlirParsePassPipeline(MlirOpPassManager passManager,MlirStringRef pipeline,MlirStringCallback callback,void * userData) mlirParsePassPipeline() argument
/llvm-project/mlir/include/mlir/Pass/
H A DPass.h199 LogicalResult runPipeline(OpPassManager &pipeline, Operation *op) { in runPipeline()
/llvm-project/flang/lib/Optimizer/Transforms/
H A DAbstractResult.cpp369 mlir::OpPassManager pipeline; runOnModule() local