Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DStmtNodes.td176 def ShuffleVectorExpr : DStmt<Expr>;
/external/v8/tools/gcmole/
Dgcmole.cc612 VISIT(ShuffleVectorExpr); in VisitExpr()
657 IGNORE_EXPR(ShuffleVectorExpr);
/external/clang/lib/AST/
DExpr.cpp3427 ShuffleVectorExpr::ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr*> args, in ShuffleVectorExpr() function in ShuffleVectorExpr
3451 void ShuffleVectorExpr::setExprs(const ASTContext &C, ArrayRef<Expr *> Exprs) { in setExprs()
DStmtProfile.cpp897 void StmtProfiler::VisitShuffleVectorExpr(const ShuffleVectorExpr *S) { in VisitShuffleVectorExpr()
DStmtPrinter.cpp1640 void StmtPrinter::VisitShuffleVectorExpr(ShuffleVectorExpr *Node) { in VisitShuffleVectorExpr()
/external/clang/include/clang/AST/
DExpr.h3422 class ShuffleVectorExpr : public Expr {
3433 ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr*> args, QualType Type,
3437 explicit ShuffleVectorExpr(EmptyShell Empty) in ShuffleVectorExpr() function
DStmt.h118 friend class ShuffleVectorExpr; // ctor in LLVM_ALIGNAS() local
DRecursiveASTVisitor.h2358 DEF_TRAVERSE_STMT(ShuffleVectorExpr, {})
/external/clang/lib/CodeGen/
DCGExprScalar.cpp303 Value *VisitShuffleVectorExpr(ShuffleVectorExpr *E);
985 Value *ScalarExprEmitter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp890 void ASTStmtReader::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
3134 S = new (Context) ShuffleVectorExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp843 void ASTStmtWriter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
/external/clang/lib/Sema/
DSemaChecking.cpp3456 return new (Context) ShuffleVectorExpr(Context, exprs, resType, in SemaBuiltinShuffleVector()
DTreeTransform.h11297 TreeTransform<Derived>::TransformShuffleVectorExpr(ShuffleVectorExpr *E) { in TransformShuffleVectorExpr()