Lines Matching refs:LInstruction
26 void LInstruction::VerifyCall() { in LITHIUM_CONCRETE_INSTRUCTION_LIST()
47 void LInstruction::PrintTo(StringStream* stream) { in PrintTo()
66 void LInstruction::PrintDataTo(StringStream* stream) { in PrintDataTo()
79 void LInstruction::PrintOutputOperandTo(StringStream* stream) { in PrintOutputOperandTo()
166 LInstruction* LChunkBuilder::DoDebugBreak(HDebugBreak* instr) { in DoDebugBreak()
513 LInstruction* LChunkBuilder::Define(LTemplateResultInstruction<1>* instr, in Define()
521 LInstruction* LChunkBuilder::DefineAsRegister( in DefineAsRegister()
528 LInstruction* LChunkBuilder::DefineAsSpilled( in DefineAsSpilled()
535 LInstruction* LChunkBuilder::DefineSameAsFirst( in DefineSameAsFirst()
542 LInstruction* LChunkBuilder::DefineFixed( in DefineFixed()
548 LInstruction* LChunkBuilder::DefineFixedDouble( in DefineFixedDouble()
554 LInstruction* LChunkBuilder::AssignEnvironment(LInstruction* instr) { in AssignEnvironment()
560 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, in MarkAsCall()
587 LInstruction* LChunkBuilder::AssignPointerMap(LInstruction* instr) { in AssignPointerMap()
634 LInstruction* LChunkBuilder::DoBlockEntry(HBlockEntry* instr) { in DoBlockEntry()
639 LInstruction* LChunkBuilder::DoDummyUse(HDummyUse* instr) { in DoDummyUse()
644 LInstruction* LChunkBuilder::DoEnvironmentMarker(HEnvironmentMarker* instr) { in DoEnvironmentMarker()
650 LInstruction* LChunkBuilder::DoDeoptimize(HDeoptimize* instr) { in DoDeoptimize()
655 LInstruction* LChunkBuilder::DoShift(Token::Value op, in DoShift()
685 LInstruction* result = in DoShift()
694 LInstruction* LChunkBuilder::DoArithmeticD(Token::Value op, in DoArithmeticD()
716 LInstruction* LChunkBuilder::DoArithmeticT(Token::Value op, in DoArithmeticT()
802 LInstruction* instr = NULL; in VisitInstruction()
813 LInstruction* dummy = in VisitInstruction()
840 void LChunkBuilder::AddInstruction(LInstruction* instr, in AddInstruction()
888 LInstruction* LChunkBuilder::DoPrologue(HPrologue* instr) { in DoPrologue()
889 LInstruction* result = new (zone()) LPrologue(); in DoPrologue()
897 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
902 LInstruction* LChunkBuilder::DoBranch(HBranch* instr) { in DoBranch()
911 LInstruction* branch = new(zone()) LBranch(UseRegister(value)); in DoBranch()
921 LInstruction* LChunkBuilder::DoCompareMap(HCompareMap* instr) { in DoCompareMap()
929 LInstruction* LChunkBuilder::DoArgumentsLength(HArgumentsLength* length) { in DoArgumentsLength()
936 LInstruction* LChunkBuilder::DoArgumentsElements(HArgumentsElements* elems) { in DoArgumentsElements()
942 LInstruction* LChunkBuilder::DoHasInPrototypeChainAndBranch( in DoHasInPrototypeChainAndBranch()
952 LInstruction* LChunkBuilder::DoWrapReceiver(HWrapReceiver* instr) { in DoWrapReceiver()
960 LInstruction* LChunkBuilder::DoApplyArguments(HApplyArguments* instr) { in DoApplyArguments()
973 LInstruction* LChunkBuilder::DoPushArguments(HPushArguments* instr) { in DoPushArguments()
983 LInstruction* LChunkBuilder::DoStoreCodeEntry( in DoStoreCodeEntry()
991 LInstruction* LChunkBuilder::DoInnerAllocatedObject( in DoInnerAllocatedObject()
1000 LInstruction* LChunkBuilder::DoThisFunction(HThisFunction* instr) { in DoThisFunction()
1007 LInstruction* LChunkBuilder::DoContext(HContext* instr) { in DoContext()
1018 LInstruction* LChunkBuilder::DoDeclareGlobals(HDeclareGlobals* instr) { in DoDeclareGlobals()
1024 LInstruction* LChunkBuilder::DoCallWithDescriptor( in DoCallWithDescriptor()
1054 LInstruction* LChunkBuilder::DoInvokeFunction(HInvokeFunction* instr) { in DoInvokeFunction()
1065 LInstruction* LChunkBuilder::DoUnaryMathOperation(HUnaryMathOperation* instr) { in DoUnaryMathOperation()
1096 LInstruction* LChunkBuilder::DoMathLog(HUnaryMathOperation* instr) { in DoMathLog()
1104 LInstruction* LChunkBuilder::DoMathClz32(HUnaryMathOperation* instr) { in DoMathClz32()
1110 LInstruction* LChunkBuilder::DoMathCos(HUnaryMathOperation* instr) { in DoMathCos()
1117 LInstruction* LChunkBuilder::DoMathSin(HUnaryMathOperation* instr) { in DoMathSin()
1124 LInstruction* LChunkBuilder::DoMathExp(HUnaryMathOperation* instr) { in DoMathExp()
1132 LInstruction* LChunkBuilder::DoMathPowHalf(HUnaryMathOperation* instr) { in DoMathPowHalf()
1141 LInstruction* LChunkBuilder::DoMathFround(HUnaryMathOperation* instr) { in DoMathFround()
1148 LInstruction* LChunkBuilder::DoMathAbs(HUnaryMathOperation* instr) { in DoMathAbs()
1154 LInstruction* result = in DoMathAbs()
1162 LInstruction* LChunkBuilder::DoMathFloor(HUnaryMathOperation* instr) { in DoMathFloor()
1170 LInstruction* LChunkBuilder::DoMathSqrt(HUnaryMathOperation* instr) { in DoMathSqrt()
1177 LInstruction* LChunkBuilder::DoMathRound(HUnaryMathOperation* instr) { in DoMathRound()
1185 LInstruction* LChunkBuilder::DoCallNewArray(HCallNewArray* instr) { in DoCallNewArray()
1193 LInstruction* LChunkBuilder::DoCallRuntime(HCallRuntime* instr) { in DoCallRuntime()
1199 LInstruction* LChunkBuilder::DoRor(HRor* instr) { in DoRor()
1204 LInstruction* LChunkBuilder::DoShr(HShr* instr) { in DoShr()
1209 LInstruction* LChunkBuilder::DoSar(HSar* instr) { in DoSar()
1214 LInstruction* LChunkBuilder::DoShl(HShl* instr) { in DoShl()
1219 LInstruction* LChunkBuilder::DoBitwise(HBitwise* instr) { in DoBitwise()
1234 LInstruction* LChunkBuilder::DoDivByPowerOf2I(HDiv* instr) { in DoDivByPowerOf2I()
1240 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I( in DoDivByPowerOf2I()
1252 LInstruction* LChunkBuilder::DoDivByConstI(HDiv* instr) { in DoDivByConstI()
1258 LInstruction* result = DefineAsRegister(new(zone()) LDivByConstI( in DoDivByConstI()
1269 LInstruction* LChunkBuilder::DoDivI(HDiv* instr) { in DoDivI()
1277 LInstruction* result = in DoDivI()
1291 LInstruction* LChunkBuilder::DoDiv(HDiv* instr) { in DoDiv()
1308 LInstruction* LChunkBuilder::DoFlooringDivByPowerOf2I(HMathFloorOfDiv* instr) { in DoFlooringDivByPowerOf2I()
1311 LInstruction* result = DefineAsRegister(new(zone()) LFlooringDivByPowerOf2I( in DoFlooringDivByPowerOf2I()
1321 LInstruction* LChunkBuilder::DoFlooringDivByConstI(HMathFloorOfDiv* instr) { in DoFlooringDivByConstI()
1331 LInstruction* result = DefineAsRegister( in DoFlooringDivByConstI()
1341 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { in DoFlooringDivI()
1347 LInstruction* result = in DoFlooringDivI()
1358 LInstruction* LChunkBuilder::DoMathFloorOfDiv(HMathFloorOfDiv* instr) { in DoMathFloorOfDiv()
1369 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { in DoModByPowerOf2I()
1375 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
1385 LInstruction* LChunkBuilder::DoModByConstI(HMod* instr) { in DoModByConstI()
1391 LInstruction* result = DefineAsRegister(new(zone()) LModByConstI( in DoModByConstI()
1400 LInstruction* LChunkBuilder::DoModI(HMod* instr) { in DoModI()
1406 LInstruction* result = DefineAsRegister(new(zone()) LModI( in DoModI()
1416 LInstruction* LChunkBuilder::DoMod(HMod* instr) { in DoMod()
1427 LInstruction* LChunkBuilder::DoMul(HMul* instr) { in DoMul()
1463 LInstruction* result = in DoMul()
1498 LInstruction* LChunkBuilder::DoSub(HSub* instr) { in DoSub()
1504 LInstruction* result = in DoSub()
1520 LInstruction* LChunkBuilder::DoMultiplyAdd(HMul* mul, HValue* addend) { in DoMultiplyAdd()
1529 LInstruction* LChunkBuilder::DoAdd(HAdd* instr) { in DoAdd()
1535 LInstruction* result = in DoAdd()
1566 LInstruction* LChunkBuilder::DoMathMinMax(HMathMinMax* instr) { in DoMathMinMax()
1585 LInstruction* LChunkBuilder::DoPower(HPower* instr) { in DoPower()
1603 LInstruction* LChunkBuilder::DoCompareGeneric(HCompareGeneric* instr) { in DoCompareGeneric()
1614 LInstruction* LChunkBuilder::DoCompareNumericAndBranch( in DoCompareNumericAndBranch()
1634 LInstruction* LChunkBuilder::DoCompareObjectEqAndBranch( in DoCompareObjectEqAndBranch()
1642 LInstruction* LChunkBuilder::DoCompareHoleAndBranch( in DoCompareHoleAndBranch()
1649 LInstruction* LChunkBuilder::DoIsStringAndBranch(HIsStringAndBranch* instr) { in DoIsStringAndBranch()
1657 LInstruction* LChunkBuilder::DoIsSmiAndBranch(HIsSmiAndBranch* instr) { in DoIsSmiAndBranch()
1663 LInstruction* LChunkBuilder::DoIsUndetectableAndBranch( in DoIsUndetectableAndBranch()
1671 LInstruction* LChunkBuilder::DoStringCompareAndBranch( in DoStringCompareAndBranch()
1684 LInstruction* LChunkBuilder::DoHasInstanceTypeAndBranch( in DoHasInstanceTypeAndBranch()
1692 LInstruction* LChunkBuilder::DoGetCachedArrayIndex( in DoGetCachedArrayIndex()
1701 LInstruction* LChunkBuilder::DoHasCachedArrayIndexAndBranch( in DoHasCachedArrayIndexAndBranch()
1709 LInstruction* LChunkBuilder::DoClassOfTestAndBranch( in DoClassOfTestAndBranch()
1717 LInstruction* LChunkBuilder::DoSeqStringGetChar(HSeqStringGetChar* instr) { in DoSeqStringGetChar()
1724 LInstruction* LChunkBuilder::DoSeqStringSetChar(HSeqStringSetChar* instr) { in DoSeqStringSetChar()
1735 LInstruction* LChunkBuilder::DoBoundsCheck(HBoundsCheck* instr) { in DoBoundsCheck()
1741 LInstruction* result = new(zone()) LBoundsCheck(index, length); in DoBoundsCheck()
1749 LInstruction* LChunkBuilder::DoAbnormalExit(HAbnormalExit* instr) { in DoAbnormalExit()
1756 LInstruction* LChunkBuilder::DoUseConst(HUseConst* instr) { in DoUseConst()
1761 LInstruction* LChunkBuilder::DoForceRepresentation(HForceRepresentation* bad) { in DoForceRepresentation()
1769 LInstruction* LChunkBuilder::DoChange(HChange* instr) { in DoChange()
1783 LInstruction* result = DefineAsRegister(new(zone()) LNumberUntagD(value)); in DoChange()
1801 LInstruction* result = in DoChange()
1824 LInstruction* result = DefineAsRegister(new(zone()) LDoubleToI(value)); in DoChange()
1845 LInstruction* result = DefineAsRegister(new(zone()) LSmiTag(value)); in DoChange()
1864 LInstruction* LChunkBuilder::DoCheckHeapObject(HCheckHeapObject* instr) { in DoCheckHeapObject()
1866 LInstruction* result = new(zone()) LCheckNonSmi(value); in DoCheckHeapObject()
1874 LInstruction* LChunkBuilder::DoCheckSmi(HCheckSmi* instr) { in DoCheckSmi()
1880 LInstruction* LChunkBuilder::DoCheckArrayBufferNotNeutered( in DoCheckArrayBufferNotNeutered()
1889 LInstruction* LChunkBuilder::DoCheckInstanceType(HCheckInstanceType* instr) { in DoCheckInstanceType()
1891 LInstruction* result = new(zone()) LCheckInstanceType(value); in DoCheckInstanceType()
1896 LInstruction* LChunkBuilder::DoCheckValue(HCheckValue* instr) { in DoCheckValue()
1902 LInstruction* LChunkBuilder::DoCheckMaps(HCheckMaps* instr) { in DoCheckMaps()
1905 LInstruction* result = AssignEnvironment(new(zone()) LCheckMaps(value)); in DoCheckMaps()
1914 LInstruction* LChunkBuilder::DoClampToUint8(HClampToUint8* instr) { in DoClampToUint8()
1933 LInstruction* LChunkBuilder::DoDoubleBits(HDoubleBits* instr) { in DoDoubleBits()
1940 LInstruction* LChunkBuilder::DoReturn(HReturn* instr) { in DoReturn()
1950 LInstruction* LChunkBuilder::DoConstant(HConstant* instr) { in DoConstant()
1969 LInstruction* LChunkBuilder::DoLoadGlobalGeneric(HLoadGlobalGeneric* instr) { in DoLoadGlobalGeneric()
1978 LInstruction* LChunkBuilder::DoLoadContextSlot(HLoadContextSlot* instr) { in DoLoadContextSlot()
1980 LInstruction* result = in DoLoadContextSlot()
1989 LInstruction* LChunkBuilder::DoStoreContextSlot(HStoreContextSlot* instr) { in DoStoreContextSlot()
1999 LInstruction* result = new(zone()) LStoreContextSlot(context, value); in DoStoreContextSlot()
2007 LInstruction* LChunkBuilder::DoLoadNamedField(HLoadNamedField* instr) { in DoLoadNamedField()
2013 LInstruction* LChunkBuilder::DoLoadNamedGeneric(HLoadNamedGeneric* instr) { in DoLoadNamedGeneric()
2019 LInstruction* result = in DoLoadNamedGeneric()
2025 LInstruction* LChunkBuilder::DoLoadFunctionPrototype( in DoLoadFunctionPrototype()
2032 LInstruction* LChunkBuilder::DoLoadRoot(HLoadRoot* instr) { in DoLoadRoot()
2037 LInstruction* LChunkBuilder::DoLoadKeyed(HLoadKeyed* instr) { in DoLoadKeyed()
2041 LInstruction* result = NULL; in DoLoadKeyed()
2085 LInstruction* LChunkBuilder::DoLoadKeyedGeneric(HLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
2092 LInstruction* result = in DoLoadKeyedGeneric()
2099 LInstruction* LChunkBuilder::DoStoreKeyed(HStoreKeyed* instr) { in DoStoreKeyed()
2142 LInstruction* LChunkBuilder::DoStoreKeyedGeneric(HStoreKeyedGeneric* instr) { in DoStoreKeyedGeneric()
2162 LInstruction* LChunkBuilder::DoTransitionElementsKind( in DoTransitionElementsKind()
2180 LInstruction* LChunkBuilder::DoTrapAllocationMemento( in DoTrapAllocationMemento()
2190 LInstruction* LChunkBuilder::DoMaybeGrowElements(HMaybeGrowElements* instr) { in DoMaybeGrowElements()
2205 LInstruction* LChunkBuilder::DoStoreNamedField(HStoreNamedField* instr) { in DoStoreNamedField()
2238 LInstruction* LChunkBuilder::DoStoreNamedGeneric(HStoreNamedGeneric* instr) { in DoStoreNamedGeneric()
2252 LInstruction* LChunkBuilder::DoStringAdd(HStringAdd* instr) { in DoStringAdd()
2262 LInstruction* LChunkBuilder::DoStringCharCodeAt(HStringCharCodeAt* instr) { in DoStringCharCodeAt()
2272 LInstruction* LChunkBuilder::DoStringCharFromCode(HStringCharFromCode* instr) { in DoStringCharFromCode()
2281 LInstruction* LChunkBuilder::DoAllocate(HAllocate* instr) { in DoAllocate()
2297 LInstruction* LChunkBuilder::DoOsrEntry(HOsrEntry* instr) { in DoOsrEntry()
2305 LInstruction* LChunkBuilder::DoParameter(HParameter* instr) { in DoParameter()
2320 LInstruction* LChunkBuilder::DoUnknownOSRValue(HUnknownOSRValue* instr) { in DoUnknownOSRValue()
2339 LInstruction* LChunkBuilder::DoArgumentsObject(HArgumentsObject* instr) { in DoArgumentsObject()
2348 LInstruction* LChunkBuilder::DoCapturedObject(HCapturedObject* instr) { in DoCapturedObject()
2356 LInstruction* LChunkBuilder::DoAccessArgumentsAt(HAccessArgumentsAt* instr) { in DoAccessArgumentsAt()
2365 LInstruction* LChunkBuilder::DoTypeof(HTypeof* instr) { in DoTypeof()
2373 LInstruction* LChunkBuilder::DoTypeofIsAndBranch(HTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
2378 LInstruction* LChunkBuilder::DoSimulate(HSimulate* instr) { in DoSimulate()
2384 LInstruction* LChunkBuilder::DoStackCheck(HStackCheck* instr) { in DoStackCheck()
2397 LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) { in DoEnterInlined()
2416 LInstruction* LChunkBuilder::DoLeaveInlined(HLeaveInlined* instr) { in DoLeaveInlined()
2417 LInstruction* pop = NULL; in DoLeaveInlined()
2435 LInstruction* LChunkBuilder::DoForInPrepareMap(HForInPrepareMap* instr) { in DoForInPrepareMap()
2443 LInstruction* LChunkBuilder::DoForInCacheArray(HForInCacheArray* instr) { in DoForInCacheArray()
2449 LInstruction* LChunkBuilder::DoCheckMapValue(HCheckMapValue* instr) { in DoCheckMapValue()
2456 LInstruction* LChunkBuilder::DoLoadFieldByIndex(HLoadFieldByIndex* instr) { in DoLoadFieldByIndex()
2460 LInstruction* result = DefineSameAsFirst(load); in DoLoadFieldByIndex()