Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_emit.c91 bool ir_is_fastcall(const ir_ctx *ctx, const ir_insn *insn) in ir_is_fastcall() function
114 bool ir_is_fastcall(const ir_ctx *ctx, const ir_insn *insn) in ir_is_fastcall() function
214 if (sizeof(void*) == 4 && ir_is_fastcall(ctx, insn)) { in ir_get_args_regs()
H A Dir_private.h1373 bool ir_is_fastcall(const ir_ctx *ctx, const ir_insn *insn);
H A Dir_x86.dasc8459 if (sizeof(void*) == 4 && ir_is_fastcall(ctx, insn)) {
8528 if (sizeof(void*) == 4 && ir_is_fastcall(ctx, insn)) {
8539 && !ir_is_fastcall(ctx, insn) /* fast call functions restore stack pointer */
8554 && !ir_is_fastcall(ctx, insn) /* fast call functions restore stack pointer */
8824 if (ir_is_fastcall(ctx, insn)) {
10137 && !ir_is_fastcall(ctx, insn) /* fast call functions restore stack pointer */

Completed in 34 milliseconds