Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DStmtNodes.td161 def ShuffleVectorExpr : DStmt<Expr>;
/external/v8/tools/gcmole/
Dgcmole.cc585 VISIT(ShuffleVectorExpr); in VisitExpr()
632 IGNORE_EXPR(ShuffleVectorExpr);
/external/clang/lib/AST/
DStmtProfile.cpp412 void StmtProfiler::VisitShuffleVectorExpr(const ShuffleVectorExpr *S) { in VisitShuffleVectorExpr()
DExpr.cpp3516 ShuffleVectorExpr::ShuffleVectorExpr(ASTContext &C, ArrayRef<Expr*> args, in ShuffleVectorExpr() function in ShuffleVectorExpr
3540 void ShuffleVectorExpr::setExprs(ASTContext &C, Expr ** Exprs, in setExprs()
DStmtPrinter.cpp1009 void StmtPrinter::VisitShuffleVectorExpr(ShuffleVectorExpr *Node) { in VisitShuffleVectorExpr()
/external/clang/include/clang/AST/
DExpr.h3365 class ShuffleVectorExpr : public Expr {
3376 ShuffleVectorExpr(ASTContext &C, ArrayRef<Expr*> args, QualType Type,
3380 explicit ShuffleVectorExpr(EmptyShell Empty) in ShuffleVectorExpr() function
DStmt.h152 friend class ShuffleVectorExpr; // ctor variable
DRecursiveASTVisitor.h2183 DEF_TRAVERSE_STMT(ShuffleVectorExpr, { })
/external/clang/lib/Serialization/
DASTReaderStmt.cpp760 void ASTStmtReader::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
1899 S = new (Context) ShuffleVectorExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp718 void ASTStmtWriter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
/external/clang/tools/libclang/
DRecursiveASTVisitor.h2109 DEF_TRAVERSE_STMT(ShuffleVectorExpr, { })
/external/clang/lib/CodeGen/
DCGExprScalar.cpp259 Value *VisitShuffleVectorExpr(ShuffleVectorExpr *E);
859 Value *ScalarExprEmitter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
/external/clang/lib/Sema/
DSemaChecking.cpp1540 return Owned(new (Context) ShuffleVectorExpr(Context, exprs, resType, in SemaBuiltinShuffleVector()
DTreeTransform.h8794 TreeTransform<Derived>::TransformShuffleVectorExpr(ShuffleVectorExpr *E) { in TransformShuffleVectorExpr()