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

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

Completed in 243 milliseconds