Searched refs:ShuffleVectorExpr (Results 1 - 11 of 11) sorted by relevance

/external/v8/tools/gcmole/
H A Dgcmole.cc612 VISIT(ShuffleVectorExpr);
657 IGNORE_EXPR(ShuffleVectorExpr);
/external/clang/include/clang/AST/
H A DExpr.h3416 /// ShuffleVectorExpr - clang-specific builtin-in function
3422 class ShuffleVectorExpr : public Expr { class in class:clang::StringLiteral::final::CallExpr
3433 ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr*> args, QualType Type,
3437 explicit ShuffleVectorExpr(EmptyShell Empty) function in class:clang::StringLiteral::final::CallExpr::ShuffleVectorExpr
H A DRecursiveASTVisitor.h2358 DEF_TRAVERSE_STMT(ShuffleVectorExpr, {})
H A DStmt.h118 friend class ShuffleVectorExpr; // ctor
/external/clang/lib/AST/
H A DExpr.cpp3427 ShuffleVectorExpr::ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr*> args, function in class:ShuffleVectorExpr
3451 void ShuffleVectorExpr::setExprs(const ASTContext &C, ArrayRef<Expr *> Exprs) {
H A DStmtProfile.cpp897 void StmtProfiler::VisitShuffleVectorExpr(const ShuffleVectorExpr *S) {
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp303 Value *VisitShuffleVectorExpr(ShuffleVectorExpr *E);
985 Value *ScalarExprEmitter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp890 void ASTStmtReader::VisitShuffleVectorExpr(ShuffleVectorExpr *E) {
3134 S = new (Context) ShuffleVectorExpr(Empty);
H A DASTWriterStmt.cpp843 void ASTStmtWriter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) {
/external/clang/lib/Sema/
H A DSemaChecking.cpp3456 return new (Context) ShuffleVectorExpr(Context, exprs, resType,
H A DTreeTransform.h11297 TreeTransform<Derived>::TransformShuffleVectorExpr(ShuffleVectorExpr *E) {

Completed in 346 milliseconds