Home
last modified time | relevance | path

Searched refs:IR_USE_FRAME_POINTER (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc55 ((ctx->flags & IR_USE_FRAME_POINTER) ? \
926 ctx->flags |= IR_USE_FRAME_POINTER;
943 ctx->flags |= IR_USE_FRAME_POINTER;
1576 if (ctx->flags & IR_USE_FRAME_POINTER) {
1601 if (ctx->flags & IR_USE_FRAME_POINTER) {
1660 if (ctx->flags & IR_USE_FRAME_POINTER) {
1719 if (ctx->flags & IR_USE_FRAME_POINTER) {
1769 if (ctx->flags & IR_USE_FRAME_POINTER) {
4159 if (ctx->flags & IR_USE_FRAME_POINTER) {
4193 if (ctx->flags & IR_USE_FRAME_POINTER) {
[all …]
H A Dir_x86.dasc68 ((ctx->flags & IR_USE_FRAME_POINTER) ? \
2347 ctx->flags |= IR_USE_FRAME_POINTER;
3568 if (ctx->flags & IR_USE_FRAME_POINTER) {
3595 if (ctx->flags & IR_USE_FRAME_POINTER) {
3617 if (ctx->flags & IR_USE_FRAME_POINTER) {
3636 if (ctx->flags & IR_USE_FRAME_POINTER) {
7940 if (ctx->flags & IR_USE_FRAME_POINTER) {
7974 if (ctx->flags & IR_USE_FRAME_POINTER) {
8008 if (ctx->flags & IR_USE_FRAME_POINTER) {
9736 if (ctx->flags & IR_USE_FRAME_POINTER) {
[all …]
H A Dir.h520 #define IR_USE_FRAME_POINTER (1<<9) macro
H A Dir_ra.c2824 if (ctx->flags & IR_USE_FRAME_POINTER) { in ir_try_allocate_free_reg()
3058 if (ctx->flags & IR_USE_FRAME_POINTER) { in ir_allocate_blocked_reg()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c2677 jit->ctx.flags |= IR_USE_FRAME_POINTER; in zend_jit_init_ctx()
2811 …ctx->flags &= ~IR_USE_FRAME_POINTER; /* don't use FRAME_POINTER even with ALLOCA, TODO: cleanup th… in zend_jit_ir_compile()
16262 stack->reg = (jit->ctx.flags & IR_USE_FRAME_POINTER) ? IR_REG_FP : IR_REG_SP;

Completed in 93 milliseconds