Home
last modified time | relevance | path

Searched refs:subs_ (Results 1 – 6 of 6) sorted by relevance

/external/bcc/src/cc/frontends/b/
Dparser.cc95 state->subs_[0].scope_ = scope; in state_add()
109 state->subs_[0].scope_ = scope; in state_add()
116 if (state->find_sub(id2->name_) != state->subs_.end()) { in state_add()
120 state->subs_.push_back(StateDeclStmtNode::Sub(IdentExprNode::Ptr(id2), BlockStmtNode::Ptr(body), in state_add()
Dtype_check.cc434 s1->subs_[0].block_->scope_->add("$" + name, offset_var.get()); in visit_state_decl_stmt_node()
438 n->parser_->next_state_ = s1->subs_[0].block_.get(); in visit_state_decl_stmt_node()
458 for (auto it = n->subs_.begin(); it != n->subs_.end(); ++it) { in visit_state_decl_stmt_node()
466 it->parser_->next_state_ = s1->subs_[0].block_.get(); in visit_state_decl_stmt_node()
470 it->parser_->next_state_ = s2->subs_[0].block_.get(); in visit_state_decl_stmt_node()
Dnode.h530 vector<Sub> subs_; variable
533subs_.push_back(Sub(make_unique<IdentExprNode>(""), move(block), ParserStateStmtNode::Ptr(), NULL)… in StateDeclStmtNode()
537 subs_.push_back(Sub(move(id2), move(block), ParserStateStmtNode::Ptr(), NULL)); in StateDeclStmtNode()
541 return find_if(subs_.begin(), subs_.end(), [&id] (const Sub& sub) { in find_sub()
Dcodegen_llvm.cc1058 auto it = n->subs_.begin(); in visit_state_decl_stmt_node()
1065 if (n->subs_.size() == 1 && it->id_->name_ == "") { in visit_state_decl_stmt_node()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsScheduleP5600.td397 // subs_?.[bhwd], subsus_?.[bhwd], subsuu_?.[bhwd], subvi.[bhwd], subv.[bhwd],
DMipsScheduleGeneric.td1000 // subs_?.[bhwd], subsus_?.[bhwd], subsuu_?.[bhwd], subvi.[bhwd], subv.[bhwd],