Home
last modified time | relevance | path

Searched refs:ir_type_size (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc150 || if (ir_type_size[type] == 8) {
158 || if (ir_type_size[type] == 8) {
166 || if (ir_type_size[type] == 8) {
174 || if (ir_type_size[type] == 8) {
182 || if (ir_type_size[type] == 8) {
279 if (ir_type_size[type] == 8) {
1288 switch (ir_type_size[type]) {
3265 IR_ASSERT(ir_type_size[dst_type] > ir_type_size[src_type]);
3338 IR_ASSERT(ir_type_size[dst_type] > ir_type_size[src_type]);
3385 IR_ASSERT(ir_type_size[dst_type] < ir_type_size[src_type]);
[all …]
H A Dir_check.c173 && ir_type_size[use_insn->type] < ir_type_size[insn->type]) { in ir_check()
268 && (!IR_IS_TYPE_INT(type) || ir_type_size[type] != ir_type_size[IR_ADDR])) { in ir_check()
H A Dir_x86.dasc278 || switch (ir_type_size[type]) {
299 || switch (ir_type_size[type]) {
320 || switch (ir_type_size[type]) {
341 || switch (ir_type_size[type]) {
362 || switch (ir_type_size[type]) {
547 || switch (ir_type_size[type]) {
572 || switch (ir_type_size[type]) {
6657 IR_ASSERT(ir_type_size[dst_type] > ir_type_size[src_type]);
6753 IR_ASSERT(ir_type_size[dst_type] > ir_type_size[src_type]);
6849 IR_ASSERT(ir_type_size[dst_type] < ir_type_size[src_type]);
[all …]
H A Dir_fold.h1139 IR_ASSERT(ir_type_size[IR_OPT_TYPE(opt)] > ir_type_size[op1_insn->type]); in IR_FOLD()
1147 IR_ASSERT(ir_type_size[IR_OPT_TYPE(opt)] > ir_type_size[op1_insn->type]); in IR_FOLD()
1155 IR_ASSERT(ir_type_size[IR_OPT_TYPE(opt)] > ir_type_size[op1_insn->type]); in IR_FOLD()
1164 IR_ASSERT(ir_type_size[IR_OPT_TYPE(opt)] > ir_type_size[op1_insn->type]); in IR_FOLD()
1172 IR_ASSERT(ir_type_size[IR_OPT_TYPE(opt)] > ir_type_size[op1_insn->type]); in IR_FOLD()
1180 IR_ASSERT(ir_type_size[IR_OPT_TYPE(opt)] > ir_type_size[op1_insn->type]); in IR_FOLD()
1192 IR_ASSERT(ir_type_size[IR_OPT_TYPE(opt)] < ir_type_size[op1_insn->type]); in IR_FOLD()
1226 IR_ASSERT(ir_type_size[IR_OPT_TYPE(opt)] == ir_type_size[op1_insn->type]); in IR_FOLD()
2369 if (ir_type_size[src_type] >= ir_type_size[op1_insn->type]) { in IR_FOLD()
2389 } else if (ir_type_size[src_type] == ir_type_size[dst_type]) { in IR_FOLD()
[all …]
H A Dir.c61 const uint8_t ir_type_size[IR_LAST_TYPE] = { variable
1838 return offset1 + ir_type_size[type1] <= offset2 ? IR_NO_ALIAS : IR_MUST_ALIAS;
1866 } else if (ir_type_size[insn->type] == ir_type_size[type]) {
1868 } else if (ir_type_size[insn->type] > ir_type_size[type]
1883 } else if (ir_type_size[type2] == ir_type_size[type]) {
1885 } else if (ir_type_size[type2] > ir_type_size[type]
2684 } else if (ir_type_size[insn->type] == ir_type_size[type]) {
2686 } else if (ir_type_size[insn->type] > ir_type_size[type]
2697 } else if (ir_type_size[type2] == ir_type_size[type]) {
2699 } else if (ir_type_size[type2] > ir_type_size[type]
[all …]
H A Dir_ra.c2613 return ir_allocate_small_spill_slot(ctx, ir_type_size[type], data); in ir_allocate_spill_slot()
2825 if (ir_type_size[ival->type] == 1) { in ir_try_allocate_free_reg()
3059 if (ir_type_size[ival->type] == 1) { in ir_allocate_blocked_reg()
3742 size = ir_type_size[other->type]; in ir_linear_scan()
3766 size = ir_type_size[ival->type]; in ir_linear_scan()
H A Dir_emit.c651 && (ir_type_size[type] != 8 || IR_IS_SIGNED_32BIT(ctx->ir_base[from].val.i64))) { in ir_emit_dessa_move()
H A Dir_private.h865 extern const uint8_t ir_type_size[IR_LAST_TYPE];

Completed in 105 milliseconds