Lines Matching refs:MUST_USE_RESULT
2696 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2697 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);
2707 MUST_USE_RESULT LOperand* UseRegister(HValue* value);
2708 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
2711 MUST_USE_RESULT LOperand* UseTempRegister(HValue* value);
2714 MUST_USE_RESULT LOperand* Use(HValue* value);
2715 MUST_USE_RESULT LOperand* UseAtStart(HValue* value);
2718 MUST_USE_RESULT LOperand* UseOrConstant(HValue* value);
2719 MUST_USE_RESULT LOperand* UseOrConstantAtStart(HValue* value);
2722 MUST_USE_RESULT LOperand* UseFixedOrConstant(HValue* value,
2726 MUST_USE_RESULT LOperand* UseRegisterOrConstant(HValue* value);
2727 MUST_USE_RESULT LOperand* UseRegisterOrConstantAtStart(HValue* value);
2730 MUST_USE_RESULT LOperand* UseConstant(HValue* value);
2734 MUST_USE_RESULT LOperand* UseAny(HValue* value) override;
2737 MUST_USE_RESULT LUnallocated* TempRegister();
2738 MUST_USE_RESULT LOperand* FixedTemp(Register reg);