Home
last modified time | relevance | path

Searched refs:shortNames (Results 1 – 25 of 495) sorted by relevance

12345678910>>...20

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Transforms/
H A DViewRegionGraph.cpp47 void mlir::viewGraph(Region &region, const Twine &name, bool shortNames, in viewGraph() argument
49 llvm::ViewGraph(&region, name, shortNames, title, program); in viewGraph()
52 raw_ostream &mlir::writeGraph(raw_ostream &os, Region &region, bool shortNames, in writeGraph() argument
54 return llvm::WriteGraph(os, &region, shortNames, title); in writeGraph()
64 PrintCFGPass(raw_ostream &os = llvm::errs(), bool shortNames = false, in PrintCFGPass()
66 : os(os), shortNames(shortNames), title(title.str()) {} in PrintCFGPass()
68 mlir::writeGraph(os, getFunction().getBody(), shortNames, title); in runOnFunction()
73 bool shortNames; member
79 mlir::createPrintCFGGraphPass(raw_ostream &os, bool shortNames, in createPrintCFGGraphPass() argument
81 return std::make_unique<PrintCFGPass>(os, shortNames, title); in createPrintCFGGraphPass()
H A DViewOpGraph.cpp153 void mlir::viewGraph(Block &block, const Twine &name, bool shortNames, in viewGraph() argument
155 llvm::ViewGraph(&block, name, shortNames, title, program); in viewGraph()
158 raw_ostream &mlir::writeGraph(raw_ostream &os, Block &block, bool shortNames, in writeGraph() argument
160 return llvm::WriteGraph(os, &block, shortNames, title); in writeGraph()
164 mlir::createPrintOpGraphPass(raw_ostream &os, bool shortNames, in createPrintOpGraphPass() argument
166 return std::make_unique<PrintOpPass>(os, shortNames, title); in createPrintOpGraphPass()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Transforms/
H A DViewRegionGraph.cpp47 void mlir::viewGraph(Region &region, const Twine &name, bool shortNames, in viewGraph() argument
49 llvm::ViewGraph(&region, name, shortNames, title, program); in viewGraph()
52 raw_ostream &mlir::writeGraph(raw_ostream &os, Region &region, bool shortNames, in writeGraph() argument
54 return llvm::WriteGraph(os, &region, shortNames, title); in writeGraph()
64 PrintCFGPass(raw_ostream &os = llvm::errs(), bool shortNames = false, in PrintCFGPass()
66 : os(os), shortNames(shortNames), title(title.str()) {} in PrintCFGPass()
68 mlir::writeGraph(os, getFunction().getBody(), shortNames, title); in runOnFunction()
73 bool shortNames; member
79 mlir::createPrintCFGGraphPass(raw_ostream &os, bool shortNames, in createPrintCFGGraphPass() argument
81 return std::make_unique<PrintCFGPass>(os, shortNames, title); in createPrintCFGGraphPass()
H A DViewOpGraph.cpp153 void mlir::viewGraph(Block &block, const Twine &name, bool shortNames, in viewGraph() argument
155 llvm::ViewGraph(&block, name, shortNames, title, program); in viewGraph()
158 raw_ostream &mlir::writeGraph(raw_ostream &os, Block &block, bool shortNames, in writeGraph() argument
160 return llvm::WriteGraph(os, &block, shortNames, title); in writeGraph()
164 mlir::createPrintOpGraphPass(raw_ostream &os, bool shortNames, in createPrintOpGraphPass() argument
166 return std::make_unique<PrintOpPass>(os, shortNames, title); in createPrintOpGraphPass()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Transforms/
H A DViewRegionGraph.cpp47 void mlir::viewGraph(Region &region, const Twine &name, bool shortNames, in viewGraph() argument
49 llvm::ViewGraph(&region, name, shortNames, title, program); in viewGraph()
52 raw_ostream &mlir::writeGraph(raw_ostream &os, Region &region, bool shortNames, in writeGraph() argument
54 return llvm::WriteGraph(os, &region, shortNames, title); in writeGraph()
64 PrintCFGPass(raw_ostream &os = llvm::errs(), bool shortNames = false, in PrintCFGPass()
66 : os(os), shortNames(shortNames), title(title.str()) {} in PrintCFGPass()
68 mlir::writeGraph(os, getFunction().getBody(), shortNames, title); in runOnFunction()
73 bool shortNames; member
79 mlir::createPrintCFGGraphPass(raw_ostream &os, bool shortNames, in createPrintCFGGraphPass() argument
81 return std::make_unique<PrintCFGPass>(os, shortNames, title); in createPrintCFGGraphPass()
H A DViewOpGraph.cpp109 PrintOpPass(raw_ostream &os, bool shortNames, const Twine &title) : os(os) { in PrintOpPass() argument
110 this->shortNames = shortNames; in PrintOpPass()
138 llvm::WriteGraph(os, &indexed_block.value(), shortNames, in processModule()
153 void mlir::viewGraph(Block &block, const Twine &name, bool shortNames, in viewGraph() argument
155 llvm::ViewGraph(&block, name, shortNames, title, program); in viewGraph()
158 raw_ostream &mlir::writeGraph(raw_ostream &os, Block &block, bool shortNames, in writeGraph() argument
160 return llvm::WriteGraph(os, &block, shortNames, title); in writeGraph()
164 mlir::createPrintOpGraphPass(raw_ostream &os, bool shortNames, in createPrintOpGraphPass() argument
166 return std::make_unique<PrintOpPass>(os, shortNames, title); in createPrintOpGraphPass()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Transforms/
H A DViewRegionGraph.cpp47 void mlir::viewGraph(Region &region, const Twine &name, bool shortNames, in viewGraph() argument
49 llvm::ViewGraph(&region, name, shortNames, title, program); in viewGraph()
52 raw_ostream &mlir::writeGraph(raw_ostream &os, Region &region, bool shortNames, in writeGraph() argument
54 return llvm::WriteGraph(os, &region, shortNames, title); in writeGraph()
64 PrintCFGPass(raw_ostream &os = llvm::errs(), bool shortNames = false, in PrintCFGPass()
66 : os(os), shortNames(shortNames), title(title.str()) {} in PrintCFGPass()
68 mlir::writeGraph(os, getFunction().getBody(), shortNames, title); in runOnFunction()
73 bool shortNames; member
79 mlir::createPrintCFGGraphPass(raw_ostream &os, bool shortNames, in createPrintCFGGraphPass() argument
81 return std::make_unique<PrintCFGPass>(os, shortNames, title); in createPrintCFGGraphPass()
H A DViewOpGraph.cpp153 void mlir::viewGraph(Block &block, const Twine &name, bool shortNames, in viewGraph() argument
155 llvm::ViewGraph(&block, name, shortNames, title, program); in viewGraph()
158 raw_ostream &mlir::writeGraph(raw_ostream &os, Block &block, bool shortNames, in writeGraph() argument
160 return llvm::WriteGraph(os, &block, shortNames, title); in writeGraph()
164 mlir::createPrintOpGraphPass(raw_ostream &os, bool shortNames, in createPrintOpGraphPass() argument
166 return std::make_unique<PrintOpPass>(os, shortNames, title); in createPrintOpGraphPass()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Transforms/
H A DViewRegionGraph.cpp47 void mlir::viewGraph(Region &region, const Twine &name, bool shortNames, in viewGraph() argument
49 llvm::ViewGraph(&region, name, shortNames, title, program); in viewGraph()
52 raw_ostream &mlir::writeGraph(raw_ostream &os, Region &region, bool shortNames, in writeGraph() argument
54 return llvm::WriteGraph(os, &region, shortNames, title); in writeGraph()
64 PrintCFGPass(raw_ostream &os = llvm::errs(), bool shortNames = false, in PrintCFGPass()
66 : os(os), shortNames(shortNames), title(title.str()) {} in PrintCFGPass()
68 mlir::writeGraph(os, getFunction().getBody(), shortNames, title); in runOnFunction()
73 bool shortNames; member
79 mlir::createPrintCFGGraphPass(raw_ostream &os, bool shortNames, in createPrintCFGGraphPass() argument
81 return std::make_unique<PrintCFGPass>(os, shortNames, title); in createPrintCFGGraphPass()
H A DViewOpGraph.cpp149 void mlir::viewGraph(Block &block, const Twine &name, bool shortNames, in viewGraph() argument
151 llvm::ViewGraph(&block, name, shortNames, title, program); in viewGraph()
154 raw_ostream &mlir::writeGraph(raw_ostream &os, Block &block, bool shortNames, in writeGraph() argument
156 return llvm::WriteGraph(os, &block, shortNames, title); in writeGraph()
160 mlir::createPrintOpGraphPass(raw_ostream &os, bool shortNames, in createPrintOpGraphPass() argument
162 return std::make_unique<PrintOpPass>(os, shortNames, title); in createPrintOpGraphPass()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Transforms/
H A DViewRegionGraph.cpp47 void mlir::viewGraph(Region &region, const Twine &name, bool shortNames, in viewGraph() argument
49 llvm::ViewGraph(&region, name, shortNames, title, program); in viewGraph()
52 raw_ostream &mlir::writeGraph(raw_ostream &os, Region &region, bool shortNames, in writeGraph() argument
54 return llvm::WriteGraph(os, &region, shortNames, title); in writeGraph()
64 PrintCFGPass(raw_ostream &os = llvm::errs(), bool shortNames = false, in PrintCFGPass()
66 : os(os), shortNames(shortNames), title(title.str()) {} in PrintCFGPass()
68 mlir::writeGraph(os, getFunction().getBody(), shortNames, title); in runOnFunction()
73 bool shortNames; member
79 mlir::createPrintCFGGraphPass(raw_ostream &os, bool shortNames, in createPrintCFGGraphPass() argument
81 return std::make_unique<PrintCFGPass>(os, shortNames, title); in createPrintCFGGraphPass()
H A DViewOpGraph.cpp109 PrintOpPass(raw_ostream &os, bool shortNames, const Twine &title) : os(os) { in PrintOpPass() argument
110 this->shortNames = shortNames; in PrintOpPass()
138 llvm::WriteGraph(os, &indexed_block.value(), shortNames, in processModule()
153 void mlir::viewGraph(Block &block, const Twine &name, bool shortNames, in viewGraph() argument
155 llvm::ViewGraph(&block, name, shortNames, title, program); in viewGraph()
158 raw_ostream &mlir::writeGraph(raw_ostream &os, Block &block, bool shortNames, in writeGraph() argument
160 return llvm::WriteGraph(os, &block, shortNames, title); in writeGraph()
164 mlir::createPrintOpGraphPass(raw_ostream &os, bool shortNames, in createPrintOpGraphPass() argument
166 return std::make_unique<PrintOpPass>(os, shortNames, title); in createPrintOpGraphPass()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Transforms/
H A DViewRegionGraph.cpp47 void mlir::viewGraph(Region &region, const Twine &name, bool shortNames, in viewGraph() argument
49 llvm::ViewGraph(&region, name, shortNames, title, program); in viewGraph()
52 raw_ostream &mlir::writeGraph(raw_ostream &os, Region &region, bool shortNames, in writeGraph() argument
54 return llvm::WriteGraph(os, &region, shortNames, title); in writeGraph()
64 PrintCFGPass(raw_ostream &os = llvm::errs(), bool shortNames = false, in PrintCFGPass()
66 : os(os), shortNames(shortNames), title(title.str()) {} in PrintCFGPass()
68 mlir::writeGraph(os, getFunction().getBody(), shortNames, title); in runOnFunction()
73 bool shortNames; member
79 mlir::createPrintCFGGraphPass(raw_ostream &os, bool shortNames, in createPrintCFGGraphPass() argument
81 return std::make_unique<PrintCFGPass>(os, shortNames, title); in createPrintCFGGraphPass()
H A DViewOpGraph.cpp153 void mlir::viewGraph(Block &block, const Twine &name, bool shortNames, in viewGraph() argument
155 llvm::ViewGraph(&block, name, shortNames, title, program); in viewGraph()
158 raw_ostream &mlir::writeGraph(raw_ostream &os, Block &block, bool shortNames, in writeGraph() argument
160 return llvm::WriteGraph(os, &block, shortNames, title); in writeGraph()
164 mlir::createPrintOpGraphPass(raw_ostream &os, bool shortNames, in createPrintOpGraphPass() argument
166 return std::make_unique<PrintOpPass>(os, shortNames, title); in createPrintOpGraphPass()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Transforms/
H A DViewRegionGraph.cpp47 void mlir::viewGraph(Region &region, const Twine &name, bool shortNames, in viewGraph() argument
49 llvm::ViewGraph(&region, name, shortNames, title, program); in viewGraph()
52 raw_ostream &mlir::writeGraph(raw_ostream &os, Region &region, bool shortNames, in writeGraph() argument
54 return llvm::WriteGraph(os, &region, shortNames, title); in writeGraph()
64 PrintCFGPass(raw_ostream &os = llvm::errs(), bool shortNames = false, in PrintCFGPass()
66 : os(os), shortNames(shortNames), title(title.str()) {} in PrintCFGPass()
68 mlir::writeGraph(os, getFunction().getBody(), shortNames, title); in runOnFunction()
73 bool shortNames; member
79 mlir::createPrintCFGGraphPass(raw_ostream &os, bool shortNames, in createPrintCFGGraphPass() argument
81 return std::make_unique<PrintCFGPass>(os, shortNames, title); in createPrintCFGGraphPass()
H A DViewOpGraph.cpp109 PrintOpPass(raw_ostream &os, bool shortNames, const Twine &title) : os(os) { in PrintOpPass() argument
110 this->shortNames = shortNames; in PrintOpPass()
138 llvm::WriteGraph(os, &indexed_block.value(), shortNames, in processModule()
153 void mlir::viewGraph(Block &block, const Twine &name, bool shortNames, in viewGraph() argument
155 llvm::ViewGraph(&block, name, shortNames, title, program); in viewGraph()
158 raw_ostream &mlir::writeGraph(raw_ostream &os, Block &block, bool shortNames, in writeGraph() argument
160 return llvm::WriteGraph(os, &block, shortNames, title); in writeGraph()
164 mlir::createPrintOpGraphPass(raw_ostream &os, bool shortNames, in createPrintOpGraphPass() argument
166 return std::make_unique<PrintOpPass>(os, shortNames, title); in createPrintOpGraphPass()
/dports/science/eccodes/eccodes-2.23.0-Source/tests/
H A Dgrib_read_index.c24 char** shortNames = NULL; in main() local
77 shortNames = (char**)malloc(sizeof(char*) * shortNameSize); in main()
78 if (!shortNames) exit(1); in main()
80 GRIB_CHECK(grib_index_get_string(index, "shortName", shortNames, &shortNameSize), 0); in main()
83 printf("%s ", shortNames[i]); in main()
91 grib_index_select_string(index, "shortName", shortNames[i]); in main()
139 free(shortNames[i]); in main()
140 free(shortNames); in main()
H A Dgrib_indexing.c24 char** shortNames = NULL; in main() local
88 shortNames = (char**)malloc(sizeof(char*) * shortNameSize); in main()
89 if (!shortNames) exit(1); in main()
91 GRIB_CHECK(grib_index_get_string(index, "shortName", shortNames, &shortNameSize), 0); in main()
94 printf("%s ", shortNames[i]); in main()
102 grib_index_select_string(index, "shortName", shortNames[i]); in main()
153 free(shortNames[i]); in main()
154 free(shortNames); in main()
/dports/databases/sqlite3/sqlite-src-3350500/tool/
H A Dmkvsix.tcl384 set shortNames(WinRT,2012) SQLite.WinRT
385 set shortNames(WinRT,2013) SQLite.WinRT.2013
386 set shortNames(WinRT81,2013) SQLite.WinRT81
387 set shortNames(WP80,2012) SQLite.WP80
388 set shortNames(WP80,2013) SQLite.WP80.2013
389 set shortNames(WP81,2013) SQLite.WP81
390 set shortNames(Win32,2012) SQLite.Win32
391 set shortNames(Win32,2013) SQLite.Win32.2013
392 set shortNames(UWP,2015) SQLite.UWP.2015
405 set shortName $shortNames($packageFlavor,$vsVersion)
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/tool/
H A Dmkvsix.tcl384 set shortNames(WinRT,2012) SQLite.WinRT
385 set shortNames(WinRT,2013) SQLite.WinRT.2013
386 set shortNames(WinRT81,2013) SQLite.WinRT81
387 set shortNames(WP80,2012) SQLite.WP80
388 set shortNames(WP80,2013) SQLite.WP80.2013
389 set shortNames(WP81,2013) SQLite.WP81
390 set shortNames(Win32,2012) SQLite.Win32
391 set shortNames(Win32,2013) SQLite.Win32.2013
392 set shortNames(UWP,2015) SQLite.UWP.2015
405 set shortName $shortNames($packageFlavor,$vsVersion)
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/tool/
H A Dmkvsix.tcl384 set shortNames(WinRT,2012) SQLite.WinRT
385 set shortNames(WinRT,2013) SQLite.WinRT.2013
386 set shortNames(WinRT81,2013) SQLite.WinRT81
387 set shortNames(WP80,2012) SQLite.WP80
388 set shortNames(WP80,2013) SQLite.WP80.2013
389 set shortNames(WP81,2013) SQLite.WP81
390 set shortNames(Win32,2012) SQLite.Win32
391 set shortNames(Win32,2013) SQLite.Win32.2013
392 set shortNames(UWP,2015) SQLite.UWP.2015
405 set shortName $shortNames($packageFlavor,$vsVersion)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/tool/
H A Dmkvsix.tcl384 set shortNames(WinRT,2012) SQLite.WinRT
385 set shortNames(WinRT,2013) SQLite.WinRT.2013
386 set shortNames(WinRT81,2013) SQLite.WinRT81
387 set shortNames(WP80,2012) SQLite.WP80
388 set shortNames(WP80,2013) SQLite.WP80.2013
389 set shortNames(WP81,2013) SQLite.WP81
390 set shortNames(Win32,2012) SQLite.Win32
391 set shortNames(Win32,2013) SQLite.Win32.2013
392 set shortNames(UWP,2015) SQLite.UWP.2015
405 set shortName $shortNames($packageFlavor,$vsVersion)
[all …]
/dports/science/dynare/dynare-4.6.4/tests/reporting/
H A DAnnualTable.m19 shortNames = {'US', 'EU', 'JA', 'EA6', 'LA6', 'RC6'}; variable
25 for i=1:length(shortNames)
26 db_a = db_a.tex_rename([seriesRootName shortNames{i}], longNames{i});
27 rep = rep.addSeries('data', db_a{[seriesRootName shortNames{i}]});
28 delta = dc_a{[seriesRootName shortNames{i}]}-db_a{[seriesRootName shortNames{i}]};
/dports/science/dynare/dynare-4.6.4/matlab/modules/reporting/test/
H A DAnnualTable.m19 shortNames = {'US', 'EU', 'JA', 'EA6', 'LA6', 'RC6'}; variable
25 for i = 1:length(shortNames)
26 db_a.tex_rename_([seriesRootName shortNames{i}], longNames{i});
27 rep.addSeries('data', db_a{[seriesRootName shortNames{i}]});
28 delta = dc_a{[seriesRootName shortNames{i}]}-db_a{[seriesRootName shortNames{i}]};
/dports/lang/elm/compiler-0.19.1/compiler/src/Generate/
H A DMode.hs56 addToShortNames fields shortNames =
57 List.foldl' addField shortNames fields
61 addField shortNames field =
62 let rename = JsName.fromInt (Map.size shortNames) in
63 Map.insert field rename shortNames

12345678910>>...20