Home
last modified time | relevance | path

Searched refs:visitImpl (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/AST/
H A DNodes.cpp78 void visitImpl(const CompoundStmt *stmt) { in visitImpl() function in __anonee1ab9c40111::NodeVisitor
84 void visitImpl(const ReplaceStmt *stmt) { in visitImpl() function in __anonee1ab9c40111::NodeVisitor
90 void visitImpl(const RewriteStmt *stmt) { in visitImpl() function in __anonee1ab9c40111::NodeVisitor
95 void visitImpl(const AttributeExpr *expr) {} in visitImpl() function in __anonee1ab9c40111::NodeVisitor
96 void visitImpl(const CallExpr *expr) { in visitImpl() function in __anonee1ab9c40111::NodeVisitor
103 void visitImpl(const OperationExpr *expr) { in visitImpl() function in __anonee1ab9c40111::NodeVisitor
112 void visitImpl(const TupleExpr *expr) { in visitImpl() function in __anonee1ab9c40111::NodeVisitor
116 void visitImpl(const TypeExpr *expr) {} in visitImpl() function in __anonee1ab9c40111::NodeVisitor
130 void visitImpl(const OpNameDecl *decl) {} in visitImpl() function in __anonee1ab9c40111::NodeVisitor
146 void visitImpl(const VariableDecl *decl) { in visitImpl() function in __anonee1ab9c40111::NodeVisitor
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp133 LLVM_NODISCARD Value *Negator::visitImpl(Value *V, unsigned Depth) { in visitImpl() function in Negator
498 Value *NegatedV = visitImpl(V, Depth); in negate()
H A DInstCombineInternal.h793 LLVM_NODISCARD Value *visitImpl(Value *V, unsigned Depth);