Home
last modified time | relevance | path

Searched defs:Visit (Results 1 – 25 of 126) sorted by relevance

123456

/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DSkippingTraverser.h26 bool visitSwizzle(Visit, TIntermSwizzle *) { return false; } in visitSwizzle() argument
27 bool visitUnary(Visit, TIntermUnary *) { return false; } in visitUnary() argument
28 bool visitBinary(Visit, TIntermBinary *) { return false; } in visitBinary() argument
29 bool visitTernary(Visit, TIntermTernary *) { return false; } in visitTernary() argument
30 bool visitIfElse(Visit, TIntermIfElse *) { return false; } in visitIfElse() argument
31 bool visitSwitch(Visit, TIntermSwitch *) { return false; } in visitSwitch() argument
32 bool visitCase(Visit, TIntermCase *) { return false; } in visitCase() argument
33 bool visitFunctionDefinition(Visit, TIntermFunctionDefinition *) { return false; } in visitFunctionDefinition() argument
34 bool visitAggregate(Visit, TIntermAggregate *) { return false; } in visitAggregate() argument
35 bool visitBlock(Visit, TIntermBlock *) { return false; } in visitBlock() argument
[all …]
DName.cpp135 bool visitSwizzle(Visit, TIntermSwizzle *) override { return !mFoundName; } in visitSwizzle() argument
171 bool visitSwitch(Visit, TIntermSwitch *) override in visitSwitch() argument
176 bool visitCase(Visit, TIntermCase *) override in visitCase() argument
184 bool visitFunctionDefinition(Visit, TIntermFunctionDefinition *) override in visitFunctionDefinition() argument
190 bool visitBlock(Visit, TIntermBlock *) override in visitBlock() argument
196 bool visitGlobalQualifierDeclaration(Visit, TIntermGlobalQualifierDeclaration *) override in visitGlobalQualifierDeclaration() argument
202 bool visitDeclaration(Visit, TIntermDeclaration *) override in visitDeclaration() argument
208 bool visitLoop(Visit, TIntermLoop *) override in visitLoop() argument
214 bool visitBranch(Visit, TIntermBranch *) override in visitBranch() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DNodeType.h68 bool visitSwizzle(Visit, TIntermSwizzle *) override in visitSwizzle() argument
74 bool visitBinary(Visit, TIntermBinary *) override in visitBinary() argument
80 bool visitUnary(Visit, TIntermUnary *) override in visitUnary() argument
86 bool visitTernary(Visit, TIntermTernary *) override in visitTernary() argument
92 bool visitIfElse(Visit, TIntermIfElse *) override in visitIfElse() argument
98 bool visitSwitch(Visit, TIntermSwitch *) override in visitSwitch() argument
104 bool visitCase(Visit, TIntermCase *) override in visitCase() argument
110 bool visitFunctionDefinition(Visit, TIntermFunctionDefinition *) override in visitFunctionDefinition() argument
116 bool visitAggregate(Visit, TIntermAggregate *) override in visitAggregate() argument
122 bool visitBlock(Visit, TIntermBlock *) override in visitBlock() argument
[all …]
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/opt/
Dpass.cc126 Status IRNodePass::Visit(std::shared_ptr<BatchNode> node, bool *const modified) { in Visit() function in mindspore::dataset::IRNodePass
132 Status IRNodePass::Visit(std::shared_ptr<BucketBatchByLengthNode> node, bool *const modified) { in Visit() function in mindspore::dataset::IRNodePass
138 Status IRNodePass::Visit(std::shared_ptr<BuildVocabNode> node, bool *const modified) { in Visit() function in mindspore::dataset::IRNodePass
144 Status IRNodePass::Visit(std::shared_ptr<ConcatNode> node, bool *const modified) { in Visit() function in mindspore::dataset::IRNodePass
151 Status IRNodePass::Visit(std::shared_ptr<CacheLookupNode> node, bool *const modified) { in Visit() function in mindspore::dataset::IRNodePass
157 Status IRNodePass::Visit(std::shared_ptr<CacheMergeNode> node, bool *const modified) { in Visit() function in mindspore::dataset::IRNodePass
163 Status IRNodePass::Visit(std::shared_ptr<CacheNode> node, bool *const modified) { in Visit() function in mindspore::dataset::IRNodePass
170 Status IRNodePass::Visit(std::shared_ptr<EpochCtrlNode> node, bool *const modified) { in Visit() function in mindspore::dataset::IRNodePass
176 Status IRNodePass::Visit(std::shared_ptr<FilterNode> node, bool *const modified) { in Visit() function in mindspore::dataset::IRNodePass
183 Status IRNodePass::Visit(std::shared_ptr<GeneratorNode> node, bool *const modified) { in Visit() function in mindspore::dataset::IRNodePass
[all …]
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/opt/pre/
Dcache_validation_pass.cc37 Status CacheValidationPass::Visit(std::shared_ptr<BatchNode> node, bool *const modified) { in Visit() function in mindspore::dataset::CacheValidationPass
49 Status CacheValidationPass::Visit(std::shared_ptr<ConcatNode> node, bool *const modified) { in Visit() function in mindspore::dataset::CacheValidationPass
61 Status CacheValidationPass::Visit(std::shared_ptr<FilterNode> node, bool *const modified) { in Visit() function in mindspore::dataset::CacheValidationPass
73 Status CacheValidationPass::Visit(std::shared_ptr<SkipNode> node, bool *const modified) { in Visit() function in mindspore::dataset::CacheValidationPass
85 Status CacheValidationPass::Visit(std::shared_ptr<TakeNode> node, bool *const modified) { in Visit() function in mindspore::dataset::CacheValidationPass
97 Status CacheValidationPass::Visit(std::shared_ptr<ZipNode> node, bool *const modified) { in Visit() function in mindspore::dataset::CacheValidationPass
109 Status CacheValidationPass::Visit(std::shared_ptr<MapNode> node, bool *const modified) { in Visit() function in mindspore::dataset::CacheValidationPass
136 Status CacheValidationPass::Visit(std::shared_ptr<DatasetNode> node, bool *const modified) { in Visit() function in mindspore::dataset::CacheValidationPass
Dcache_transform_pass.cc39 Status CacheTransformPass::CachePass::Visit(std::shared_ptr<DatasetNode> node, bool *const modified… in Visit() function in mindspore::dataset::CacheTransformPass::CachePass
72 Status CacheTransformPass::CachePass::Visit(std::shared_ptr<NonMappableSourceNode> node, bool *cons… in Visit() function in mindspore::dataset::CacheTransformPass::CachePass
100 Status CacheTransformPass::CachePass::Visit(std::shared_ptr<RandomNode> node, bool *const modified)… in Visit() function in mindspore::dataset::CacheTransformPass::CachePass
122 Status CacheTransformPass::CachePass::Visit(std::shared_ptr<MappableSourceNode> node, bool *const m… in Visit() function in mindspore::dataset::CacheTransformPass::CachePass
145 Status CacheTransformPass::CachePass::Visit(std::shared_ptr<MindDataNode> node, bool *const modifie… in Visit() function in mindspore::dataset::CacheTransformPass::CachePass
169 Status CacheTransformPass::CachePass::Visit(std::shared_ptr<GeneratorNode> node, bool *const modifi… in Visit() function in mindspore::dataset::CacheTransformPass::CachePass
Dnode_removal_pass.cc28 Status NodeRemovalPass::RemovalNodes::Visit(std::shared_ptr<RepeatNode> node, bool *const modified)… in Visit() function in mindspore::dataset::NodeRemovalPass::RemovalNodes
37 Status NodeRemovalPass::RemovalNodes::Visit(std::shared_ptr<SkipNode> node, bool *const modified) { in Visit() function in mindspore::dataset::NodeRemovalPass::RemovalNodes
46 Status NodeRemovalPass::RemovalNodes::Visit(std::shared_ptr<TakeNode> node, bool *const modified) { in Visit() function in mindspore::dataset::NodeRemovalPass::RemovalNodes
Depoch_ctrl_pass.cc31 Status EpochCtrlPass::InjectionFinder::Visit(std::shared_ptr<RootNode> node, bool *const modified) { in Visit() function in mindspore::dataset::EpochCtrlPass::InjectionFinder
43 Status EpochCtrlPass::InjectionFinder::Visit(std::shared_ptr<BuildVocabNode> node, bool *const modi… in Visit() function in mindspore::dataset::EpochCtrlPass::InjectionFinder
52 Status EpochCtrlPass::InjectionFinder::Visit(std::shared_ptr<BuildSentenceVocabNode> node, bool *co… in Visit() function in mindspore::dataset::EpochCtrlPass::InjectionFinder
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DRemoveSwitchFallThrough.cpp106 bool RemoveSwitchFallThroughTraverser::visitDeclaration(Visit, TIntermDeclaration *node) in visitDeclaration() argument
113 bool RemoveSwitchFallThroughTraverser::visitBinary(Visit, TIntermBinary *node) in visitBinary() argument
120 bool RemoveSwitchFallThroughTraverser::visitUnary(Visit, TIntermUnary *node) in visitUnary() argument
127 bool RemoveSwitchFallThroughTraverser::visitTernary(Visit, TIntermTernary *node) in visitTernary() argument
134 bool RemoveSwitchFallThroughTraverser::visitSwizzle(Visit, TIntermSwizzle *node) in visitSwizzle() argument
141 bool RemoveSwitchFallThroughTraverser::visitIfElse(Visit, TIntermIfElse *node) in visitIfElse() argument
148 bool RemoveSwitchFallThroughTraverser::visitSwitch(Visit, TIntermSwitch *node) in visitSwitch() argument
202 bool RemoveSwitchFallThroughTraverser::visitCase(Visit, TIntermCase *node) in visitCase() argument
212 bool RemoveSwitchFallThroughTraverser::visitAggregate(Visit, TIntermAggregate *node) in visitAggregate() argument
236 bool RemoveSwitchFallThroughTraverser::visitBlock(Visit, TIntermBlock *node) in visitBlock() argument
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRemoveSwitchFallThrough.cpp106 bool RemoveSwitchFallThroughTraverser::visitDeclaration(Visit, TIntermDeclaration *node) in visitDeclaration() argument
113 bool RemoveSwitchFallThroughTraverser::visitBinary(Visit, TIntermBinary *node) in visitBinary() argument
120 bool RemoveSwitchFallThroughTraverser::visitUnary(Visit, TIntermUnary *node) in visitUnary() argument
127 bool RemoveSwitchFallThroughTraverser::visitTernary(Visit, TIntermTernary *node) in visitTernary() argument
134 bool RemoveSwitchFallThroughTraverser::visitSwizzle(Visit, TIntermSwizzle *node) in visitSwizzle() argument
141 bool RemoveSwitchFallThroughTraverser::visitIfElse(Visit, TIntermIfElse *node) in visitIfElse() argument
148 bool RemoveSwitchFallThroughTraverser::visitSwitch(Visit, TIntermSwitch *node) in visitSwitch() argument
202 bool RemoveSwitchFallThroughTraverser::visitCase(Visit, TIntermCase *node) in visitCase() argument
212 bool RemoveSwitchFallThroughTraverser::visitAggregate(Visit, TIntermAggregate *node) in visitAggregate() argument
236 bool RemoveSwitchFallThroughTraverser::visitBlock(Visit, TIntermBlock *node) in visitBlock() argument
[all …]
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Ditem_tuple_or_list_eliminate.h59 void Visit(const AnfNodePtr &node) override { in Visit() function
67 void Visit(const CNodePtr &cnode) override { sequeue_ = cnode; } in Visit() function
69 void Visit(const ValueNodePtr &vnode) override { in Visit() function
112 void Visit(const CNodePtr &cnode) override { in Visit() function
118 void Visit(const ValueNodePtr &vnode) override { in Visit() function
163 void Visit(const ValueNodePtr &vnode) override { in Visit() function
230 void Visit(const AnfNodePtr &node) override { in Visit() function
239 void Visit(const CNodePtr &cnode) override { in Visit() function
246 void Visit(const ValueNodePtr &vnode) override { in Visit() function
312 void Visit(const CNodePtr &cnode) override { in Visit() function
[all …]
Dspecial_op_eliminate.h103 void Visit(const AnfNodePtr &) override {} in Visit() function
120 void Visit(const AnfNodePtr &) override {} in Visit() function
138 void Visit(const AnfNodePtr &) override {} in Visit() function
195 void Visit(const AnfNodePtr &) override {} in Visit() function
207 void Visit(const AnfNodePtr &node) override { in Visit() function
226 void Visit(const AnfNodePtr &node) override { in Visit() function
252 void Visit(const AnfNodePtr &) override {} in Visit() function
271 void Visit(const AnfNodePtr &) override {} in Visit() function
310 void Visit(const AnfNodePtr &) override {} in Visit() function
349 void Visit(const AnfNodePtr &) override {} in Visit() function
[all …]
/third_party/mindspore/mindspore/core/ir/
Dgraph_utils_extends.cc52 void Visit(const AnfNodePtr &node) override { in Visit() function in mindspore::__anon560af1560111::DeepFirstSearcher
84 void Visit(const CNodePtr &cnode) override { in Visit() function in mindspore::__anon560af1560111::DeepScopedGraphSearcher
100 void Visit(const ValueNodePtr &vnode) override { in Visit() function in mindspore::__anon560af1560111::DeepScopedGraphSearcher
112 void Visit(const ParameterPtr &param) override { in Visit() function in mindspore::__anon560af1560111::DeepScopedGraphSearcher
129 void Visit(const CNodePtr &cnode) override { in Visit() function in mindspore::__anon560af1560111::DeepUsedGraphSearcher
136 void Visit(const ValueNodePtr &vnode) override { in Visit() function in mindspore::__anon560af1560111::DeepUsedGraphSearcher
154 void Visit(const CNodePtr &cnode) override { in Visit() function in mindspore::__anon560af1560111::DeepLinkedGraphSearcher
161 void Visit(const ValueNodePtr &) override {} in Visit() function in mindspore::__anon560af1560111::DeepLinkedGraphSearcher
170 void Visit(const CNodePtr &cnode) override { in Visit() function in mindspore::__anon560af1560111::DeepUsersSearcher
176 void Visit(const ValueNodePtr &) override {} in Visit() function in mindspore::__anon560af1560111::DeepUsersSearcher
Dvisitor.cc21 void AnfIrVisitor::Visit(const AnfNodePtr &node) { node->accept(this); } in Visit() function in mindspore::AnfIrVisitor
23 void AnfIrVisitor::Visit(const CNodePtr &cnode) { in Visit() function in mindspore::AnfIrVisitor
29 void AnfIrVisitor::Visit(const ValueNodePtr &vnode) { in Visit() function in mindspore::AnfIrVisitor
36 void AnfIrVisitor::Visit(const ParameterPtr &) {} in Visit() function in mindspore::AnfIrVisitor
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DValidateSwitch.cpp105 bool ValidateSwitch::visitDeclaration(Visit, TIntermDeclaration *) in visitDeclaration() argument
128 bool ValidateSwitch::visitBinary(Visit, TIntermBinary *) in visitBinary() argument
136 bool ValidateSwitch::visitUnary(Visit, TIntermUnary *) in visitUnary() argument
144 bool ValidateSwitch::visitTernary(Visit, TIntermTernary *) in visitTernary() argument
152 bool ValidateSwitch::visitSwizzle(Visit, TIntermSwizzle *) in visitSwizzle() argument
172 bool ValidateSwitch::visitSwitch(Visit, TIntermSwitch *) in visitSwitch() argument
181 bool ValidateSwitch::visitCase(Visit, TIntermCase *node) in visitCase() argument
273 bool ValidateSwitch::visitBranch(Visit, TIntermBranch *) in visitBranch() argument
DVersionGLSL.cpp92 bool TVersionGLSL::visitDeclaration(Visit, TIntermDeclaration *node) in visitDeclaration() argument
102 bool TVersionGLSL::visitInvariantDeclaration(Visit, TIntermInvariantDeclaration *node) in visitInvariantDeclaration() argument
127 bool TVersionGLSL::visitAggregate(Visit, TIntermAggregate *node) in visitAggregate() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DValidateSwitch.cpp105 bool ValidateSwitch::visitDeclaration(Visit, TIntermDeclaration *) in visitDeclaration() argument
128 bool ValidateSwitch::visitBinary(Visit, TIntermBinary *) in visitBinary() argument
136 bool ValidateSwitch::visitUnary(Visit, TIntermUnary *) in visitUnary() argument
144 bool ValidateSwitch::visitTernary(Visit, TIntermTernary *) in visitTernary() argument
152 bool ValidateSwitch::visitSwizzle(Visit, TIntermSwizzle *) in visitSwizzle() argument
172 bool ValidateSwitch::visitSwitch(Visit, TIntermSwitch *) in visitSwitch() argument
181 bool ValidateSwitch::visitCase(Visit, TIntermCase *node) in visitCase() argument
273 bool ValidateSwitch::visitBranch(Visit, TIntermBranch *) in visitBranch() argument
DVersionGLSL.cpp92 bool TVersionGLSL::visitDeclaration(Visit, TIntermDeclaration *node) in visitDeclaration() argument
102 bool TVersionGLSL::visitGlobalQualifierDeclaration(Visit, TIntermGlobalQualifierDeclaration *node) in visitGlobalQualifierDeclaration() argument
134 bool TVersionGLSL::visitAggregate(Visit, TIntermAggregate *node) in visitAggregate() argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/opt/post/
Dauto_worker_pass.cc77 Status AutoWorkerPass::OpWeightPass::Visit(std::shared_ptr<MapNode> node, bool *const modified) { in Visit() function in mindspore::dataset::AutoWorkerPass::OpWeightPass
86 Status AutoWorkerPass::OpWeightPass::Visit(std::shared_ptr<BatchNode> node, bool *const modified) { in Visit() function in mindspore::dataset::AutoWorkerPass::OpWeightPass
95 Status AutoWorkerPass::OpWeightPass::Visit(std::shared_ptr<MappableSourceNode> node, bool *const mo… in Visit() function in mindspore::dataset::AutoWorkerPass::OpWeightPass
106 Status AutoWorkerPass::OpWeightPass::Visit(std::shared_ptr<NonMappableSourceNode> node, bool *const… in Visit() function in mindspore::dataset::AutoWorkerPass::OpWeightPass
116 Status AutoWorkerPass::OpWeightPass::Visit(std::shared_ptr<DatasetNode> node, bool *const modified)… in Visit() function in mindspore::dataset::AutoWorkerPass::OpWeightPass
Dgenerator_node_pass.cc55 Status GeneratorNodePass::Visit(std::shared_ptr<EpochCtrlNode> node, bool *const modified) { in Visit() function in mindspore::dataset::GeneratorNodePass
61 Status GeneratorNodePass::Visit(std::shared_ptr<RepeatNode> node, bool *const modified) { in Visit() function in mindspore::dataset::GeneratorNodePass
67 Status GeneratorNodePass::Visit(std::shared_ptr<GeneratorNode> node, bool *const modified) { in Visit() function in mindspore::dataset::GeneratorNodePass
Drepeat_pass.cc35 Status RepeatPass::Visit(std::shared_ptr<RepeatNode> node, bool *const modified) { in Visit() function in mindspore::dataset::RepeatPass
60 Status RepeatPass::Visit(std::shared_ptr<EpochCtrlNode> node, bool *const modified) { in Visit() function in mindspore::dataset::RepeatPass
75 Status RepeatPass::Visit(std::shared_ptr<CacheMergeNode> node, bool *const modified) { in Visit() function in mindspore::dataset::RepeatPass
84 Status RepeatPass::Visit(std::shared_ptr<CacheNode> node, bool *const modified) { in Visit() function in mindspore::dataset::RepeatPass
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DValidateSwitch.cpp58 bool ValidateSwitch::visitBinary(Visit, TIntermBinary *) in visitBinary() argument
66 bool ValidateSwitch::visitUnary(Visit, TIntermUnary *) in visitUnary() argument
86 bool ValidateSwitch::visitSwitch(Visit, TIntermSwitch *) in visitSwitch() argument
95 bool ValidateSwitch::visitCase(Visit, TIntermCase *node) in visitCase() argument
186 bool ValidateSwitch::visitBranch(Visit, TIntermBranch *) in visitBranch() argument
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
DShaderCompileTreeTest.cpp30 bool visitUnary(Visit, TIntermUnary *node) override in visitUnary() argument
36 bool visitBinary(Visit, TIntermBinary *node) override in visitBinary() argument
42 bool visitTernary(Visit, TIntermTernary *node) override in visitTernary() argument
48 bool visitSwizzle(Visit, TIntermSwizzle *node) override in visitSwizzle() argument
54 bool visitAggregate(Visit, TIntermAggregate *node) override in visitAggregate() argument
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DShaderCompileTreeTest.cpp30 bool visitUnary(Visit, TIntermUnary *node) override in visitUnary() argument
36 bool visitBinary(Visit, TIntermBinary *node) override in visitBinary() argument
42 bool visitTernary(Visit, TIntermTernary *node) override in visitTernary() argument
48 bool visitSwizzle(Visit, TIntermSwizzle *node) override in visitSwizzle() argument
54 bool visitAggregate(Visit, TIntermAggregate *node) override in visitAggregate() argument
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/
Dvisit.cc61 bool Visitor::Visit(const VectorRef &v_any, VectorRef *const values_ref, BaseRef *const visit_out) … in Visit() function in mindspore::Visitor
73 bool Visitor::Visit(const BaseRef &any, VectorRef *const values_ref, BaseRef *const visit_out) cons… in Visit() function in mindspore::Visitor
93 void Visitor::Visit(const AnfNodePtr &node, VectorRef *const values_ref, AnfNodePtr *output) const { in Visit() function in mindspore::Visitor
109 void Visitor::Visit(const CNodePtr &cnode, VectorRef *const values_ref, AnfNodePtr *output) const { in Visit() function in mindspore::Visitor
171 void Visitor::Visit(const ValueNodePtr &vnode, VectorRef *const values_ref, AnfNodePtr *output) con… in Visit() function in mindspore::Visitor

123456