Home | History | Annotate | Download | only in x64

Lines Matching refs:HValue

247   void set_hydrogen_value(HValue* value) { hydrogen_value_ = value; }
248 HValue* hydrogen_value() const { return hydrogen_value_; }
285 HValue* hydrogen_value_;
2264 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2265 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);
2266 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value,
2277 MUST_USE_RESULT LOperand* UseRegister(HValue* value);
2278 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
2281 MUST_USE_RESULT LOperand* UseTempRegister(HValue* value);
2284 MUST_USE_RESULT LOperand* Use(HValue* value);
2285 MUST_USE_RESULT LOperand* UseAtStart(HValue* value);
2288 MUST_USE_RESULT LOperand* UseOrConstant(HValue* value);
2289 MUST_USE_RESULT LOperand* UseOrConstantAtStart(HValue* value);
2292 MUST_USE_RESULT LOperand* UseRegisterOrConstant(HValue* value);
2293 MUST_USE_RESULT LOperand* UseRegisterOrConstantAtStart(HValue* value);
2297 MUST_USE_RESULT LOperand* UseAny(HValue* value);