Searched refs:ShuffleVectorExpr (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | ComputeDependence.h | 85 class ShuffleVectorExpr; variable 172 ExprDependence computeDependence(ShuffleVectorExpr *E);
|
| H A D | Expr.h | 4319 class ShuffleVectorExpr : public Expr { 4330 ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr*> args, QualType Type, 4334 explicit ShuffleVectorExpr(EmptyShell Empty) in ShuffleVectorExpr() function
|
| H A D | Stmt.h | 308 friend class ShuffleVectorExpr; // ctor variable
|
| H A D | RecursiveASTVisitor.h | 2655 DEF_TRAVERSE_STMT(ShuffleVectorExpr, {})
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 197 def ShuffleVectorExpr : StmtNode<Expr>;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ComputeDependence.cpp | 613 ExprDependence clang::computeDependence(ShuffleVectorExpr *E) { in computeDependence()
|
| H A D | Expr.cpp | 4099 ShuffleVectorExpr::ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr *> args, in ShuffleVectorExpr() function in ShuffleVectorExpr 4111 void ShuffleVectorExpr::setExprs(const ASTContext &C, ArrayRef<Expr *> Exprs) { in setExprs()
|
| H A D | StmtProfile.cpp | 1367 void StmtProfiler::VisitShuffleVectorExpr(const ShuffleVectorExpr *S) { in VisitShuffleVectorExpr()
|
| H A D | StmtPrinter.cpp | 1510 void StmtPrinter::VisitShuffleVectorExpr(ShuffleVectorExpr *Node) { in VisitShuffleVectorExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1327 void ASTStmtReader::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr() 3009 S = new (Context) ShuffleVectorExpr(Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 1191 void ASTStmtWriter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 540 Value *VisitShuffleVectorExpr(ShuffleVectorExpr *E); 1584 Value *ScalarExprEmitter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | TreeTransform.h | 13943 TreeTransform<Derived>::TransformShuffleVectorExpr(ShuffleVectorExpr *E) { in TransformShuffleVectorExpr()
|
| H A D | SemaChecking.cpp | 6357 return new (Context) ShuffleVectorExpr(Context, exprs, resType, in SemaBuiltinShuffleVector()
|