HomeSort by: relevance | last modified time | path
    Searched refs:ShuffleVectorExpr (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ComputeDependence.h 85 class ShuffleVectorExpr;
172 ExprDependence computeDependence(ShuffleVectorExpr *E);
Expr.h 4313 /// ShuffleVectorExpr - clang-specific builtin-in function
4319 class ShuffleVectorExpr : public Expr {
4330 ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr*> args, QualType Type,
4334 explicit ShuffleVectorExpr(EmptyShell Empty)
RecursiveASTVisitor.h 2655 DEF_TRAVERSE_STMT(ShuffleVectorExpr, {})
Stmt.h 308 friend class ShuffleVectorExpr; // ctor
  /src/external/apache2/llvm/dist/clang/lib/AST/
ComputeDependence.cpp 613 ExprDependence clang::computeDependence(ShuffleVectorExpr *E) {
Expr.cpp 4099 ShuffleVectorExpr::ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr *> args,
4111 void ShuffleVectorExpr::setExprs(const ASTContext &C, ArrayRef<Expr *> Exprs) {
StmtPrinter.cpp 1510 void StmtPrinter::VisitShuffleVectorExpr(ShuffleVectorExpr *Node) {
StmtProfile.cpp 1367 void StmtProfiler::VisitShuffleVectorExpr(const ShuffleVectorExpr *S) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 1327 void ASTStmtReader::VisitShuffleVectorExpr(ShuffleVectorExpr *E) {
3009 S = new (Context) ShuffleVectorExpr(Empty);
ASTWriterStmt.cpp 1191 void ASTStmtWriter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp 540 Value *VisitShuffleVectorExpr(ShuffleVectorExpr *E);
1584 Value *ScalarExprEmitter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 6357 return new (Context) ShuffleVectorExpr(Context, exprs, resType,
TreeTransform.h 13943 TreeTransform<Derived>::TransformShuffleVectorExpr(ShuffleVectorExpr *E) {

Completed in 77 milliseconds