Home | History | Annotate | Download | only in ia32

Lines Matching refs:HValue

242   void set_hydrogen_value(HValue* value) { hydrogen_value_ = value; }
243 HValue* hydrogen_value() const { return hydrogen_value_; }
280 HValue* hydrogen_value_;
2400 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2401 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);
2402 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value,
2413 MUST_USE_RESULT LOperand* UseRegister(HValue* value);
2414 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
2417 MUST_USE_RESULT LOperand* UseTempRegister(HValue* value);
2420 MUST_USE_RESULT LOperand* Use(HValue* value);
2421 MUST_USE_RESULT LOperand* UseAtStart(HValue* value);
2424 MUST_USE_RESULT LOperand* UseOrConstant(HValue* value);
2425 MUST_USE_RESULT LOperand* UseOrConstantAtStart(HValue* value);
2428 MUST_USE_RESULT LOperand* UseRegisterOrConstant(HValue* value);
2429 MUST_USE_RESULT LOperand* UseRegisterOrConstantAtStart(HValue* value);
2433 MUST_USE_RESULT LOperand* UseAny(HValue* value);