Home | History | Annotate | Download | only in mips

Lines Matching refs:HValue

245   void set_hydrogen_value(HValue* value) { hydrogen_value_ = value; }
246 HValue* hydrogen_value() const { return hydrogen_value_; }
283 HValue* hydrogen_value_;
2282 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2283 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);
2284 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value,
2295 MUST_USE_RESULT LOperand* UseRegister(HValue* value);
2296 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
2299 MUST_USE_RESULT LOperand* UseTempRegister(HValue* value);
2302 MUST_USE_RESULT LOperand* Use(HValue* value);
2303 MUST_USE_RESULT LOperand* UseAtStart(HValue* value);
2306 MUST_USE_RESULT LOperand* UseOrConstant(HValue* value);
2307 MUST_USE_RESULT LOperand* UseOrConstantAtStart(HValue* value);
2310 MUST_USE_RESULT LOperand* UseRegisterOrConstant(HValue* value);
2311 MUST_USE_RESULT LOperand* UseRegisterOrConstantAtStart(HValue* value);
2315 MUST_USE_RESULT LOperand* UseAny(HValue* value);