Home
last modified time | relevance | path

Searched refs:MakeUnique (Results 1 – 25 of 3731) sorted by relevance

12345678910>>...150

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation.cpp128 return MakeUnique<TransformationAddConstantNull>( in FromMessage()
140 return MakeUnique<TransformationAddDeadContinue>( in FromMessage()
149 return MakeUnique<TransformationAddGlobalUndef>( in FromMessage()
173 return MakeUnique<TransformationAddOpPhiSynonym>( in FromMessage()
188 return MakeUnique<TransformationAddTypeBoolean>( in FromMessage()
193 return MakeUnique<TransformationAddTypeFunction>( in FromMessage()
200 return MakeUnique<TransformationAddTypePointer>( in FromMessage()
216 return MakeUnique<TransformationCompositeInsert>( in FromMessage()
239 return MakeUnique<TransformationInlineFunction>( in FromMessage()
264 return MakeUnique<TransformationOutlineFunction>( in FromMessage()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/fuzz/
H A Dtransformation.cpp128 return MakeUnique<TransformationAddConstantNull>( in FromMessage()
140 return MakeUnique<TransformationAddDeadContinue>( in FromMessage()
149 return MakeUnique<TransformationAddGlobalUndef>( in FromMessage()
173 return MakeUnique<TransformationAddOpPhiSynonym>( in FromMessage()
188 return MakeUnique<TransformationAddTypeBoolean>( in FromMessage()
193 return MakeUnique<TransformationAddTypeFunction>( in FromMessage()
200 return MakeUnique<TransformationAddTypePointer>( in FromMessage()
216 return MakeUnique<TransformationCompositeInsert>( in FromMessage()
239 return MakeUnique<TransformationInlineFunction>( in FromMessage()
264 return MakeUnique<TransformationOutlineFunction>( in FromMessage()
[all …]
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/fuzz/
H A Dtransformation.cpp131 return MakeUnique<TransformationAddConstantNull>( in FromMessage()
143 return MakeUnique<TransformationAddDeadContinue>( in FromMessage()
152 return MakeUnique<TransformationAddGlobalUndef>( in FromMessage()
176 return MakeUnique<TransformationAddOpPhiSynonym>( in FromMessage()
191 return MakeUnique<TransformationAddTypeBoolean>( in FromMessage()
196 return MakeUnique<TransformationAddTypeFunction>( in FromMessage()
203 return MakeUnique<TransformationAddTypePointer>( in FromMessage()
219 return MakeUnique<TransformationCompositeInsert>( in FromMessage()
242 return MakeUnique<TransformationInlineFunction>( in FromMessage()
267 return MakeUnique<TransformationOutlineFunction>( in FromMessage()
[all …]
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/fuzz/
H A Dtransformation.cpp131 return MakeUnique<TransformationAddConstantNull>( in FromMessage()
143 return MakeUnique<TransformationAddDeadContinue>( in FromMessage()
152 return MakeUnique<TransformationAddGlobalUndef>( in FromMessage()
176 return MakeUnique<TransformationAddOpPhiSynonym>( in FromMessage()
191 return MakeUnique<TransformationAddTypeBoolean>( in FromMessage()
196 return MakeUnique<TransformationAddTypeFunction>( in FromMessage()
203 return MakeUnique<TransformationAddTypePointer>( in FromMessage()
219 return MakeUnique<TransformationCompositeInsert>( in FromMessage()
242 return MakeUnique<TransformationInlineFunction>( in FromMessage()
267 return MakeUnique<TransformationOutlineFunction>( in FromMessage()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Doptimizer.cpp615 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::NullPass>()); in CreateNullPass()
692 MakeUnique<opt::BlockMergePass>()); in CreateBlockMergePass()
737 MakeUnique<opt::SSARewritePass>()); in CreateLocalMultiStoreElimPass()
757 MakeUnique<opt::CompactIdsPass>()); in CreateCompactIdsPass()
775 MakeUnique<opt::CFGCleanupPass>()); in CreateCFGCleanupPass()
794 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::LICMPass>()); in CreateLoopInvariantCodeMotionPass()
828 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::CCPPass>()); in CreateCCPPass()
833 MakeUnique<opt::Workaround1209>()); in CreateWorkaround1209Pass()
838 MakeUnique<opt::IfConversion>()); in CreateIfConversionPass()
867 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::VectorDCE>()); in CreateVectorDCEPass()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Doptimizer.cpp602 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::NullPass>()); in CreateNullPass()
679 MakeUnique<opt::BlockMergePass>()); in CreateBlockMergePass()
724 MakeUnique<opt::SSARewritePass>()); in CreateLocalMultiStoreElimPass()
744 MakeUnique<opt::CompactIdsPass>()); in CreateCompactIdsPass()
762 MakeUnique<opt::CFGCleanupPass>()); in CreateCFGCleanupPass()
781 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::LICMPass>()); in CreateLoopInvariantCodeMotionPass()
815 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::CCPPass>()); in CreateCCPPass()
820 MakeUnique<opt::Workaround1209>()); in CreateWorkaround1209Pass()
825 MakeUnique<opt::IfConversion>()); in CreateIfConversionPass()
854 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::VectorDCE>()); in CreateVectorDCEPass()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Doptimizer.cpp602 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::NullPass>()); in CreateNullPass()
679 MakeUnique<opt::BlockMergePass>()); in CreateBlockMergePass()
724 MakeUnique<opt::SSARewritePass>()); in CreateLocalMultiStoreElimPass()
744 MakeUnique<opt::CompactIdsPass>()); in CreateCompactIdsPass()
762 MakeUnique<opt::CFGCleanupPass>()); in CreateCFGCleanupPass()
781 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::LICMPass>()); in CreateLoopInvariantCodeMotionPass()
815 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::CCPPass>()); in CreateCCPPass()
820 MakeUnique<opt::Workaround1209>()); in CreateWorkaround1209Pass()
825 MakeUnique<opt::IfConversion>()); in CreateIfConversionPass()
854 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::VectorDCE>()); in CreateVectorDCEPass()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Doptimizer.cpp627 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::NullPass>()); in CreateNullPass()
704 MakeUnique<opt::BlockMergePass>()); in CreateBlockMergePass()
749 MakeUnique<opt::SSARewritePass>()); in CreateLocalMultiStoreElimPass()
758 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::EmptyPass>()); in CreatePropagateLineInfoPass()
762 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::EmptyPass>()); in CreateRedundantLineInfoElimPass()
767 MakeUnique<opt::CompactIdsPass>()); in CreateCompactIdsPass()
804 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::LICMPass>()); in CreateLoopInvariantCodeMotionPass()
838 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::CCPPass>()); in CreateCCPPass()
848 MakeUnique<opt::IfConversion>()); in CreateIfConversionPass()
877 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::VectorDCE>()); in CreateVectorDCEPass()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Doptimizer.cpp627 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::NullPass>()); in CreateNullPass()
704 MakeUnique<opt::BlockMergePass>()); in CreateBlockMergePass()
749 MakeUnique<opt::SSARewritePass>()); in CreateLocalMultiStoreElimPass()
758 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::EmptyPass>()); in CreatePropagateLineInfoPass()
762 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::EmptyPass>()); in CreateRedundantLineInfoElimPass()
767 MakeUnique<opt::CompactIdsPass>()); in CreateCompactIdsPass()
804 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::LICMPass>()); in CreateLoopInvariantCodeMotionPass()
838 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::CCPPass>()); in CreateCCPPass()
848 MakeUnique<opt::IfConversion>()); in CreateIfConversionPass()
877 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::VectorDCE>()); in CreateVectorDCEPass()
[all …]
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Doptimizer.cpp647 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::NullPass>()); in CreateNullPass()
719 MakeUnique<opt::BlockMergePass>()); in CreateBlockMergePass()
764 MakeUnique<opt::SSARewritePass>()); in CreateLocalMultiStoreElimPass()
778 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::EmptyPass>()); in CreatePropagateLineInfoPass()
782 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::EmptyPass>()); in CreateRedundantLineInfoElimPass()
787 MakeUnique<opt::CompactIdsPass>()); in CreateCompactIdsPass()
824 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::LICMPass>()); in CreateLoopInvariantCodeMotionPass()
858 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::CCPPass>()); in CreateCCPPass()
868 MakeUnique<opt::IfConversion>()); in CreateIfConversionPass()
897 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::VectorDCE>()); in CreateVectorDCEPass()
[all …]
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Doptimizer.cpp647 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::NullPass>()); in CreateNullPass()
719 MakeUnique<opt::BlockMergePass>()); in CreateBlockMergePass()
764 MakeUnique<opt::SSARewritePass>()); in CreateLocalMultiStoreElimPass()
778 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::EmptyPass>()); in CreatePropagateLineInfoPass()
782 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::EmptyPass>()); in CreateRedundantLineInfoElimPass()
787 MakeUnique<opt::CompactIdsPass>()); in CreateCompactIdsPass()
824 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::LICMPass>()); in CreateLoopInvariantCodeMotionPass()
858 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::CCPPass>()); in CreateCCPPass()
868 MakeUnique<opt::IfConversion>()); in CreateIfConversionPass()
897 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::VectorDCE>()); in CreateVectorDCEPass()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/fuzz/
H A Dtransformation.cpp51 return MakeUnique<TransformationAddConstantBoolean>( in FromMessage()
54 return MakeUnique<TransformationAddConstantScalar>( in FromMessage()
59 return MakeUnique<TransformationAddDeadContinue>( in FromMessage()
66 return MakeUnique<TransformationAddTypeBoolean>( in FromMessage()
73 return MakeUnique<TransformationAddTypePointer>( in FromMessage()
76 return MakeUnique<TransformationCompositeConstruct>( in FromMessage()
79 return MakeUnique<TransformationCompositeExtract>( in FromMessage()
94 return MakeUnique<TransformationReplaceIdWithSynonym>( in FromMessage()
97 return MakeUnique<TransformationSetFunctionControl>( in FromMessage()
100 return MakeUnique<TransformationSetLoopControl>( in FromMessage()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/fuzz/
H A Dtransformation.cpp51 return MakeUnique<TransformationAddConstantBoolean>( in FromMessage()
54 return MakeUnique<TransformationAddConstantScalar>( in FromMessage()
59 return MakeUnique<TransformationAddDeadContinue>( in FromMessage()
66 return MakeUnique<TransformationAddTypeBoolean>( in FromMessage()
73 return MakeUnique<TransformationAddTypePointer>( in FromMessage()
76 return MakeUnique<TransformationCompositeConstruct>( in FromMessage()
79 return MakeUnique<TransformationCompositeExtract>( in FromMessage()
94 return MakeUnique<TransformationReplaceIdWithSynonym>( in FromMessage()
97 return MakeUnique<TransformationSetFunctionControl>( in FromMessage()
100 return MakeUnique<TransformationSetLoopControl>( in FromMessage()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcrt/
H A Dtree_node_unittest.cpp20 auto pNode = pdfium::MakeUnique<TestTreeNode>(); in TEST()
25 auto pNode = pdfium::MakeUnique<TestTreeNode>(); in TEST()
30 auto pNode = pdfium::MakeUnique<TestTreeNode>(); in TEST()
37 auto pNode = pdfium::MakeUnique<TestTreeNode>(); in TEST()
90 auto p0 = pdfium::MakeUnique<TestTreeNode>(); in TEST()
91 auto p1 = pdfium::MakeUnique<TestTreeNode>(); in TEST()
92 auto p2 = pdfium::MakeUnique<TestTreeNode>(); in TEST()
93 auto p3 = pdfium::MakeUnique<TestTreeNode>(); in TEST()
107 auto p0 = pdfium::MakeUnique<TestTreeNode>(); in TEST()
108 auto p1 = pdfium::MakeUnique<TestTreeNode>(); in TEST()
[all …]
H A Dunowned_ptr_unittest.cpp22 auto ptr2 = pdfium::MakeUnique<Clink>(); in DeleteDangling()
24 auto ptr1 = pdfium::MakeUnique<Clink>(); in DeleteDangling()
30 auto ptr2 = pdfium::MakeUnique<Clink>(); in ResetDangling()
32 auto ptr1 = pdfium::MakeUnique<Clink>(); in ResetDangling()
39 auto ptr2 = pdfium::MakeUnique<Clink>(); in AssignDangling()
41 auto ptr1 = pdfium::MakeUnique<Clink>(); in AssignDangling()
48 auto ptr2 = pdfium::MakeUnique<Clink>(); in ReleaseDangling()
59 auto ptr1 = pdfium::MakeUnique<Clink>(); in TEST()
75 auto ptr1 = pdfium::MakeUnique<Clink>(); in TEST()
92 auto ptr1 = pdfium::MakeUnique<Clink>(); in TEST()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcodec/jbig2/
H A DJBig2_SddProc.cpp53 auto IADH = pdfium::MakeUnique<CJBig2_ArithIntDecoder>(); in DecodeArith()
54 auto IADW = pdfium::MakeUnique<CJBig2_ArithIntDecoder>(); in DecodeArith()
55 auto IAAI = pdfium::MakeUnique<CJBig2_ArithIntDecoder>(); in DecodeArith()
58 auto IAEX = pdfium::MakeUnique<CJBig2_ArithIntDecoder>(); in DecodeArith()
59 auto IADT = pdfium::MakeUnique<CJBig2_ArithIntDecoder>(); in DecodeArith()
60 auto IAFS = pdfium::MakeUnique<CJBig2_ArithIntDecoder>(); in DecodeArith()
61 auto IADS = pdfium::MakeUnique<CJBig2_ArithIntDecoder>(); in DecodeArith()
103 auto pGRD = pdfium::MakeUnique<CJBig2_GRDProc>(); in DecodeArith()
244 pDict = pdfium::MakeUnique<CJBig2_SymbolDict>(); in DecodeArith()
290 auto pDict = pdfium::MakeUnique<CJBig2_SymbolDict>(); in DecodeHuffman()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/fm2js/
H A Dcxfa_fmparser.cpp25 : m_lexer(pdfium::MakeUnique<CXFA_FMLexer>(wsFormcalc)), in CXFA_FMParser()
156 return pdfium::MakeUnique<CXFA_FMFunctionDefinition>( in ParseFunction()
199 expr = pdfium::MakeUnique<CXFA_FMBreakExpression>(); in ParseExpression()
272 pExp1 = pdfium::MakeUnique<CXFA_FMAssignExpression>( in ParseExpExpression()
680 return pdfium::MakeUnique<CXFA_FMNullExpression>(); in ParseLiteral()
851 auto expressions = pdfium::MakeUnique< in ParseArgumentList()
986 return pdfium::MakeUnique<CXFA_FMIfExpression>( in ParseIfExpression()
1007 return pdfium::MakeUnique<CXFA_FMWhileExpression>( in ParseWhileExpression()
1066 return pdfium::MakeUnique<CXFA_FMForExpression>( in ParseForExpression()
1112 return pdfium::MakeUnique<CXFA_FMForeachExpression>( in ParseForeachExpression()
[all …]
H A Dcxfa_fmlexer_unittest.cpp28 auto lexer = pdfium::MakeUnique<CXFA_FMLexer>(L"-12"); in TEST()
37 lexer = pdfium::MakeUnique<CXFA_FMLexer>(L"1.5362"); in TEST()
42 lexer = pdfium::MakeUnique<CXFA_FMLexer>(L"0.875"); in TEST()
47 lexer = pdfium::MakeUnique<CXFA_FMLexer>(L"5.56e-2"); in TEST()
85 lexer = pdfium::MakeUnique<CXFA_FMLexer>(L"\"\""); in TEST()
90 lexer = pdfium::MakeUnique<CXFA_FMLexer>( in TEST()
97 lexer = pdfium::MakeUnique<CXFA_FMLexer>( in TEST()
185 lexer = pdfium::MakeUnique<CXFA_FMLexer>(L"//"); in TEST()
201 lexer = pdfium::MakeUnique<CXFA_FMLexer>(L";"); in TEST()
240 lexer = pdfium::MakeUnique<CXFA_FMLexer>(L"1a"); in TEST()
[all …]
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/reduce/
H A Dreducer.cpp111 spvtools::MakeUnique<OperandToUndefReductionOpportunityFinder>()); in AddDefaultReductionPasses()
113 spvtools::MakeUnique<OperandToConstReductionOpportunityFinder>()); in AddDefaultReductionPasses()
116 AddReductionPass(spvtools::MakeUnique< in AddDefaultReductionPasses()
118 AddReductionPass(spvtools::MakeUnique< in AddDefaultReductionPasses()
121 spvtools::MakeUnique<MergeBlocksReductionOpportunityFinder>()); in AddDefaultReductionPasses()
123 spvtools::MakeUnique<RemoveFunctionReductionOpportunityFinder>()); in AddDefaultReductionPasses()
125 spvtools::MakeUnique<RemoveBlockReductionOpportunityFinder>()); in AddDefaultReductionPasses()
127 spvtools::MakeUnique<RemoveSelectionReductionOpportunityFinder>()); in AddDefaultReductionPasses()
129 spvtools::MakeUnique< in AddDefaultReductionPasses()
133 AddReductionPass(spvtools::MakeUnique< in AddDefaultReductionPasses()
[all …]
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/reduce/
H A Dreducer.cpp111 spvtools::MakeUnique<OperandToUndefReductionOpportunityFinder>()); in AddDefaultReductionPasses()
113 spvtools::MakeUnique<OperandToConstReductionOpportunityFinder>()); in AddDefaultReductionPasses()
116 AddReductionPass(spvtools::MakeUnique< in AddDefaultReductionPasses()
118 AddReductionPass(spvtools::MakeUnique< in AddDefaultReductionPasses()
121 spvtools::MakeUnique<MergeBlocksReductionOpportunityFinder>()); in AddDefaultReductionPasses()
123 spvtools::MakeUnique<RemoveFunctionReductionOpportunityFinder>()); in AddDefaultReductionPasses()
125 spvtools::MakeUnique<RemoveBlockReductionOpportunityFinder>()); in AddDefaultReductionPasses()
127 spvtools::MakeUnique<RemoveSelectionReductionOpportunityFinder>()); in AddDefaultReductionPasses()
129 spvtools::MakeUnique< in AddDefaultReductionPasses()
133 AddReductionPass(spvtools::MakeUnique< in AddDefaultReductionPasses()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/parser/
H A Dcxfa_node.cpp2776 pdfium::MakeUnique<CXFA_CalcData>()); in ExecuteBoolScript()
5094 node = pdfium::MakeUnique<CXFA_Ps>(doc, packet); in Create()
5097 node = pdfium::MakeUnique<CXFA_To>(doc, packet); in Create()
5100 node = pdfium::MakeUnique<CXFA_Ui>(doc, packet); in Create()
5142 node = pdfium::MakeUnique<CXFA_Amd>(doc, packet); in Create()
5145 node = pdfium::MakeUnique<CXFA_Arc>(doc, packet); in Create()
5148 node = pdfium::MakeUnique<CXFA_Day>(doc, packet); in Create()
5151 node = pdfium::MakeUnique<CXFA_Era>(doc, packet); in Create()
5154 node = pdfium::MakeUnique<CXFA_Jog>(doc, packet); in Create()
5157 node = pdfium::MakeUnique<CXFA_Log>(doc, packet); in Create()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/reduce/
H A Dreducer.cpp110 spvtools::MakeUnique<OperandToUndefReductionOpportunityFinder>()); in AddDefaultReductionPasses()
112 spvtools::MakeUnique<OperandToConstReductionOpportunityFinder>()); in AddDefaultReductionPasses()
115 AddReductionPass(spvtools::MakeUnique< in AddDefaultReductionPasses()
118 spvtools::MakeUnique<MergeBlocksReductionOpportunityFinder>()); in AddDefaultReductionPasses()
120 spvtools::MakeUnique<RemoveFunctionReductionOpportunityFinder>()); in AddDefaultReductionPasses()
122 spvtools::MakeUnique<RemoveBlockReductionOpportunityFinder>()); in AddDefaultReductionPasses()
124 spvtools::MakeUnique<RemoveSelectionReductionOpportunityFinder>()); in AddDefaultReductionPasses()
126 spvtools::MakeUnique< in AddDefaultReductionPasses()
130 AddReductionPass(spvtools::MakeUnique< in AddDefaultReductionPasses()
143 spvtools::MakeUnique<ReductionPass>(target_env_, std::move(finder))); in AddReductionPass()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/reduce/
H A Dreducer.cpp110 spvtools::MakeUnique<OperandToUndefReductionOpportunityFinder>()); in AddDefaultReductionPasses()
112 spvtools::MakeUnique<OperandToConstReductionOpportunityFinder>()); in AddDefaultReductionPasses()
115 AddReductionPass(spvtools::MakeUnique< in AddDefaultReductionPasses()
118 spvtools::MakeUnique<MergeBlocksReductionOpportunityFinder>()); in AddDefaultReductionPasses()
120 spvtools::MakeUnique<RemoveFunctionReductionOpportunityFinder>()); in AddDefaultReductionPasses()
122 spvtools::MakeUnique<RemoveBlockReductionOpportunityFinder>()); in AddDefaultReductionPasses()
124 spvtools::MakeUnique<RemoveSelectionReductionOpportunityFinder>()); in AddDefaultReductionPasses()
126 spvtools::MakeUnique< in AddDefaultReductionPasses()
130 AddReductionPass(spvtools::MakeUnique< in AddDefaultReductionPasses()
143 spvtools::MakeUnique<ReductionPass>(target_env_, std::move(finder))); in AddReductionPass()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wabt-sys-0.7.1/wabt/src/
H A Dbinary-reader-ir.cc396 auto import = MakeUnique<FuncImport>(); in OnImportFunc()
413 auto import = MakeUnique<TableImport>(); in OnImportTable()
427 auto import = MakeUnique<MemoryImport>(); in OnImportMemory()
442 auto import = MakeUnique<GlobalImport>(); in OnImportGlobal()
457 auto import = MakeUnique<EventImport>(); in OnImportEvent()
653 auto expr = MakeUnique<BlockExpr>(); in OnBlockExpr()
670 auto expr = MakeUnique<BrOnExnExpr>(); in OnBrOnExnExpr()
679 auto expr = MakeUnique<BrTableExpr>(); in OnBrTableExpr()
810 auto expr = MakeUnique<IfExpr>(); in OnIfExpr()
825 auto expr = MakeUnique<LoopExpr>(); in OnLoopExpr()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/reduce/
H A Dreducer.cpp106 spvtools::MakeUnique< in AddDefaultReductionPasses()
109 spvtools::MakeUnique<OperandToUndefReductionOpportunityFinder>()); in AddDefaultReductionPasses()
111 spvtools::MakeUnique<OperandToConstReductionOpportunityFinder>()); in AddDefaultReductionPasses()
114 AddReductionPass(spvtools::MakeUnique< in AddDefaultReductionPasses()
117 spvtools::MakeUnique<MergeBlocksReductionOpportunityFinder>()); in AddDefaultReductionPasses()
119 spvtools::MakeUnique<RemoveFunctionReductionOpportunityFinder>()); in AddDefaultReductionPasses()
121 spvtools::MakeUnique<RemoveBlockReductionOpportunityFinder>()); in AddDefaultReductionPasses()
123 spvtools::MakeUnique<RemoveSelectionReductionOpportunityFinder>()); in AddDefaultReductionPasses()
125 spvtools::MakeUnique< in AddDefaultReductionPasses()
133 spvtools::MakeUnique< in AddDefaultReductionPasses()
[all …]

12345678910>>...150