5#ifndef V8_WASM_BASELINE_LIFTOFF_VARSTATE_H_
6#define V8_WASM_BASELINE_LIFTOFF_VARSTATE_H_
constexpr DoubleRegister fp() const
constexpr bool is_gp() const
constexpr bool is_fp() const
constexpr RegClass reg_class() const
constexpr bool is_gp_pair() const
constexpr bool is_fp_pair() const
constexpr Register gp() const
WasmValue constant() const
bool is_fp_reg_pair() const
void MakeConstant(int32_t i32_const)
bool is_gp_reg_pair() const
LiftoffVarState(ValueKind kind, int offset)
RegClass reg_class() const
LiftoffVarState(ValueKind kind, LiftoffRegister r, int offset)
DoubleRegister fp_reg() const
LiftoffVarState(ValueKind kind, int32_t i32_const, int offset)
LiftoffRegister reg() const
int32_t i32_const() const
void MakeRegister(LiftoffRegister r)
void set_offset(int offset)
void Copy(LiftoffVarState src)
static constexpr RegClass reg_class_for(ValueKind kind)
std::ostream & operator<<(std::ostream &os, LiftoffVarState slot)
#define DCHECK_LE(v1, v2)
#define DCHECK(condition)
#define DCHECK_EQ(v1, v2)
#define ASSERT_TRIVIALLY_COPYABLE(T)