Searched refs:ShuffleVectorExpr (Results 1 – 13 of 13) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 163 def ShuffleVectorExpr : DStmt<Expr>;
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | Expr.h | 3445 class ShuffleVectorExpr : public Expr { 3456 ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr*> args, QualType Type, 3460 explicit ShuffleVectorExpr(EmptyShell Empty) in ShuffleVectorExpr() function
|
| H A D | Stmt.h | 156 friend class ShuffleVectorExpr; // ctor variable
|
| H A D | DataRecursiveASTVisitor.h | 2230 DEF_TRAVERSE_STMT(ShuffleVectorExpr, {})
|
| H A D | RecursiveASTVisitor.h | 2252 DEF_TRAVERSE_STMT(ShuffleVectorExpr, {})
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | Expr.cpp | 3706 ShuffleVectorExpr::ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr*> args, in ShuffleVectorExpr() function in ShuffleVectorExpr 3730 void ShuffleVectorExpr::setExprs(const ASTContext &C, ArrayRef<Expr *> Exprs) { in setExprs()
|
| H A D | StmtProfile.cpp | 646 void StmtProfiler::VisitShuffleVectorExpr(const ShuffleVectorExpr *S) { in VisitShuffleVectorExpr()
|
| H A D | StmtPrinter.cpp | 1353 void StmtPrinter::VisitShuffleVectorExpr(ShuffleVectorExpr *Node) { in VisitShuffleVectorExpr()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 845 void ASTStmtReader::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr() 2507 S = new (Context) ShuffleVectorExpr(Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 787 void ASTStmtWriter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 298 Value *VisitShuffleVectorExpr(ShuffleVectorExpr *E); 949 Value *ScalarExprEmitter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 2225 return new (Context) ShuffleVectorExpr(Context, exprs, resType, in SemaBuiltinShuffleVector()
|
| H A D | TreeTransform.h | 10179 TreeTransform<Derived>::TransformShuffleVectorExpr(ShuffleVectorExpr *E) { in TransformShuffleVectorExpr()
|