Home
last modified time | relevance | path

Searched refs:VisitShuffleVectorExpr (Results 1 – 9 of 9) sorted by relevance

/src/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() function in Compiler
/src/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1524 void StmtProfiler::VisitShuffleVectorExpr(const ShuffleVectorExpr *S) { in VisitShuffleVectorExpr() function in StmtProfiler
H A DStmtPrinter.cpp1743 void StmtPrinter::VisitShuffleVectorExpr(ShuffleVectorExpr *Node) { in VisitShuffleVectorExpr() function in StmtPrinter
H A DASTImporter.cpp574 ExpectedStmt VisitShuffleVectorExpr(ShuffleVectorExpr *E);
7327 ExpectedStmt ASTNodeImporter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr() function in ASTNodeImporter
H A DExprConstant.cpp10742 bool VisitShuffleVectorExpr(const ShuffleVectorExpr *E);
11085 bool VectorExprEvaluator::VisitShuffleVectorExpr(const ShuffleVectorExpr *E) { in VisitShuffleVectorExpr() function in VectorExprEvaluator
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp563 Value *VisitShuffleVectorExpr(ShuffleVectorExpr *E);
1807 Value *ScalarExprEmitter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr() function in ScalarExprEmitter
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1308 void ASTStmtWriter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp1363 void ASTStmtReader::VisitShuffleVectorExpr(ShuffleVectorExpr *E) { in VisitShuffleVectorExpr() function in ASTStmtReader