Searched refs:ShuffleVectorExpr (Results 1 – 14 of 14) sorted by relevance
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 161 def ShuffleVectorExpr : DStmt<Expr>;
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 585 VISIT(ShuffleVectorExpr); in VisitExpr() 632 IGNORE_EXPR(ShuffleVectorExpr);
|
/external/clang/lib/AST/ |
D | StmtProfile.cpp | 412 void StmtProfiler::VisitShuffleVectorExpr(const ShuffleVectorExpr *S) { in VisitShuffleVectorExpr()
|
D | Expr.cpp | 3516 ShuffleVectorExpr::ShuffleVectorExpr(ASTContext &C, ArrayRef<Expr*> args, in ShuffleVectorExpr() function in ShuffleVectorExpr 3540 void ShuffleVectorExpr::setExprs(ASTContext &C, Expr ** Exprs, in setExprs()
|
D | StmtPrinter.cpp | 1009 void StmtPrinter::VisitShuffleVectorExpr(ShuffleVectorExpr *Node) { in VisitShuffleVectorExpr()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 3365 class ShuffleVectorExpr : public Expr { 3376 ShuffleVectorExpr(ASTContext &C, ArrayRef<Expr*> args, QualType Type, 3380 explicit ShuffleVectorExpr(EmptyShell Empty) in ShuffleVectorExpr() function
|
D | Stmt.h | 152 friend class ShuffleVectorExpr; // ctor variable
|
D | RecursiveASTVisitor.h | 2183 DEF_TRAVERSE_STMT(ShuffleVectorExpr, { })
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 760 void ASTStmtReader::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr() 1899 S = new (Context) ShuffleVectorExpr(Empty); in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 718 void ASTStmtWriter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
|
/external/clang/tools/libclang/ |
D | RecursiveASTVisitor.h | 2109 DEF_TRAVERSE_STMT(ShuffleVectorExpr, { })
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 259 Value *VisitShuffleVectorExpr(ShuffleVectorExpr *E); 859 Value *ScalarExprEmitter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 1540 return Owned(new (Context) ShuffleVectorExpr(Context, exprs, resType, in SemaBuiltinShuffleVector()
|
D | TreeTransform.h | 8794 TreeTransform<Derived>::TransformShuffleVectorExpr(ShuffleVectorExpr *E) { in TransformShuffleVectorExpr()
|