Lines Matching refs:op1

464 		IR_FOLD_COPY(op1);  in IR_FOLD()
966 IR_FOLD_COPY(op1_insn->val.u64 <= op2_insn->val.u64 ? op1 : op2); in IR_FOLD()
975 IR_FOLD_COPY(op1_insn->val.i64 <= op2_insn->val.i64 ? op1 : op2); in IR_FOLD()
980 IR_FOLD_COPY(op1_insn->val.d <= op2_insn->val.d ? op1 : op2); in IR_FOLD()
985 IR_FOLD_COPY(op1_insn->val.f <= op2_insn->val.f ? op1 : op2); in IR_FOLD()
995 IR_FOLD_COPY(op1_insn->val.u64 >= op2_insn->val.u64 ? op1 : op2); in IR_FOLD()
1004 IR_FOLD_COPY(op1_insn->val.i64 >= op2_insn->val.i64 ? op1 : op2); in IR_FOLD()
1009 IR_FOLD_COPY(op1_insn->val.d >= op2_insn->val.d ? op1 : op2); in IR_FOLD()
1014 IR_FOLD_COPY(op1_insn->val.f >= op2_insn->val.f ? op1 : op2); in IR_FOLD()
1224 IR_FOLD_COPY(op1); in IR_FOLD()
1231 IR_FOLD_COPY(op1); in IR_FOLD()
1245 IR_FOLD_COPY(op1); in IR_FOLD()
1285 IR_FOLD_COPY(op1); in IR_FOLD()
1294 IR_FOLD_COPY(op1); in IR_FOLD()
1300 op1 = op1_insn->op1; in IR_FOLD()
1309 IR_FOLD_COPY(op1_insn->op1); in IR_FOLD()
1351 IR_FOLD_COPY(op1); in IR_FOLD()
1364 op1 = op2; in IR_FOLD()
1375 op1 = op2; in IR_FOLD()
1376 op2 = op1_insn->op1; in IR_FOLD()
1385 op2 = op2_insn->op1; in IR_FOLD()
1394 IR_FOLD_COPY(op1_insn->op1); in IR_FOLD()
1403 if (op2_insn->op2 == op1) { in IR_FOLD()
1405 IR_FOLD_COPY(op2_insn->op1); in IR_FOLD()
1414 if (op1_insn->op1 == op2) { in IR_FOLD()
1419 IR_FOLD_COPY(op1_insn->op1); in IR_FOLD()
1428 if (op2_insn->op1 == op1) { in IR_FOLD()
1431 op1 = op2_insn->op2; in IR_FOLD()
1434 } else if (op2_insn->op2 == op1) { in IR_FOLD()
1437 op1 = op2_insn->op1; in IR_FOLD()
1448 if (op1_insn->op1 == op2) { in IR_FOLD()
1451 op1 = op1_insn->op2; in IR_FOLD()
1462 if (op2_insn->op1 == op1) { in IR_FOLD()
1473 if (op1_insn->op1 == op2_insn->op1) { in IR_FOLD()
1475 op1 = op1_insn->op2; in IR_FOLD()
1478 } else if (op1_insn->op1 == op2_insn->op2) { in IR_FOLD()
1480 op1 = op1_insn->op2; in IR_FOLD()
1481 op2 = op2_insn->op1; in IR_FOLD()
1483 } else if (op1_insn->op2 == op2_insn->op1) { in IR_FOLD()
1485 op1 = op1_insn->op1; in IR_FOLD()
1490 op1 = op1_insn->op1; in IR_FOLD()
1491 op2 = op2_insn->op1; in IR_FOLD()
1511 IR_FOLD_COPY(op1); in IR_FOLD()
1514 op2 = op1; in IR_FOLD()
1530 IR_FOLD_COPY(op1); in IR_FOLD()
1534 op2 = op1; in IR_FOLD()
1549 IR_FOLD_COPY(op1); in IR_FOLD()
1553 op2 = op1; in IR_FOLD()
1568 IR_FOLD_COPY(op1); in IR_FOLD()
1572 op2 = op1; in IR_FOLD()
1589 IR_FOLD_COPY(op1); in IR_FOLD()
1601 IR_FOLD_COPY(op1); in IR_FOLD()
1631 IR_FOLD_COPY(op1); in IR_FOLD()
1645 IR_FOLD_COPY(op1); in IR_FOLD()
1658 op1 = op1_insn->op1; in IR_FOLD()
1659 op2 = op2_insn->op1; in IR_FOLD()
1665 IR_FOLD_COPY(op2_insn->val.b ? op1 : op2); in IR_FOLD()
1676 IR_FOLD_COPY(op1); in IR_FOLD()
1688 IR_FOLD_COPY(op1); in IR_FOLD()
1700 IR_FOLD_COPY(op1); in IR_FOLD()
1712 IR_FOLD_COPY(op1); in IR_FOLD()
1719 IR_FOLD_COPY(op2_insn->val.b ? op2 : op1); in IR_FOLD()
1730 IR_FOLD_COPY(op1); in IR_FOLD()
1742 IR_FOLD_COPY(op1); in IR_FOLD()
1754 IR_FOLD_COPY(op1); in IR_FOLD()
1766 IR_FOLD_COPY(op1); in IR_FOLD()
1775 IR_FOLD_COPY(op1); in IR_FOLD()
1790 IR_FOLD_COPY(op1); in IR_FOLD()
1805 IR_FOLD_COPY(op1); in IR_FOLD()
1820 IR_FOLD_COPY(op1); in IR_FOLD()
1835 IR_FOLD_COPY(op1); in IR_FOLD()
1856 IR_FOLD_COPY(op1); in IR_FOLD()
1860 op2 = op1; in IR_FOLD()
1901 IR_FOLD_COPY(op1); in IR_FOLD()
1925 IR_FOLD_COPY(op1); in IR_FOLD()
1938 IR_FOLD_COPY(op1); in IR_FOLD()
1951 IR_FOLD_COPY(op1); in IR_FOLD()
1964 IR_FOLD_COPY(op1); in IR_FOLD()
1977 IR_FOLD_COPY(op1); in IR_FOLD()
2016 IR_ASSERT(ctx->ir_base[op1_insn->op1].type == IR_FLOAT); in IR_FOLD()
2017 IR_FOLD_COPY(op1_insn->op1); in IR_FOLD()
2025 ir_type src_type = ctx->ir_base[op1_insn->op1].type; in IR_FOLD()
2033 IR_FOLD_COPY(op1_insn->op1); in IR_FOLD()
2042 ir_type src_type = ctx->ir_base[op1_insn->op1].type; in IR_FOLD()
2046 IR_FOLD_COPY(op1_insn->op1); in IR_FOLD()
2049 op1 = op1_insn->op1; in IR_FOLD()
2053 op1 = op1_insn->op1; in IR_FOLD()
2057 op1 = op1_insn->op1; in IR_FOLD()
2071 op1 = op1_insn->op1; in IR_FOLD()
2076 op1 = op1_insn->op1; in IR_FOLD()
2081 op1 = op1_insn->op1; in IR_FOLD()
2101 IR_ASSERT(ctx->ir_base[op1_insn->op1].type == IR_FLOAT); in IR_FOLD()
2103 op1 = op1_insn->op1; in IR_FOLD()
2120 op1 = op1_insn->op1; in IR_FOLD()
2135 op1 = op1_insn->op1; in IR_FOLD()
2150 op1 = op1_insn->op1; in IR_FOLD()
2165 op1 = op1_insn->op1; in IR_FOLD()
2184 op1 = op1_insn->op1; in IR_FOLD()
2203 op1 = op1_insn->op1; in IR_FOLD()
2222 op1 = op1_insn->op1; in IR_FOLD()
2234 if (op1_insn->op1 == op2 || op1_insn->op2 == op2) { in IR_FOLD()
2242 if (op1_insn->op1 == op2) { in IR_FOLD()
2245 IR_FOLD_COPY(op1_insn->op1); in IR_FOLD()
2255 if (op1 < op2) { /* move lower ref to op2 */ in IR_FOLD()
2256 ir_ref tmp = op1; in IR_FOLD()
2257 op1 = op2; in IR_FOLD()
2267 if (op1 < op2) { /* move lower ref to op2 */ in IR_FOLD()
2268 ir_ref tmp = op1; in IR_FOLD()
2269 op1 = op2; in IR_FOLD()
2279 if (IR_IS_TYPE_INT(IR_OPT_TYPE(opt)) && op1 == op2) { in IR_FOLD()
2287 if (op1 == op2) { in IR_FOLD()
2301 if (op1 == op2) { in IR_FOLD()
2302 IR_FOLD_COPY(op1); in IR_FOLD()
2310 if (op1 == op2) { in IR_FOLD()
2319 if (op1 != op2) { in IR_FOLD()
2333 if (op1 == op2) { in IR_FOLD()
2338 } else if (op1 < op2) { /* move lower ref to op2 */ in IR_FOLD()
2339 ir_ref tmp = op1; in IR_FOLD()
2340 op1 = op2; in IR_FOLD()
2353 if (op1 == op2) { in IR_FOLD()
2356 } else if (op1 < op2) { /* move lower ref to op2 */ in IR_FOLD()
2357 ir_ref tmp = op1; in IR_FOLD()
2358 op1 = op2; in IR_FOLD()