HomeSort by: relevance | last modified time | path
    Searched defs:vec_info (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.cc 462 /* Initialize the vec_info with kind KIND_IN and target cost data
465 vec_info::vec_info (vec_info::vec_kind kind_in, vec_info_shared *shared_)
473 vec_info::~vec_info ()
522 vec_info::add_stmt (gimple *stmt)
534 vec_info::add_pattern_stmt (gimple *stmt, stmt_vec_info stmt_info)
542 /* If STMT has an associated stmt_vec_info, return that vec_info, otherwise
547 vec_info::lookup_stmt (gimple *stmt
463 vec_info::vec_info (vec_info::vec_kind kind_in, vec_info_shared *shared_) function in class:vec_info
    [all...]
tree-vectorizer.h 448 class vec_info { class
453 vec_info (vec_kind, vec_info_shared *);
454 ~vec_info ();
515 is_a_helper <_loop_vec_info *>::test (vec_info *i)
517 return i->kind == vec_info::loop;
523 is_a_helper <_bb_vec_info *>::test (vec_info *i)
525 return i->kind == vec_info::bb;
674 typedef class _loop_vec_info : public vec_info {
1091 typedef class _bb_vec_info : public vec_info
1576 /* Contains the scalar or vector costs for a vec_info. *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vectorizer.cc 461 /* Initialize the vec_info with kind KIND_IN and target cost data
464 vec_info::vec_info (vec_info::vec_kind kind_in, vec_info_shared *shared_)
472 vec_info::~vec_info ()
521 vec_info::add_stmt (gimple *stmt)
533 vec_info::add_pattern_stmt (gimple *stmt, stmt_vec_info stmt_info)
541 /* If STMT has an associated stmt_vec_info, return that vec_info, otherwise
546 vec_info::lookup_stmt (gimple *stmt
462 vec_info::vec_info (vec_info::vec_kind kind_in, vec_info_shared *shared_) function in class:vec_info
    [all...]
tree-vectorizer.h 416 class vec_info { class
421 vec_info (vec_kind, vec_info_shared *);
422 ~vec_info ();
479 is_a_helper <_loop_vec_info *>::test (vec_info *i)
481 return i->kind == vec_info::loop;
487 is_a_helper <_bb_vec_info *>::test (vec_info *i)
489 return i->kind == vec_info::bb;
621 typedef class _loop_vec_info : public vec_info {
972 typedef class _bb_vec_info : public vec_info
1454 /* Contains the scalar or vector costs for a vec_info. *
    [all...]

Completed in 31 milliseconds