Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Doptimize.c48 typedef struct TempOptInfo { struct
56 } TempOptInfo; typedef
112 static inline TempOptInfo *ts_info(TCGTemp *ts) in ts_info()
117 static inline TempOptInfo *arg_info(TCGArg arg) in arg_info()
129 TempOptInfo *ti = ts_info(ts); in ts_is_const_val()
157 TempOptInfo *ti; in init_ts_info()
166 ti = tcg_malloc(sizeof(TempOptInfo)); in init_ts_info()
200 TempOptInfo *ti = ts_info(ts); in remove_mem_copy()
242 TempOptInfo *si = ts_info(src_ts); in move_mem_copies()
243 TempOptInfo *di = ts_info(dst_ts); in move_mem_copies()
[all …]