Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Doptimize.c41 typedef struct TempOptInfo { struct
48 } TempOptInfo; argument
63 static inline TempOptInfo *ts_info(TCGTemp *ts) in ts_info()
68 static inline TempOptInfo *arg_info(TCGArg arg) in arg_info()
73 static inline bool ti_is_const(TempOptInfo *ti) in ti_is_const()
79 static inline uint64_t ti_const_val(TempOptInfo *ti) in ti_const_val()
85 static inline bool ti_is_const_val(TempOptInfo *ti, uint64_t val) in ti_is_const_val()
129 TempOptInfo *ti; in init_ts_info()
138 ti = tcg_malloc(sizeof(TempOptInfo)); in init_ts_info()
171 TempOptInfo *ti = ts_info(ts); in remove_mem_copy()
[all …]