Home
last modified time | relevance | path

Searched refs:visitSwitch (Results 1 - 25 of 33) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DIntermTraverse.cpp230 visit = it->visitSwitch(PreVisit, this); in traverse()
236 visit = it->visitSwitch(InVisit, this); in traverse()
241 it->visitSwitch(PostVisit, this); in traverse()
H A DAnalyzeCallDepth.h30 virtual bool visitSwitch(Visit, TIntermSwitch*);
H A DValidateSwitch.h36 bool visitSwitch(Visit, TIntermSwitch *) override;
H A DValidateSwitch.cpp86 bool ValidateSwitch::visitSwitch(Visit, TIntermSwitch *) in visitSwitch() function in ValidateSwitch
H A DAnalyzeCallDepth.cpp121 bool AnalyzeCallDepth::visitSwitch(Visit visit, TIntermSwitch *node) in visitSwitch() function in AnalyzeCallDepth
132 // visitSwitch for all traversers. Is there a way to in visitSwitch()
H A DOutputASM.h266 bool visitSwitch(Visit, TIntermSwitch*) override;
H A Dintermediate.h713 virtual bool visitSwitch(Visit, TIntermSwitch*) { return true; } in visitSwitch() function in TIntermTraverser
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DPruneEmptyCases.cpp59 bool visitSwitch(Visit visit, TIntermSwitch *node) override;
71 bool PruneEmptyCasesTraverser::visitSwitch(Visit visit, TIntermSwitch *node) in visitSwitch() function in sh::__anon19833::PruneEmptyCasesTraverser
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DWrapSwitchStatementsInBlocks.cpp45 bool visitSwitch(Visit visit, TIntermSwitch *node) override;
48 bool WrapSwitchStatementsInBlocksTraverser::visitSwitch(Visit, TIntermSwitch *node) in visitSwitch() function in sh::__anon19873::WrapSwitchStatementsInBlocksTraverser
H A DRemoveSwitchFallThrough.cpp40 bool visitSwitch(Visit, TIntermSwitch *node) override;
148 bool RemoveSwitchFallThroughTraverser::visitSwitch(Visit, TIntermSwitch *node) in visitSwitch() function in sh::__anon19864::RemoveSwitchFallThroughTraverser
/third_party/glslang/glslang/MachineIndependent/
H A DIntermTraverse.cpp291 visit = it->visitSwitch(EvPreVisit, this); in traverse()
306 it->visitSwitch(EvPostVisit, this); in traverse()
H A DRemoveTree.cpp81 virtual bool visitSwitch(TVisit /* visit*/ , TIntermSwitch* node) in visitSwitch() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DSkippingTraverser.h31 bool visitSwitch(Visit, TIntermSwitch *) { return false; } in visitSwitch() function in sh::SkippingTraverser
H A DName.cpp171 bool visitSwitch(Visit, TIntermSwitch *) override
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateSwitch.cpp37 bool visitSwitch(Visit, TIntermSwitch *) override;
172 bool ValidateSwitch::visitSwitch(Visit, TIntermSwitch *) in visitSwitch() function in sh::__anon19801::ValidateSwitch
H A DOutputGLSLBase.h60 bool visitSwitch(Visit visit, TIntermSwitch *node) override;
H A DOutputTree.cpp46 bool visitSwitch(Visit visit, TIntermSwitch *node) override;
561 bool TOutputTraverser::visitSwitch(Visit visit, TIntermSwitch *node) in visitSwitch() function in sh::__anon19756::TOutputTraverser
H A DASTMetadataHLSL.cpp287 bool visitSwitch(Visit visit, TIntermSwitch *node) override
H A DOutputHLSL.h99 bool visitSwitch(Visit visit, TIntermSwitch *) override;
H A DValidateAST.cpp37 bool visitSwitch(Visit visit, TIntermSwitch *node) override;
678 bool ValidateAST::visitSwitch(Visit visit, TIntermSwitch *node) in visitSwitch() function in sh::__anon19795::ValidateAST
H A DOutputGLSLBase.cpp817 bool TOutputGLSLBase::visitSwitch(Visit visit, TIntermSwitch *node) in visitSwitch() function in sh::TOutputGLSLBase
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DNodeType.h98 bool visitSwitch(Visit, TIntermSwitch *) override
H A DIntermTraverse.h51 virtual bool visitSwitch(Visit visit, TIntermSwitch *node) { return true; } in visitSwitch() function in sh::TIntermTraverser
H A DIntermTraverse.cpp200 return it->visitSwitch(visit, this); in visit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h653 void visitSwitch(const SwitchInst &I);

Completed in 17 milliseconds

12