Lines Matching refs:LInstruction
27 void LInstruction::VerifyCall() { in LITHIUM_CONCRETE_INSTRUCTION_LIST()
48 bool LInstruction::HasDoubleRegisterResult() { in HasDoubleRegisterResult()
53 bool LInstruction::HasDoubleRegisterInput() { in HasDoubleRegisterInput()
64 void LInstruction::PrintTo(StringStream* stream) { in PrintTo()
83 void LInstruction::PrintDataTo(StringStream* stream) { in PrintDataTo()
96 void LInstruction::PrintOutputOperandTo(StringStream* stream) { in PrintOutputOperandTo()
548 LInstruction* LChunkBuilder::Define(LTemplateResultInstruction<1>* instr, in Define()
556 LInstruction* LChunkBuilder::DefineAsRegister( in DefineAsRegister()
563 LInstruction* LChunkBuilder::DefineAsSpilled( in DefineAsSpilled()
571 LInstruction* LChunkBuilder::DefineSameAsFirst( in DefineSameAsFirst()
578 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr, in DefineFixed()
584 LInstruction* LChunkBuilder::DefineFixedDouble( in DefineFixedDouble()
591 LInstruction* LChunkBuilder::AssignEnvironment(LInstruction* instr) { in AssignEnvironment()
597 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, in MarkAsCall()
625 LInstruction* LChunkBuilder::AssignPointerMap(LInstruction* instr) { in AssignPointerMap()
659 LInstruction* LChunkBuilder::DoBlockEntry(HBlockEntry* instr) { in DoBlockEntry()
664 LInstruction* LChunkBuilder::DoDummyUse(HDummyUse* instr) { in DoDummyUse()
669 LInstruction* LChunkBuilder::DoEnvironmentMarker(HEnvironmentMarker* instr) { in DoEnvironmentMarker()
675 LInstruction* LChunkBuilder::DoDeoptimize(HDeoptimize* instr) { in DoDeoptimize()
680 LInstruction* LChunkBuilder::DoShift(Token::Value op, in DoShift()
710 LInstruction* result = in DoShift()
719 LInstruction* LChunkBuilder::DoArithmeticD(Token::Value op, in DoArithmeticD()
739 LInstruction* LChunkBuilder::DoArithmeticT(Token::Value op, in DoArithmeticT()
825 LInstruction* instr = NULL; in VisitInstruction()
836 LInstruction* dummy = in VisitInstruction()
863 void LChunkBuilder::AddInstruction(LInstruction* instr, in AddInstruction()
911 LInstruction* LChunkBuilder::DoPrologue(HPrologue* instr) { in DoPrologue()
912 LInstruction* result = new (zone()) LPrologue(); in DoPrologue()
920 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
925 LInstruction* LChunkBuilder::DoBranch(HBranch* instr) { in DoBranch()
935 LInstruction* branch = new(zone()) LBranch(UseRegister(value), temp); in DoBranch()
945 LInstruction* LChunkBuilder::DoDebugBreak(HDebugBreak* instr) { in DoDebugBreak()
950 LInstruction* LChunkBuilder::DoCompareMap(HCompareMap* instr) { in DoCompareMap()
957 LInstruction* LChunkBuilder::DoArgumentsLength(HArgumentsLength* length) { in DoArgumentsLength()
963 LInstruction* LChunkBuilder::DoArgumentsElements(HArgumentsElements* elems) { in DoArgumentsElements()
969 LInstruction* LChunkBuilder::DoHasInPrototypeChainAndBranch( in DoHasInPrototypeChainAndBranch()
980 LInstruction* LChunkBuilder::DoWrapReceiver(HWrapReceiver* instr) { in DoWrapReceiver()
990 LInstruction* LChunkBuilder::DoApplyArguments(HApplyArguments* instr) { in DoApplyArguments()
1003 LInstruction* LChunkBuilder::DoPushArguments(HPushArguments* instr) { in DoPushArguments()
1013 LInstruction* LChunkBuilder::DoStoreCodeEntry( in DoStoreCodeEntry()
1021 LInstruction* LChunkBuilder::DoInnerAllocatedObject( in DoInnerAllocatedObject()
1030 LInstruction* LChunkBuilder::DoThisFunction(HThisFunction* instr) { in DoThisFunction()
1037 LInstruction* LChunkBuilder::DoContext(HContext* instr) { in DoContext()
1048 LInstruction* LChunkBuilder::DoDeclareGlobals(HDeclareGlobals* instr) { in DoDeclareGlobals()
1054 LInstruction* LChunkBuilder::DoCallWithDescriptor( in DoCallWithDescriptor()
1083 LInstruction* LChunkBuilder::DoInvokeFunction(HInvokeFunction* instr) { in DoInvokeFunction()
1094 LInstruction* LChunkBuilder::DoUnaryMathOperation(HUnaryMathOperation* instr) { in DoUnaryMathOperation()
1124 LInstruction* LChunkBuilder::DoMathFloor(HUnaryMathOperation* instr) { in DoMathFloor()
1137 LInstruction* LChunkBuilder::DoMathRound(HUnaryMathOperation* instr) { in DoMathRound()
1151 LInstruction* LChunkBuilder::DoMathFround(HUnaryMathOperation* instr) { in DoMathFround()
1158 LInstruction* LChunkBuilder::DoMathAbs(HUnaryMathOperation* instr) { in DoMathAbs()
1161 LInstruction* result = in DoMathAbs()
1170 LInstruction* LChunkBuilder::DoMathLog(HUnaryMathOperation* instr) { in DoMathLog()
1178 LInstruction* LChunkBuilder::DoMathClz32(HUnaryMathOperation* instr) { in DoMathClz32()
1184 LInstruction* LChunkBuilder::DoMathCos(HUnaryMathOperation* instr) { in DoMathCos()
1191 LInstruction* LChunkBuilder::DoMathSin(HUnaryMathOperation* instr) { in DoMathSin()
1198 LInstruction* LChunkBuilder::DoMathExp(HUnaryMathOperation* instr) { in DoMathExp()
1206 LInstruction* LChunkBuilder::DoMathSqrt(HUnaryMathOperation* instr) { in DoMathSqrt()
1212 LInstruction* LChunkBuilder::DoMathPowHalf(HUnaryMathOperation* instr) { in DoMathPowHalf()
1220 LInstruction* LChunkBuilder::DoCallNewArray(HCallNewArray* instr) { in DoCallNewArray()
1228 LInstruction* LChunkBuilder::DoCallRuntime(HCallRuntime* instr) { in DoCallRuntime()
1234 LInstruction* LChunkBuilder::DoRor(HRor* instr) { in DoRor()
1239 LInstruction* LChunkBuilder::DoShr(HShr* instr) { in DoShr()
1244 LInstruction* LChunkBuilder::DoSar(HSar* instr) { in DoSar()
1249 LInstruction* LChunkBuilder::DoShl(HShl* instr) { in DoShl()
1254 LInstruction* LChunkBuilder::DoBitwise(HBitwise* instr) { in DoBitwise()
1269 LInstruction* LChunkBuilder::DoDivByPowerOf2I(HDiv* instr) { in DoDivByPowerOf2I()
1275 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I( in DoDivByPowerOf2I()
1287 LInstruction* LChunkBuilder::DoDivByConstI(HDiv* instr) { in DoDivByConstI()
1295 LInstruction* result = DefineFixed(new(zone()) LDivByConstI( in DoDivByConstI()
1306 LInstruction* LChunkBuilder::DoDivI(HDiv* instr) { in DoDivI()
1313 LInstruction* result = DefineFixed(new(zone()) LDivI( in DoDivI()
1325 LInstruction* LChunkBuilder::DoDiv(HDiv* instr) { in DoDiv()
1342 LInstruction* LChunkBuilder::DoFlooringDivByPowerOf2I(HMathFloorOfDiv* instr) { in DoFlooringDivByPowerOf2I()
1345 LInstruction* result = DefineSameAsFirst(new(zone()) LFlooringDivByPowerOf2I( in DoFlooringDivByPowerOf2I()
1355 LInstruction* LChunkBuilder::DoFlooringDivByConstI(HMathFloorOfDiv* instr) { in DoFlooringDivByConstI()
1367 LInstruction* result = in DoFlooringDivByConstI()
1382 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { in DoFlooringDivI()
1389 LInstruction* result = DefineFixed(new(zone()) LFlooringDivI( in DoFlooringDivI()
1400 LInstruction* LChunkBuilder::DoMathFloorOfDiv(HMathFloorOfDiv* instr) { in DoMathFloorOfDiv()
1411 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { in DoModByPowerOf2I()
1417 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
1427 LInstruction* LChunkBuilder::DoModByConstI(HMod* instr) { in DoModByConstI()
1435 LInstruction* result = DefineFixed(new(zone()) LModByConstI( in DoModByConstI()
1444 LInstruction* LChunkBuilder::DoModI(HMod* instr) { in DoModI()
1451 LInstruction* result = DefineFixed(new(zone()) LModI( in DoModI()
1461 LInstruction* LChunkBuilder::DoMod(HMod* instr) { in DoMod()
1478 LInstruction* LChunkBuilder::DoMul(HMul* instr) { in DoMul()
1510 LInstruction* LChunkBuilder::DoSub(HSub* instr) { in DoSub()
1517 LInstruction* result = DefineSameAsFirst(sub); in DoSub()
1530 LInstruction* LChunkBuilder::DoAdd(HAdd* instr) { in DoAdd()
1546 LInstruction* result = use_lea in DoAdd()
1565 LInstruction* result = use_lea in DoAdd()
1575 LInstruction* LChunkBuilder::DoMathMinMax(HMathMinMax* instr) { in DoMathMinMax()
1595 LInstruction* LChunkBuilder::DoPower(HPower* instr) { in DoPower()
1612 LInstruction* LChunkBuilder::DoCompareGeneric(HCompareGeneric* instr) { in DoCompareGeneric()
1623 LInstruction* LChunkBuilder::DoCompareNumericAndBranch( in DoCompareNumericAndBranch()
1653 LInstruction* LChunkBuilder::DoCompareObjectEqAndBranch( in DoCompareObjectEqAndBranch()
1661 LInstruction* LChunkBuilder::DoCompareHoleAndBranch( in DoCompareHoleAndBranch()
1668 LInstruction* LChunkBuilder::DoIsStringAndBranch(HIsStringAndBranch* instr) { in DoIsStringAndBranch()
1675 LInstruction* LChunkBuilder::DoIsSmiAndBranch(HIsSmiAndBranch* instr) { in DoIsSmiAndBranch()
1681 LInstruction* LChunkBuilder::DoIsUndetectableAndBranch( in DoIsUndetectableAndBranch()
1689 LInstruction* LChunkBuilder::DoStringCompareAndBranch( in DoStringCompareAndBranch()
1704 LInstruction* LChunkBuilder::DoHasInstanceTypeAndBranch( in DoHasInstanceTypeAndBranch()
1713 LInstruction* LChunkBuilder::DoGetCachedArrayIndex( in DoGetCachedArrayIndex()
1722 LInstruction* LChunkBuilder::DoHasCachedArrayIndexAndBranch( in DoHasCachedArrayIndexAndBranch()
1730 LInstruction* LChunkBuilder::DoClassOfTestAndBranch( in DoClassOfTestAndBranch()
1739 LInstruction* LChunkBuilder::DoSeqStringGetChar(HSeqStringGetChar* instr) { in DoSeqStringGetChar()
1763 LInstruction* LChunkBuilder::DoSeqStringSetChar(HSeqStringSetChar* instr) { in DoSeqStringSetChar()
1770 LInstruction* result = new(zone()) LSeqStringSetChar(context, string, in DoSeqStringSetChar()
1779 LInstruction* LChunkBuilder::DoBoundsCheck(HBoundsCheck* instr) { in DoBoundsCheck()
1785 LInstruction* result = new(zone()) LBoundsCheck(index, length); in DoBoundsCheck()
1793 LInstruction* LChunkBuilder::DoAbnormalExit(HAbnormalExit* instr) { in DoAbnormalExit()
1800 LInstruction* LChunkBuilder::DoUseConst(HUseConst* instr) { in DoUseConst()
1805 LInstruction* LChunkBuilder::DoForceRepresentation(HForceRepresentation* bad) { in DoForceRepresentation()
1813 LInstruction* LChunkBuilder::DoChange(HChange* instr) { in DoChange()
1828 LInstruction* result = in DoChange()
1847 LInstruction* result = in DoChange()
1871 LInstruction* result = in DoChange()
1893 LInstruction* result = DefineSameAsFirst(new(zone()) LSmiTag(value)); in DoChange()
1912 LInstruction* LChunkBuilder::DoCheckHeapObject(HCheckHeapObject* instr) { in DoCheckHeapObject()
1914 LInstruction* result = new(zone()) LCheckNonSmi(value); in DoCheckHeapObject()
1922 LInstruction* LChunkBuilder::DoCheckSmi(HCheckSmi* instr) { in DoCheckSmi()
1928 LInstruction* LChunkBuilder::DoCheckArrayBufferNotNeutered( in DoCheckArrayBufferNotNeutered()
1938 LInstruction* LChunkBuilder::DoCheckInstanceType(HCheckInstanceType* instr) { in DoCheckInstanceType()
1946 LInstruction* LChunkBuilder::DoCheckValue(HCheckValue* instr) { in DoCheckValue()
1957 LInstruction* LChunkBuilder::DoCheckMaps(HCheckMaps* instr) { in DoCheckMaps()
1960 LInstruction* result = AssignEnvironment(new(zone()) LCheckMaps(value)); in DoCheckMaps()
1969 LInstruction* LChunkBuilder::DoClampToUint8(HClampToUint8* instr) { in DoClampToUint8()
1990 LInstruction* LChunkBuilder::DoDoubleBits(HDoubleBits* instr) { in DoDoubleBits()
1997 LInstruction* LChunkBuilder::DoReturn(HReturn* instr) { in DoReturn()
2005 LInstruction* LChunkBuilder::DoConstant(HConstant* instr) { in DoConstant()
2026 LInstruction* LChunkBuilder::DoLoadGlobalGeneric(HLoadGlobalGeneric* instr) { in DoLoadGlobalGeneric()
2035 LInstruction* LChunkBuilder::DoLoadContextSlot(HLoadContextSlot* instr) { in DoLoadContextSlot()
2037 LInstruction* result = in DoLoadContextSlot()
2046 LInstruction* LChunkBuilder::DoStoreContextSlot(HStoreContextSlot* instr) { in DoStoreContextSlot()
2057 LInstruction* result = new(zone()) LStoreContextSlot(context, value, temp); in DoStoreContextSlot()
2065 LInstruction* LChunkBuilder::DoLoadNamedField(HLoadNamedField* instr) { in DoLoadNamedField()
2074 LInstruction* LChunkBuilder::DoLoadNamedGeneric(HLoadNamedGeneric* instr) { in DoLoadNamedGeneric()
2085 LInstruction* LChunkBuilder::DoLoadFunctionPrototype( in DoLoadFunctionPrototype()
2093 LInstruction* LChunkBuilder::DoLoadRoot(HLoadRoot* instr) { in DoLoadRoot()
2098 LInstruction* LChunkBuilder::DoLoadKeyed(HLoadKeyed* instr) { in DoLoadKeyed()
2106 LInstruction* result = NULL; in DoLoadKeyed()
2143 LInstruction* LChunkBuilder::DoLoadKeyedGeneric(HLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
2171 LInstruction* LChunkBuilder::DoStoreKeyed(HStoreKeyed* instr) { in DoStoreKeyed()
2221 LInstruction* LChunkBuilder::DoStoreKeyedGeneric(HStoreKeyedGeneric* instr) { in DoStoreKeyedGeneric()
2241 LInstruction* LChunkBuilder::DoTransitionElementsKind( in DoTransitionElementsKind()
2261 LInstruction* LChunkBuilder::DoTrapAllocationMemento( in DoTrapAllocationMemento()
2271 LInstruction* LChunkBuilder::DoMaybeGrowElements(HMaybeGrowElements* instr) { in DoMaybeGrowElements()
2286 LInstruction* LChunkBuilder::DoStoreNamedField(HStoreNamedField* instr) { in DoStoreNamedField()
2342 LInstruction* LChunkBuilder::DoStoreNamedGeneric(HStoreNamedGeneric* instr) { in DoStoreNamedGeneric()
2356 LInstruction* LChunkBuilder::DoStringAdd(HStringAdd* instr) { in DoStringAdd()
2365 LInstruction* LChunkBuilder::DoStringCharCodeAt(HStringCharCodeAt* instr) { in DoStringCharCodeAt()
2375 LInstruction* LChunkBuilder::DoStringCharFromCode(HStringCharFromCode* instr) { in DoStringCharFromCode()
2384 LInstruction* LChunkBuilder::DoAllocate(HAllocate* instr) { in DoAllocate()
2401 LInstruction* LChunkBuilder::DoOsrEntry(HOsrEntry* instr) { in DoOsrEntry()
2409 LInstruction* LChunkBuilder::DoParameter(HParameter* instr) { in DoParameter()
2424 LInstruction* LChunkBuilder::DoUnknownOSRValue(HUnknownOSRValue* instr) { in DoUnknownOSRValue()
2443 LInstruction* LChunkBuilder::DoArgumentsObject(HArgumentsObject* instr) { in DoArgumentsObject()
2452 LInstruction* LChunkBuilder::DoCapturedObject(HCapturedObject* instr) { in DoCapturedObject()
2460 LInstruction* LChunkBuilder::DoAccessArgumentsAt(HAccessArgumentsAt* instr) { in DoAccessArgumentsAt()
2476 LInstruction* LChunkBuilder::DoTypeof(HTypeof* instr) { in DoTypeof()
2484 LInstruction* LChunkBuilder::DoTypeofIsAndBranch(HTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
2489 LInstruction* LChunkBuilder::DoSimulate(HSimulate* instr) { in DoSimulate()
2495 LInstruction* LChunkBuilder::DoStackCheck(HStackCheck* instr) { in DoStackCheck()
2509 LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) { in DoEnterInlined()
2528 LInstruction* LChunkBuilder::DoLeaveInlined(HLeaveInlined* instr) { in DoLeaveInlined()
2529 LInstruction* pop = NULL; in DoLeaveInlined()
2546 LInstruction* LChunkBuilder::DoForInPrepareMap(HForInPrepareMap* instr) { in DoForInPrepareMap()
2554 LInstruction* LChunkBuilder::DoForInCacheArray(HForInCacheArray* instr) { in DoForInCacheArray()
2561 LInstruction* LChunkBuilder::DoCheckMapValue(HCheckMapValue* instr) { in DoCheckMapValue()
2568 LInstruction* LChunkBuilder::DoLoadFieldByIndex(HLoadFieldByIndex* instr) { in DoLoadFieldByIndex()
2572 LInstruction* result = DefineSameAsFirst(load); in DoLoadFieldByIndex()