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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h84 class ShuffleVectorExpr;
170 ExprDependence computeDependence(ShuffleVectorExpr *E);
H A DExpr.h4228 /// ShuffleVectorExpr - clang-specific builtin-in function
4234 class ShuffleVectorExpr : public Expr { class in class:clang::final
4245 ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr*> args, QualType Type,
4249 explicit ShuffleVectorExpr(EmptyShell Empty) function in class:clang::final::ShuffleVectorExpr
H A DStmt.h308 friend class ShuffleVectorExpr; // ctor
H A DRecursiveASTVisitor.h2615 DEF_TRAVERSE_STMT(ShuffleVectorExpr, {})
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp567 ExprDependence clang::computeDependence(ShuffleVectorExpr *E) {
H A DExpr.cpp4158 ShuffleVectorExpr::ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr *> args,
4170 void ShuffleVectorExpr::setExprs(const ASTContext &C, ArrayRef<Expr *> Exprs) {
H A DStmtProfile.cpp1306 void StmtProfiler::VisitShuffleVectorExpr(const ShuffleVectorExpr *S) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1311 void ASTStmtReader::VisitShuffleVectorExpr(ShuffleVectorExpr *E) {
3086 S = new (Context) ShuffleVectorExpr(Empty);
H A DASTWriterStmt.cpp1179 void ASTStmtWriter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp547 Value *VisitShuffleVectorExpr(ShuffleVectorExpr *E);
1626 Value *ScalarExprEmitter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5936 return new (Context) ShuffleVectorExpr(Context, exprs, resType,
H A DTreeTransform.h13644 TreeTransform<Derived>::TransformShuffleVectorExpr(ShuffleVectorExpr *E) {

Completed in 406 milliseconds