Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DStmtNodes.td164 def ShuffleVectorExpr : DStmt<Expr>;
/external/chromium_org/v8/tools/gcmole/
Dgcmole.cc585 VISIT(ShuffleVectorExpr); in VisitExpr()
631 IGNORE_EXPR(ShuffleVectorExpr);
/external/v8/tools/gcmole/
Dgcmole.cc585 VISIT(ShuffleVectorExpr); in VisitExpr()
632 IGNORE_EXPR(ShuffleVectorExpr);
/external/clang/lib/AST/
DStmtProfile.cpp450 void StmtProfiler::VisitShuffleVectorExpr(const ShuffleVectorExpr *S) { in VisitShuffleVectorExpr()
DExpr.cpp3534 ShuffleVectorExpr::ShuffleVectorExpr(ASTContext &C, ArrayRef<Expr*> args, in ShuffleVectorExpr() function in ShuffleVectorExpr
3558 void ShuffleVectorExpr::setExprs(ASTContext &C, ArrayRef<Expr *> Exprs) { in setExprs()
DStmtPrinter.cpp1074 void StmtPrinter::VisitShuffleVectorExpr(ShuffleVectorExpr *Node) { in VisitShuffleVectorExpr()
/external/clang/include/clang/AST/
DExpr.h3403 class ShuffleVectorExpr : public Expr {
3414 ShuffleVectorExpr(ASTContext &C, ArrayRef<Expr*> args, QualType Type,
3418 explicit ShuffleVectorExpr(EmptyShell Empty) in ShuffleVectorExpr() function
DRecursiveASTVisitor.h2335 DEF_TRAVERSE_STMT(ShuffleVectorExpr, { })
DStmt.h156 friend class ShuffleVectorExpr; // ctor variable
/external/clang/lib/Serialization/
DASTReaderStmt.cpp846 void ASTStmtReader::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
2090 S = new (Context) ShuffleVectorExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp786 void ASTStmtWriter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
/external/clang/tools/libclang/
DRecursiveASTVisitor.h2239 DEF_TRAVERSE_STMT(ShuffleVectorExpr, { })
/external/clang/lib/CodeGen/
DCGExprScalar.cpp259 Value *VisitShuffleVectorExpr(ShuffleVectorExpr *E);
894 Value *ScalarExprEmitter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
/external/clang/lib/Sema/
DSemaChecking.cpp1814 return Owned(new (Context) ShuffleVectorExpr(Context, exprs, resType, in SemaBuiltinShuffleVector()
DTreeTransform.h9101 TreeTransform<Derived>::TransformShuffleVectorExpr(ShuffleVectorExpr *E) { in TransformShuffleVectorExpr()