Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DStmtNodes.td160 def ShuffleVectorExpr : DStmt<Expr>;
/external/v8/tools/gcmole/
Dgcmole.cc585 VISIT(ShuffleVectorExpr); in VisitExpr()
632 IGNORE_EXPR(ShuffleVectorExpr);
/external/clang/include/clang/AST/
DExpr.h3256 class ShuffleVectorExpr : public Expr {
3267 ShuffleVectorExpr(ASTContext &C, ArrayRef<Expr*> args, QualType Type,
3271 explicit ShuffleVectorExpr(EmptyShell Empty) in ShuffleVectorExpr() function
3286 static bool classof(const ShuffleVectorExpr *) { return true; } in classof() argument
DStmt.h150 friend class ShuffleVectorExpr; // ctor variable
DRecursiveASTVisitor.h2186 DEF_TRAVERSE_STMT(ShuffleVectorExpr, { })
/external/clang/lib/AST/
DStmtProfile.cpp412 void StmtProfiler::VisitShuffleVectorExpr(const ShuffleVectorExpr *S) { in VisitShuffleVectorExpr()
DExpr.cpp3394 ShuffleVectorExpr::ShuffleVectorExpr(ASTContext &C, ArrayRef<Expr*> args, in ShuffleVectorExpr() function in ShuffleVectorExpr
3418 void ShuffleVectorExpr::setExprs(ASTContext &C, Expr ** Exprs, in setExprs()
DStmtPrinter.cpp971 void StmtPrinter::VisitShuffleVectorExpr(ShuffleVectorExpr *Node) { in VisitShuffleVectorExpr()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp758 void ASTStmtReader::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
1894 S = new (Context) ShuffleVectorExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp716 void ASTStmtWriter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp250 Value *VisitShuffleVectorExpr(ShuffleVectorExpr *E);
698 Value *ScalarExprEmitter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
/external/clang/tools/libclang/
DRecursiveASTVisitor.h2106 DEF_TRAVERSE_STMT(ShuffleVectorExpr, { })
/external/clang/lib/Sema/
DSemaChecking.cpp1510 return Owned(new (Context) ShuffleVectorExpr(Context, exprs, resType, in SemaBuiltinShuffleVector()
DTreeTransform.h8716 TreeTransform<Derived>::TransformShuffleVectorExpr(ShuffleVectorExpr *E) { in TransformShuffleVectorExpr()