Home
last modified time | relevance | path

Searched refs:tcg_op_remove (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/accel/tcg/
H A Dplugin-gen.c340 tcg_op_remove(tcg_ctx, op); in plugin_gen_inject()
367 tcg_op_remove(tcg_ctx, op); in plugin_gen_inject()
/openbmc/qemu/tcg/
H A Doptimize.c383 tcg_op_remove(ctx->tcg, op); in tcg_opt_gen_mov()
1348 tcg_op_remove(ctx->tcg, op); in fold_brcond()
1441 tcg_op_remove(ctx->tcg, op); in fold_brcond2()
1838 tcg_op_remove(ctx->tcg, op); in fold_mb()
2713 tcg_op_remove(ctx->tcg, op); in fold_tcg_st_memcopy()
H A Dtcg.c3169 void tcg_op_remove(TCGContext *s, TCGOp *op) in tcg_op_remove() function
3200 tcg_op_remove(s, last); in tcg_remove_ops_after()
3317 tcg_op_remove(s, op_prev); in reachable_code_pass()
3330 tcg_op_remove(s, op_prev); in reachable_code_pass()
3375 tcg_op_remove(s, op); in reachable_code_pass()
3840 tcg_op_remove(s, op); in liveness_pass_1()
4076 tcg_op_remove(s, op); in liveness_pass_2()
/openbmc/qemu/include/tcg/
H A Dtcg.h856 void tcg_op_remove(TCGContext *s, TCGOp *op);