Lines Matching refs:BuildInstr
612 append_build_insn (TransitionRule *tr, BuildInstr *bi) in append_build_insn()
614 BuildInstr *prev = tr->to_instr; in append_build_insn()
615 BuildInstr *nxt; in append_build_insn()
634 append_op (BuildInstr *bi, BuildOp *b_op) in append_op()
655 append_literal_op (BuildInstr *bi, unsigned op1, unsigned src_op) in append_literal_op()
668 append_label_op (BuildInstr *bi, unsigned op1) in append_label_op()
681 append_constant_op (BuildInstr *bi, unsigned op1, unsigned cnst) in append_constant_op()
694 append_field_op (BuildInstr *bi, unsigned op1, unsigned src_op) in append_field_op()
709 append_user_fn_field_op (BuildInstr *bi, in append_user_fn_field_op()
1607 BuildInstr *literal_bi; in build_transition()
1723 BuildInstr *bi; in build_transition()
1730 bi = (BuildInstr *) xmalloc (sizeof (BuildInstr)); in build_transition()