| /llvm-project-15.0.7/mlir/test/lib/Pass/ |
| H A D | TestPassManager.cpp | 57 ListOption<int> listOption{*this, "list", 59 ListOption<std::string> stringListOption{ 78 ListOption<int> listOption{*this, "list", 80 ListOption<std::string> stringListOption{
|
| H A D | TestDynamicPipeline.cpp | 104 ListOption<std::string> opNames{
|
| /llvm-project-15.0.7/mlir/include/mlir/Pass/ |
| H A D | Pass.h | 105 struct ListOption struct 106 : public detail::PassOptions::ListOption<DataType, OptionParser> { 108 ListOption(Pass &parent, StringRef arg, Args &&...args) in ListOption() argument 109 : detail::PassOptions::ListOption<DataType, OptionParser>( in ListOption() 111 using detail::PassOptions::ListOption<DataType, OptionParser>::operator=;
|
| H A D | PassOptions.h | 205 class ListOption 210 ListOption(PassOptions &parent, StringRef arg, Args &&...args) in ListOption() function 222 ~ListOption() override = default; 223 ListOption<DataType, OptionParser> & 224 operator=(const ListOption<DataType, OptionParser> &other) { 239 ListOption<DataType, OptionParser> &operator=(ArrayRef<DataType> values) { 273 *this = static_cast<const ListOption<DataType, OptionParser> &>(other); in copyValueFrom()
|
| H A D | PassBase.td | 42 class ListOption<string varName, string arg, string valueType,
|
| /llvm-project-15.0.7/mlir/include/mlir/Rewrite/ |
| H A D | PassUtil.td | 25 ListOption<"disabledPatterns", "disable-patterns", "std::string", 28 ListOption<"enabledPatterns", "enable-patterns", "std::string",
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SCF/Transforms/ |
| H A D | Passes.td | 57 ListOption<"clCollapsedIndices0", "collapsed-indices-0", "unsigned", 59 ListOption<"clCollapsedIndices1", "collapsed-indices-1", "unsigned", 61 ListOption<"clCollapsedIndices2", "collapsed-indices-2", "unsigned", 76 ListOption<"tileSizes", "parallel-loop-tile-sizes", "int64_t",
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/SCF/ |
| H A D | TestLoopParametricTiling.cpp | 51 ListOption<int64_t> sizes{
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Affine/ |
| H A D | TestLoopPermutation.cpp | 41 ListOption<unsigned> permList{*this, "permutation-map",
|
| /llvm-project-15.0.7/mlir/test/lib/IR/ |
| H A D | TestDiagnostics.cpp | 59 ListOption<std::string> filters{
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/SPIRV/ |
| H A D | TestEntryPointAbi.cpp | 42 Pass::ListOption<int32_t> workgroupSize{
|
| /llvm-project-15.0.7/mlir/include/mlir/Reducer/ |
| H A D | Passes.td | 22 ListOption<"testerArgs", "test-arg", "std::string",
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/ |
| H A D | Passes.td | 194 ListOption<"tileSizes", "tile-sizes", "unsigned", 348 ListOption<"vectorSizes", "virtual-vector-size", "int64_t", 356 ListOption<"fastestVaryingPattern", "test-fastest-varying", "int64_t",
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Linalg/ |
| H A D | TestLinalgTransforms.cpp | 107 ListOption<int64_t> peeledLoops{ 110 ListOption<int64_t> tileSizes{
|
| /llvm-project-15.0.7/mlir/include/mlir/Transforms/ |
| H A D | Passes.td | 86 ListOption<"opPipelineList", "op-pipelines", "OpPassManager", 231 ListOption<"exclude", "exclude", "std::string",
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | PassManagement.md | 500 `ListOption<>` classes, and generally follow the 503 all `ListOption`s are comma-separated, and delimited sub-ranges within individual 517 ListOption<int> exampleListOption{*this, "list-flag-name", llvm::cl::desc("...")}; 532 ListOption<int> exampleListOption{*this, "list-flag-name", 781 ListOption<int64_t> listOption{ 818 ListOption<"listOption", "example-list", "int64_t", 911 Options may be specified via the `Option` and `ListOption` classes. The `Option` 937 The `ListOption` class takes the following fields: 954 ListOption<"listOption", "example-list", "int64_t",
|
| H A D | PatternRewriter.md | 441 ListOption<"disabledPatterns", "disable-patterns", "std::string", 443 ListOption<"enabledPatterns", "enable-patterns", "std::string",
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Vector/ |
| H A D | TestVectorTransforms.cpp | 358 ListOption<int64_t> unrollOrder{*this, "unroll-order", 386 ListOption<int32_t> multiplicity{
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/ |
| H A D | Passes.td | 125 ListOption<"tileSizes", "tile-sizes", "int64_t", "Tile sizes">,
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/Transforms/ |
| H A D | Passes.td | 282 ListOption<"dialectFilter", "dialect-filter", "std::string",
|