Home
last modified time | relevance | path

Searched defs:VisitType (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/relay/ir/
H A Dpattern_functor.cc54 Type PatternMutator::VisitType(const Type& t) { return t; } in VisitType() function in tvm::relay::PatternMutator
82 void PatternVisitor::VisitType(const Type& t) {} in VisitType() function in tvm::relay::PatternVisitor
/dports/misc/tvm/incubator-tvm-0.6.1/src/relay/ir/
H A Dpattern_functor.cc58 Type PatternMutator::VisitType(const Type& t) { in VisitType() function in tvm::relay::PatternMutator
94 void PatternVisitor::VisitType(const Type& t) { } in VisitType() function in tvm::relay::PatternVisitor
H A Dtype_functor.h78 virtual R VisitType(const Type& n, Args... args) { in VisitType() function
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/relay/ir/
H A Dpattern_functor.cc58 Type PatternMutator::VisitType(const Type& t) { in VisitType() function in tvm::relay::PatternMutator
94 void PatternVisitor::VisitType(const Type& t) { } in VisitType() function in tvm::relay::PatternVisitor
H A Dtype_functor.h78 virtual R VisitType(const Type& n, Args... args) { in VisitType() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DTypeVisitor.h87 RetTy VisitType(const Type*) { return RetTy(); } in VisitType() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DTypeVisitor.h87 RetTy VisitType(const Type*) { return RetTy(); } in VisitType() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DTypeVisitor.h87 RetTy VisitType(const Type*) { return RetTy(); } in VisitType() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DTypeVisitor.h87 RetTy VisitType(const Type*) { return RetTy(); } in VisitType() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DTypeVisitor.h87 RetTy VisitType(const Type*) { return RetTy(); } in VisitType() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DTypeVisitor.h87 RetTy VisitType(const Type*) { return RetTy(); } in VisitType() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DTypeVisitor.h87 RetTy VisitType(const Type*) { return RetTy(); } in VisitType() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DTypeVisitor.h87 RetTy VisitType(const Type*) { return RetTy(); } in VisitType() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DTypeVisitor.h87 RetTy VisitType(const Type*) { return RetTy(); } in VisitType() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DTypeVisitor.h87 RetTy VisitType(const Type*) { return RetTy(); } in VisitType() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DTypeVisitor.h87 RetTy VisitType(const Type*) { return RetTy(); } in VisitType() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DTypeVisitor.h87 RetTy VisitType(const Type*) { return RetTy(); } in VisitType() function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DTypeVisitor.h87 RetTy VisitType(const Type*) { return RetTy(); } in VisitType() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DVTTBuilder.h88 /// The AST record layout of the most derived class. in VisitType()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DTypeVisitor.h88 RetTy VisitType(const Type*) { return RetTy(); } in VisitType() function
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DTypeVisitor.h87 RetTy VisitType(const Type*) { return RetTy(); } in VisitType() function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/include/tvm/ir/
H A Dtype_functor.h73 virtual R VisitType(const Type& n, Args... args) { in VisitType() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/CommandTrees/Internal/
H A DExpressionCopier.cs110 protected override EdmType VisitType(EdmType type) in VisitType() method in System.Data.Common.CommandTrees.Internal.DbExpressionRebinder
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/relay/transforms/
H A Dde_duplicate.cc66 Type VisitType(const Type& t) final { return t.defined() ? TypeMutator::VisitType(t) : t; } in DeDup() function in tvm::relay::DeDup::DeDupMutator
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/relay/pass/
H A Dde_duplicate.cc69 Type VisitType(const Type& t) final { in DeDup() function in tvm::relay::DeDup::DeDupMutator

123456789