Home
last modified time | relevance | path

Searched refs:ir_strl (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/opcache/jit/ir/
H A Dir_gcm.c1023 new_insn->proto = ir_strl(&new_ctx, proto, len); in ir_schedule()
1030 new_insn->proto = ir_strl(&new_ctx, proto, len); in ir_schedule()
1053 new_insn->proto = ir_strl(&new_ctx, proto, len); in ir_schedule()
1062 new_insn->proto = ir_strl(&new_ctx, proto, len); in ir_schedule()
1137 new_insn->op2 = ir_strl(&new_ctx, proto, len); in ir_schedule()
H A Dir.c687 ir_ref ir_strl(ir_ctx *ctx, const char *s, size_t len) function
715 return ir_strl(ctx, (const char *)&proto, offsetof(ir_proto_t, param_types) + 0);
726 return ir_strl(ctx, (const char *)&proto, offsetof(ir_proto_t, param_types) + 1);
738 return ir_strl(ctx, (const char *)&proto, offsetof(ir_proto_t, param_types) + 2);
751 return ir_strl(ctx, (const char *)&proto, offsetof(ir_proto_t, param_types) + 3);
766 return ir_strl(ctx, (const char *)&proto, offsetof(ir_proto_t, param_types) + 4);
782 return ir_strl(ctx, (const char *)&proto, offsetof(ir_proto_t, param_types) + 5);
794 return ir_strl(ctx, (const char *)proto, offsetof(ir_proto_t, param_types) + params_count);
H A Dir.h675 ir_ref ir_strl(ir_ctx *ctx, const char *s, size_t len);

Completed in 25 milliseconds