Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DStmtNodes.td163 def ShuffleVectorExpr : DStmt<Expr>;
/external/v8/tools/gcmole/
Dgcmole.cc580 VISIT(ShuffleVectorExpr); in VisitExpr()
625 IGNORE_EXPR(ShuffleVectorExpr);
/external/clang/include/clang/AST/
DExpr.h3437 class ShuffleVectorExpr : public Expr {
3448 ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr*> args, QualType Type,
3452 explicit ShuffleVectorExpr(EmptyShell Empty) in ShuffleVectorExpr() function
DDataRecursiveASTVisitor.h2232 DEF_TRAVERSE_STMT(ShuffleVectorExpr, {})
DStmt.h156 friend class ShuffleVectorExpr; // ctor in LLVM_ALIGNAS() local
DRecursiveASTVisitor.h2262 DEF_TRAVERSE_STMT(ShuffleVectorExpr, {})
/external/clang/lib/AST/
DExpr.cpp3728 ShuffleVectorExpr::ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr*> args, in ShuffleVectorExpr() function in ShuffleVectorExpr
3752 void ShuffleVectorExpr::setExprs(const ASTContext &C, ArrayRef<Expr *> Exprs) { in setExprs()
DStmtProfile.cpp692 void StmtProfiler::VisitShuffleVectorExpr(const ShuffleVectorExpr *S) { in VisitShuffleVectorExpr()
DStmtPrinter.cpp1354 void StmtPrinter::VisitShuffleVectorExpr(ShuffleVectorExpr *Node) { in VisitShuffleVectorExpr()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp845 void ASTStmtReader::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
2576 S = new (Context) ShuffleVectorExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp788 void ASTStmtWriter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp298 Value *VisitShuffleVectorExpr(ShuffleVectorExpr *E);
977 Value *ScalarExprEmitter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
/external/clang/lib/Sema/
DSemaChecking.cpp2396 return new (Context) ShuffleVectorExpr(Context, exprs, resType, in SemaBuiltinShuffleVector()
DTreeTransform.h10231 TreeTransform<Derived>::TransformShuffleVectorExpr(ShuffleVectorExpr *E) { in TransformShuffleVectorExpr()