Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h91 class ShuffleVectorExpr; variable
184 ExprDependence computeDependence(ShuffleVectorExpr *E);
H A DExpr.h4455 class ShuffleVectorExpr : public Expr {
4466 ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr*> args, QualType Type,
4470 explicit ShuffleVectorExpr(EmptyShell Empty) in ShuffleVectorExpr() function
H A DStmt.h352 friend class ShuffleVectorExpr; // ctor
H A DRecursiveASTVisitor.h2863 DEF_TRAVERSE_STMT(ShuffleVectorExpr, {})
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td200 def ShuffleVectorExpr : StmtNode<Expr>;
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h189 bool VisitShuffleVectorExpr(const ShuffleVectorExpr *E);
H A DCompiler.cpp3038 bool Compiler<Emitter>::VisitShuffleVectorExpr(const ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp708 ExprDependence clang::computeDependence(ShuffleVectorExpr *E) { in computeDependence()
H A DExpr.cpp4365 ShuffleVectorExpr::ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr *> args, in ShuffleVectorExpr() function in ShuffleVectorExpr
4377 void ShuffleVectorExpr::setExprs(const ASTContext &C, ArrayRef<Expr *> Exprs) { in setExprs()
H A DStmtProfile.cpp1524 void StmtProfiler::VisitShuffleVectorExpr(const ShuffleVectorExpr *S) { in VisitShuffleVectorExpr()
H A DStmtPrinter.cpp1743 void StmtPrinter::VisitShuffleVectorExpr(ShuffleVectorExpr *Node) { in VisitShuffleVectorExpr()
H A DASTImporter.cpp574 ExpectedStmt VisitShuffleVectorExpr(ShuffleVectorExpr *E);
7327 ExpectedStmt ASTNodeImporter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
7341 return new (Importer.getToContext()) ShuffleVectorExpr( in VisitShuffleVectorExpr()
H A DExprConstant.cpp10742 bool VisitShuffleVectorExpr(const ShuffleVectorExpr *E);
11054 static bool handleVectorShuffle(EvalInfo &Info, const ShuffleVectorExpr *E, in handleVectorShuffle()
11085 bool VectorExprEvaluator::VisitShuffleVectorExpr(const ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1363 void ASTStmtReader::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
3272 S = new (Context) ShuffleVectorExpr(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp1308 void ASTStmtWriter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp563 Value *VisitShuffleVectorExpr(ShuffleVectorExpr *E);
1807 Value *ScalarExprEmitter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5062 return new (Context) ShuffleVectorExpr(Context, exprs, resType, in BuiltinShuffleVector()
H A DTreeTransform.h15808 TreeTransform<Derived>::TransformShuffleVectorExpr(ShuffleVectorExpr *E) { in TransformShuffleVectorExpr()