Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDStmtNodes.td193 def ShuffleVectorExpr : StmtNode<Expr>;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDExpr.cpp4157 ShuffleVectorExpr::ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr*> args, in ShuffleVectorExpr() function in ShuffleVectorExpr
4181 void ShuffleVectorExpr::setExprs(const ASTContext &C, ArrayRef<Expr *> Exprs) { in setExprs()
HDStmtProfile.cpp1225 void StmtProfiler::VisitShuffleVectorExpr(const ShuffleVectorExpr *S) { in VisitShuffleVectorExpr()
HDStmtPrinter.cpp1480 void StmtPrinter::VisitShuffleVectorExpr(ShuffleVectorExpr *Node) { in VisitShuffleVectorExpr()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDExpr.h4005 class ShuffleVectorExpr : public Expr {
4016 ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr*> args, QualType Type,
4020 explicit ShuffleVectorExpr(EmptyShell Empty) in ShuffleVectorExpr() function
HDStmt.h312 friend class ShuffleVectorExpr; // ctor in alignas() local
HDRecursiveASTVisitor.h2625 DEF_TRAVERSE_STMT(ShuffleVectorExpr, {})
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp1212 void ASTStmtReader::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
2914 S = new (Context) ShuffleVectorExpr(Empty); in ReadStmtFromStream()
HDASTWriterStmt.cpp1093 void ASTStmtWriter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprScalar.cpp554 Value *VisitShuffleVectorExpr(ShuffleVectorExpr *E);
1604 Value *ScalarExprEmitter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h12988 TreeTransform<Derived>::TransformShuffleVectorExpr(ShuffleVectorExpr *E) { in TransformShuffleVectorExpr()
HDSemaChecking.cpp6069 return new (Context) ShuffleVectorExpr(Context, exprs, resType, in SemaBuiltinShuffleVector()