Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DStmtNodes.td175 def ShuffleVectorExpr : DStmt<Expr>;
/external/v8/tools/gcmole/
Dgcmole.cc580 VISIT(ShuffleVectorExpr); in VisitExpr()
625 IGNORE_EXPR(ShuffleVectorExpr);
/external/clang/lib/AST/
DExpr.cpp3565 ShuffleVectorExpr::ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr*> args, in ShuffleVectorExpr() function in ShuffleVectorExpr
3589 void ShuffleVectorExpr::setExprs(const ASTContext &C, ArrayRef<Expr *> Exprs) { in setExprs()
DStmtProfile.cpp781 void StmtProfiler::VisitShuffleVectorExpr(const ShuffleVectorExpr *S) { in VisitShuffleVectorExpr()
DStmtPrinter.cpp1510 void StmtPrinter::VisitShuffleVectorExpr(ShuffleVectorExpr *Node) { in VisitShuffleVectorExpr()
/external/clang/include/clang/AST/
DExpr.h3488 class ShuffleVectorExpr : public Expr {
3499 ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr*> args, QualType Type,
3503 explicit ShuffleVectorExpr(EmptyShell Empty) in ShuffleVectorExpr() function
DStmt.h111 friend class ShuffleVectorExpr; // ctor in LLVM_ALIGNAS() local
DRecursiveASTVisitor.h2254 DEF_TRAVERSE_STMT(ShuffleVectorExpr, {})
/external/clang/lib/Serialization/
DASTReaderStmt.cpp885 void ASTStmtReader::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
2832 S = new (Context) ShuffleVectorExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp831 void ASTStmtWriter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp303 Value *VisitShuffleVectorExpr(ShuffleVectorExpr *E);
984 Value *ScalarExprEmitter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
/external/clang/lib/Sema/
DSemaChecking.cpp2725 return new (Context) ShuffleVectorExpr(Context, exprs, resType, in SemaBuiltinShuffleVector()
DTreeTransform.h10961 TreeTransform<Derived>::TransformShuffleVectorExpr(ShuffleVectorExpr *E) { in TransformShuffleVectorExpr()