Lines Matching refs:LInstruction

192   virtual Opcode opcode() const { return LInstruction::k##type; } \
195 static L##type* cast(LInstruction* instr) { \
207 class LInstruction: public ZoneObject {
209 LInstruction()
216 virtual ~LInstruction() { }
322 class LTemplateInstruction: public LInstruction {
357 static LGap* cast(LInstruction* instr) {
1462 virtual Opcode opcode() const { return LInstruction::kArithmeticD; }
1487 virtual Opcode opcode() const { return LInstruction::kArithmeticT; }
2748 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node);
2754 LInstruction* DoMathFloor(HUnaryMathOperation* instr);
2755 LInstruction* DoMathRound(HUnaryMathOperation* instr);
2756 LInstruction* DoMathAbs(HUnaryMathOperation* instr);
2757 LInstruction* DoMathLog(HUnaryMathOperation* instr);
2758 LInstruction* DoMathSin(HUnaryMathOperation* instr);
2759 LInstruction* DoMathCos(HUnaryMathOperation* instr);
2760 LInstruction* DoMathTan(HUnaryMathOperation* instr);
2761 LInstruction* DoMathExp(HUnaryMathOperation* instr);
2762 LInstruction* DoMathSqrt(HUnaryMathOperation* instr);
2763 LInstruction* DoMathPowHalf(HUnaryMathOperation* instr);
2837 LInstruction* Define(LTemplateInstruction<1, I, T>* instr,
2840 LInstruction* DefineAsRegister(LTemplateInstruction<1, I, T>* instr);
2842 LInstruction* DefineAsSpilled(LTemplateInstruction<1, I, T>* instr,
2845 LInstruction* DefineSameAsFirst(LTemplateInstruction<1, I, T>* instr);
2847 LInstruction* DefineFixed(LTemplateInstruction<1, I, T>* instr,
2850 LInstruction* DefineFixedDouble(LTemplateInstruction<1, I, T>* instr,
2853 LInstruction* DefineX87TOS(LTemplateInstruction<1, I, T>* instr);
2856 LInstruction* AssignEnvironment(LInstruction* instr);
2859 LInstruction* AssignPointerMap(LInstruction* instr);
2866 LInstruction* MarkAsCall(
2867 LInstruction* instr,
2878 LInstruction* DoShift(Token::Value op, HBitwiseBinaryOperation* instr);
2879 LInstruction* DoArithmeticD(Token::Value op,
2881 LInstruction* DoArithmeticT(Token::Value op,
2897 LInstruction* instruction_pending_deoptimization_environment_;