Lines Matching refs:instr
173 static L##type* cast(LInstruction* instr) { \
174 ASSERT(instr->Is##type()); \
175 return reinterpret_cast<L##type*>(instr); \
332 static LGap* cast(LInstruction* instr) {
333 ASSERT(instr->IsGap());
334 return reinterpret_cast<LGap*>(instr);
2743 LInstruction* DoMathFloor(HUnaryMathOperation* instr);
2744 LInstruction* DoMathRound(HUnaryMathOperation* instr);
2745 LInstruction* DoMathAbs(HUnaryMathOperation* instr);
2746 LInstruction* DoMathLog(HUnaryMathOperation* instr);
2747 LInstruction* DoMathExp(HUnaryMathOperation* instr);
2748 LInstruction* DoMathSqrt(HUnaryMathOperation* instr);
2749 LInstruction* DoMathPowHalf(HUnaryMathOperation* instr);
2750 LInstruction* DoMathClz32(HUnaryMathOperation* instr);
2751 LInstruction* DoDivByPowerOf2I(HDiv* instr);
2752 LInstruction* DoDivByConstI(HDiv* instr);
2753 LInstruction* DoDivI(HDiv* instr);
2754 LInstruction* DoModByPowerOf2I(HMod* instr);
2755 LInstruction* DoModByConstI(HMod* instr);
2756 LInstruction* DoModI(HMod* instr);
2757 LInstruction* DoFlooringDivByPowerOf2I(HMathFloorOfDiv* instr);
2758 LInstruction* DoFlooringDivByConstI(HMathFloorOfDiv* instr);
2759 LInstruction* DoFlooringDivI(HMathFloorOfDiv* instr);
2831 LInstruction* Define(LTemplateResultInstruction<1>* instr,
2833 LInstruction* DefineAsRegister(LTemplateResultInstruction<1>* instr);
2834 LInstruction* DefineAsSpilled(LTemplateResultInstruction<1>* instr,
2836 LInstruction* DefineSameAsFirst(LTemplateResultInstruction<1>* instr);
2837 LInstruction* DefineFixed(LTemplateResultInstruction<1>* instr,
2839 LInstruction* DefineX87TOS(LTemplateResultInstruction<1>* instr);
2842 LInstruction* AssignEnvironment(LInstruction* instr);
2845 LInstruction* AssignPointerMap(LInstruction* instr);
2849 LOperand* GetSeqStringSetCharOperand(HSeqStringSetChar* instr);
2855 LInstruction* instr,
2860 void AddInstruction(LInstruction* instr
2863 LInstruction* DoShift(Token::Value op, HBitwiseBinaryOperation* instr);
2865 HArithmeticBinaryOperation* instr);
2867 HBinaryOperation* instr);
2869 LOperand* GetStoreKeyedValueOperand(HStoreKeyed* instr);