Lines Matching refs:MUST_USE_RESULT
2808 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2809 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);
2819 MUST_USE_RESULT LOperand* UseRegister(HValue* value);
2820 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
2823 MUST_USE_RESULT LOperand* UseTempRegister(HValue* value);
2826 MUST_USE_RESULT LOperand* Use(HValue* value);
2827 MUST_USE_RESULT LOperand* UseAtStart(HValue* value);
2830 MUST_USE_RESULT LOperand* UseOrConstant(HValue* value);
2831 MUST_USE_RESULT LOperand* UseOrConstantAtStart(HValue* value);
2834 MUST_USE_RESULT LOperand* UseFixedOrConstant(HValue* value,
2838 MUST_USE_RESULT LOperand* UseRegisterOrConstant(HValue* value);
2839 MUST_USE_RESULT LOperand* UseRegisterOrConstantAtStart(HValue* value);
2842 MUST_USE_RESULT LOperand* UseConstant(HValue* value);
2846 virtual MUST_USE_RESULT LOperand* UseAny(HValue* value) OVERRIDE;
2849 MUST_USE_RESULT LUnallocated* TempRegister();
2850 MUST_USE_RESULT LOperand* FixedTemp(Register reg);