| /src/external/mit/isl/dist/ |
| isl_ast.c | 2050 static int is_or(enum isl_ast_expr_op_type op) function 2099 if (is_or(op) && is_and(expr->u.op.op))
|
| /src/external/gpl3/gcc/dist/gcc/config/ia64/ |
| ia64.cc | 6315 unsigned int is_or : 1; /* Is register used as part of or.andcm? */ 6343 rws_sum[regno].written_by_or = flags.is_or; 6359 flags.is_and = flags.is_or = 0; 6382 else if (flags.is_or && rws_sum[regno].written_by_or) 6395 else if (flags.is_or && rws_sum[regno].written_by_or) 6402 rws_sum[regno].written_by_or = flags.is_or; 6435 if (flags.is_or && rws_sum[regno].written_by_or) 6521 pflags->is_or = 1; 6302 unsigned int is_or : 1; \/* Is register used as part of or.andcm? *\/ member in struct:reg_flags
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-fold.cc | 7271 bool is_or = (innercode == BIT_IOR_EXPR); local 7281 return (is_or ? var : inner1); 7283 return (is_or ? var : inner2); 7285 return (is_or 7290 return (is_or 7311 if (is_or) 7343 if (is_or)
|
| /src/external/gpl3/gcc.old/dist/gcc/config/ia64/ |
| ia64.cc | 6304 unsigned int is_or : 1; /* Is register used as part of or.andcm? */ 6332 rws_sum[regno].written_by_or = flags.is_or; 6348 flags.is_and = flags.is_or = 0; 6371 else if (flags.is_or && rws_sum[regno].written_by_or) 6384 else if (flags.is_or && rws_sum[regno].written_by_or) 6391 rws_sum[regno].written_by_or = flags.is_or; 6424 if (flags.is_or && rws_sum[regno].written_by_or) 6510 pflags->is_or = 1; 6291 unsigned int is_or : 1; \/* Is register used as part of or.andcm? *\/ member in struct:reg_flags
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-fold.cc | 7113 bool is_or = (innercode == BIT_IOR_EXPR); local 7123 return (is_or ? var : inner1); 7125 return (is_or ? var : inner2); 7127 return (is_or 7132 return (is_or 7153 if (is_or) 7185 if (is_or)
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-xtensa.c | 4412 bool is_or = (strcmp ("or", narrowable[opi].wide) == 0); 4442 if (!is_or) 4576 bool is_or = (strcmp ("or", widenable[opi].wide) == 0); 4609 if (!is_or) 4632 if (is_or && i == o_operand_count - 1) 4402 bool is_or = (strcmp ("or", narrowable[opi].wide) == 0); local 4566 bool is_or = (strcmp ("or", widenable[opi].wide) == 0); local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-xtensa.c | 4412 bool is_or = (strcmp ("or", narrowable[opi].wide) == 0); 4442 if (!is_or) 4576 bool is_or = (strcmp ("or", widenable[opi].wide) == 0); 4609 if (!is_or) 4632 if (is_or && i == o_operand_count - 1) 4402 bool is_or = (strcmp ("or", narrowable[opi].wide) == 0); local 4566 bool is_or = (strcmp ("or", widenable[opi].wide) == 0); local
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elf32-xtensa.c | 4410 bool is_or = (strcmp ("or", narrowable[opi].wide) == 0); 4440 if (!is_or) 4574 bool is_or = (strcmp ("or", widenable[opi].wide) == 0); 4607 if (!is_or) 4630 if (is_or && i == o_operand_count - 1) 4400 bool is_or = (strcmp ("or", narrowable[opi].wide) == 0); local 4564 bool is_or = (strcmp ("or", widenable[opi].wide) == 0); local
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf32-xtensa.c | 4412 bool is_or = (strcmp ("or", narrowable[opi].wide) == 0); 4442 if (!is_or) 4576 bool is_or = (strcmp ("or", widenable[opi].wide) == 0); 4609 if (!is_or) 4632 if (is_or && i == o_operand_count - 1) 4402 bool is_or = (strcmp ("or", narrowable[opi].wide) == 0); local 4566 bool is_or = (strcmp ("or", widenable[opi].wide) == 0); local
|