Home
last modified time | relevance | path

Searched refs:ShuffleVectorExpr (Results 1 – 13 of 13) sorted by relevance

/external/clang/include/clang/Basic/
DStmtNodes.td158 def ShuffleVectorExpr : DStmt<Expr>;
/external/v8/tools/gcmole/
Dgcmole.cc585 VISIT(ShuffleVectorExpr); in VisitExpr()
632 IGNORE_EXPR(ShuffleVectorExpr);
/external/clang/include/clang/AST/
DExpr.h3244 class ShuffleVectorExpr : public Expr {
3255 ShuffleVectorExpr(ASTContext &C, Expr **args, unsigned nexpr,
3260 explicit ShuffleVectorExpr(EmptyShell Empty) in ShuffleVectorExpr() function
3275 static bool classof(const ShuffleVectorExpr *) { return true; } in classof() argument
DStmt.h148 friend class ShuffleVectorExpr; // ctor variable
DRecursiveASTVisitor.h2164 DEF_TRAVERSE_STMT(ShuffleVectorExpr, { })
/external/clang/lib/AST/
DExpr.cpp3007 ShuffleVectorExpr::ShuffleVectorExpr(ASTContext &C, Expr **args, unsigned nexpr, in ShuffleVectorExpr() function in ShuffleVectorExpr
3031 void ShuffleVectorExpr::setExprs(ASTContext &C, Expr ** Exprs, in setExprs()
DStmtProfile.cpp407 void StmtProfiler::VisitShuffleVectorExpr(const ShuffleVectorExpr *S) { in VisitShuffleVectorExpr()
DStmtPrinter.cpp1040 void StmtPrinter::VisitShuffleVectorExpr(ShuffleVectorExpr *Node) { in VisitShuffleVectorExpr()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp749 void ASTStmtReader::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
1877 S = new (Context) ShuffleVectorExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp708 void ASTStmtWriter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp248 Value *VisitShuffleVectorExpr(ShuffleVectorExpr *E);
700 Value *ScalarExprEmitter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
/external/clang/lib/Sema/
DSemaChecking.cpp1390 return Owned(new (Context) ShuffleVectorExpr(Context, exprs.begin(), in SemaBuiltinShuffleVector()
DTreeTransform.h8736 TreeTransform<Derived>::TransformShuffleVectorExpr(ShuffleVectorExpr *E) { in TransformShuffleVectorExpr()