Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComputeDependence.h85 class ShuffleVectorExpr; variable
172 ExprDependence computeDependence(ShuffleVectorExpr *E);
H A DExpr.h4319 class ShuffleVectorExpr : public Expr {
4330 ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr*> args, QualType Type,
4334 explicit ShuffleVectorExpr(EmptyShell Empty) in ShuffleVectorExpr() function
H A DStmt.h308 friend class ShuffleVectorExpr; // ctor variable
H A DRecursiveASTVisitor.h2655 DEF_TRAVERSE_STMT(ShuffleVectorExpr, {})
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td197 def ShuffleVectorExpr : StmtNode<Expr>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DComputeDependence.cpp613 ExprDependence clang::computeDependence(ShuffleVectorExpr *E) { in computeDependence()
H A DExpr.cpp4099 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 DStmtProfile.cpp1367 void StmtProfiler::VisitShuffleVectorExpr(const ShuffleVectorExpr *S) { in VisitShuffleVectorExpr()
H A DStmtPrinter.cpp1510 void StmtPrinter::VisitShuffleVectorExpr(ShuffleVectorExpr *Node) { in VisitShuffleVectorExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1327 void ASTStmtReader::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
3009 S = new (Context) ShuffleVectorExpr(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp1191 void ASTStmtWriter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp540 Value *VisitShuffleVectorExpr(ShuffleVectorExpr *E);
1584 Value *ScalarExprEmitter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h13943 TreeTransform<Derived>::TransformShuffleVectorExpr(ShuffleVectorExpr *E) { in TransformShuffleVectorExpr()
H A DSemaChecking.cpp6357 return new (Context) ShuffleVectorExpr(Context, exprs, resType, in SemaBuiltinShuffleVector()