Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DStmtNodes.td145 def ShuffleVectorExpr : DStmt<Expr>;
/external/clang/include/clang/AST/
DExpr.h3082 class ShuffleVectorExpr : public Expr {
3093 ShuffleVectorExpr(ASTContext &C, Expr **args, unsigned nexpr,
3098 explicit ShuffleVectorExpr(EmptyShell Empty) in ShuffleVectorExpr() function
3113 static bool classof(const ShuffleVectorExpr *) { return true; } in classof() argument
DStmt.h145 friend class ShuffleVectorExpr; // ctor variable
DRecursiveASTVisitor.h1944 DEF_TRAVERSE_STMT(ShuffleVectorExpr, { })
/external/clang/lib/AST/
DExpr.cpp2850 ShuffleVectorExpr::ShuffleVectorExpr(ASTContext &C, Expr **args, unsigned nexpr, in ShuffleVectorExpr() function in ShuffleVectorExpr
2874 void ShuffleVectorExpr::setExprs(ASTContext &C, Expr ** Exprs, in setExprs()
DStmtProfile.cpp391 void StmtProfiler::VisitShuffleVectorExpr(const ShuffleVectorExpr *S) { in VisitShuffleVectorExpr()
DStmtPrinter.cpp920 void StmtPrinter::VisitShuffleVectorExpr(ShuffleVectorExpr *Node) { in VisitShuffleVectorExpr()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp716 void ASTStmtReader::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
1704 S = new (Context) ShuffleVectorExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp694 void ASTStmtWriter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp263 Value *VisitShuffleVectorExpr(ShuffleVectorExpr *E);
681 Value *ScalarExprEmitter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
/external/clang/lib/Sema/
DSemaChecking.cpp854 return Owned(new (Context) ShuffleVectorExpr(Context, exprs.begin(), in SemaBuiltinShuffleVector()
DTreeTransform.h7880 TreeTransform<Derived>::TransformShuffleVectorExpr(ShuffleVectorExpr *E) { in TransformShuffleVectorExpr()