Lines Matching refs:MUST_USE_RESULT
2792 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2793 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);
2794 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value,
2805 MUST_USE_RESULT LOperand* UseRegister(HValue* value);
2806 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
2809 MUST_USE_RESULT LOperand* UseTempRegister(HValue* value);
2812 MUST_USE_RESULT LOperand* Use(HValue* value);
2813 MUST_USE_RESULT LOperand* UseAtStart(HValue* value);
2816 MUST_USE_RESULT LOperand* UseOrConstant(HValue* value);
2817 MUST_USE_RESULT LOperand* UseOrConstantAtStart(HValue* value);
2820 MUST_USE_RESULT LOperand* UseFixedOrConstant(HValue* value,
2824 MUST_USE_RESULT LOperand* UseRegisterOrConstant(HValue* value);
2825 MUST_USE_RESULT LOperand* UseRegisterOrConstantAtStart(HValue* value);
2828 MUST_USE_RESULT LOperand* UseConstant(HValue* value);
2832 virtual MUST_USE_RESULT LOperand* UseAny(HValue* value) OVERRIDE;
2835 MUST_USE_RESULT LUnallocated* TempRegister();
2836 MUST_USE_RESULT LOperand* FixedTemp(Register reg);
2837 MUST_USE_RESULT LOperand* FixedTemp(XMMRegister reg);