Lines Matching refs:IR_UNUSED

377 	ctx->insns_count = IR_UNUSED + 1;
381 ctx->fold_cse_limit = IR_UNUSED + 1;
390 MAKE_NOP(&ctx->ir_base[IR_UNUSED]);
467 insn->prev_const = IR_UNUSED;
813 return ir_emit(ctx, opt, IR_UNUSED, IR_UNUSED, IR_UNUSED);
818 return ir_emit(ctx, opt, op1, IR_UNUSED, IR_UNUSED);
823 return ir_emit(ctx, opt, op1, op2, IR_UNUSED);
860 return IR_UNUSED;
1040 return ir_fold(ctx, opt, IR_UNUSED, IR_UNUSED, IR_UNUSED);
1045 return ir_fold(ctx, opt, op1, IR_UNUSED, IR_UNUSED);
1050 return ir_fold(ctx, opt, op1, op2, IR_UNUSED);
1073 *p = IR_UNUSED;
1102 return ir_emit(ctx, IR_OPT(IR_VAR, type), region, ir_str(ctx, name), IR_UNUSED);
1135 for (i = IR_UNUSED + 1, insn = ctx->ir_base + i; i < ctx->insns_count;) {
1155 for (i = IR_UNUSED + 1, use_list = &lists[i]; i < ctx->insns_count; i++, use_list++) {
1162 for (i = IR_UNUSED + 1, insn = ctx->ir_base + i; i < ctx->insns_count;) {
1193 for (i = IR_UNUSED + 1, insn = ctx->ir_base + i; i < ctx->insns_count;) {
1273 *q = IR_UNUSED;
1296 *p = IR_UNUSED;
1336 if (n < ctx->use_edges_count && ctx->use_edges[n] == IR_UNUSED) {
1374 a->refs[a->size - 1] = IR_UNUSED;
1800 off1 = IR_UNUSED;
1812 off2 = IR_UNUSED;
1908 return IR_UNUSED;
1917 return IR_UNUSED;
1920 return IR_UNUSED;
1925 return IR_UNUSED;
1929 return IR_UNUSED;
1963 if (src1 == src2 && src1 != IR_UNUSED) {
1980 if (ref != IR_UNUSED) {
2101 ctx->control = IR_UNUSED;
2145 ctx->control = IR_UNUSED;
2191 ctx->control = IR_UNUSED;
2203 ctx->control = IR_UNUSED;
2211 if (list != IR_UNUSED) {
2223 } while (ref != IR_UNUSED);
2229 ctx->ir_base[list].op2 = IR_UNUSED;
2239 insn->op2 = IR_UNUSED;
2252 if (list == IR_UNUSED) {
2253 return IR_UNUSED;
2258 end->op3 = IR_UNUSED;
2262 phi = IR_UNUSED;
2284 ctx->control = ir_emit2(ctx, IR_OPTX(IR_LOOP_BEGIN, IR_VOID, 2), src1, IR_UNUSED);
2294 ctx->control = IR_UNUSED;
2391 ctx->control = ir_emit3(ctx, IR_UNREACHABLE, ctx->control, IR_UNUSED, ctx->ir_base[1].op1);
2393 ctx->control = IR_UNUSED;
2522 ctx->control = IR_UNUSED;
2540 ir_type type = (val != IR_UNUSED) ? ctx->ir_base[val].type : IR_VOID;
2549 ctx->control = IR_UNUSED;
2557 ctx->control = IR_UNUSED;
2748 ir_ref prev = IR_UNUSED;
2829 ir_ref prev = IR_UNUSED;