Lines Matching refs:LInstruction
24 void LInstruction::VerifyCall() { in LITHIUM_CONCRETE_INSTRUCTION_LIST()
138 void LInstruction::PrintTo(StringStream* stream) { in PrintTo()
157 void LInstruction::PrintDataTo(StringStream* stream) { in PrintDataTo()
170 void LInstruction::PrintOutputOperandTo(StringStream* stream) { in PrintOutputOperandTo()
409 LInstruction* LChunkBuilder::Define(LTemplateResultInstruction<1>* instr, in Define()
417 LInstruction* LChunkBuilder::DefineAsRegister( in DefineAsRegister()
424 LInstruction* LChunkBuilder::DefineAsSpilled( in DefineAsSpilled()
431 LInstruction* LChunkBuilder::DefineSameAsFirst( in DefineSameAsFirst()
438 LInstruction* LChunkBuilder::DefineFixed( in DefineFixed()
444 LInstruction* LChunkBuilder::DefineFixedDouble( in DefineFixedDouble()
450 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, in MarkAsCall()
477 LInstruction* LChunkBuilder::AssignPointerMap(LInstruction* instr) { in AssignPointerMap()
635 LInstruction* instr = NULL; in VisitInstruction()
646 LInstruction* dummy = in VisitInstruction()
673 void LChunkBuilder::AddInstruction(LInstruction* instr, in AddInstruction()
721 LInstruction* LChunkBuilder::AssignEnvironment(LInstruction* instr) { in AssignEnvironment()
727 LInstruction* LChunkBuilder::DoPrologue(HPrologue* instr) { in DoPrologue()
728 LInstruction* result = new (zone()) LPrologue(); in DoPrologue()
736 LInstruction* LChunkBuilder::DoAbnormalExit(HAbnormalExit* instr) { in DoAbnormalExit()
743 LInstruction* LChunkBuilder::DoArithmeticD(Token::Value op, in DoArithmeticD()
763 LInstruction* LChunkBuilder::DoArithmeticT(Token::Value op, in DoArithmeticT()
788 LInstruction* LChunkBuilder::DoAccessArgumentsAt(HAccessArgumentsAt* instr) { in DoAccessArgumentsAt()
808 LInstruction* LChunkBuilder::DoAdd(HAdd* instr) { in DoAdd()
813 LInstruction* shifted_operation = TryDoOpWithShiftedRightOperand(instr); in DoAdd()
821 LInstruction* result = instr->representation().IsSmi() ? in DoAdd()
843 LInstruction* LChunkBuilder::DoAllocate(HAllocate* instr) { in DoAllocate()
861 LInstruction* LChunkBuilder::DoApplyArguments(HApplyArguments* instr) { in DoApplyArguments()
874 LInstruction* LChunkBuilder::DoArgumentsElements(HArgumentsElements* instr) { in DoArgumentsElements()
881 LInstruction* LChunkBuilder::DoArgumentsLength(HArgumentsLength* instr) { in DoArgumentsLength()
888 LInstruction* LChunkBuilder::DoArgumentsObject(HArgumentsObject* instr) { in DoArgumentsObject()
897 LInstruction* LChunkBuilder::DoBitwise(HBitwise* instr) { in DoBitwise()
903 LInstruction* shifted_operation = TryDoOpWithShiftedRightOperand(instr); in DoBitwise()
920 LInstruction* LChunkBuilder::DoBlockEntry(HBlockEntry* instr) { in DoBlockEntry()
928 LInstruction* LChunkBuilder::DoBoundsCheck(HBoundsCheck* instr) { in DoBoundsCheck()
934 LInstruction* result = new(zone()) LBoundsCheck(index, length); in DoBoundsCheck()
942 LInstruction* LChunkBuilder::DoBranch(HBranch* instr) { in DoBranch()
981 LInstruction* LChunkBuilder::DoCallWithDescriptor( in DoCallWithDescriptor()
1012 LInstruction* LChunkBuilder::DoCallNewArray(HCallNewArray* instr) { in DoCallNewArray()
1021 LInstruction* LChunkBuilder::DoCallRuntime(HCallRuntime* instr) { in DoCallRuntime()
1027 LInstruction* LChunkBuilder::DoCapturedObject(HCapturedObject* instr) { in DoCapturedObject()
1035 LInstruction* LChunkBuilder::DoChange(HChange* instr) { in DoChange()
1050 LInstruction* result = in DoChange()
1070 LInstruction* result = in DoChange()
1111 LInstruction* result = DefineAsRegister(new(zone()) LSmiTag(value)); in DoChange()
1132 LInstruction* LChunkBuilder::DoCheckValue(HCheckValue* instr) { in DoCheckValue()
1138 LInstruction* LChunkBuilder::DoCheckArrayBufferNotNeutered( in DoCheckArrayBufferNotNeutered()
1147 LInstruction* LChunkBuilder::DoCheckInstanceType(HCheckInstanceType* instr) { in DoCheckInstanceType()
1150 LInstruction* result = new(zone()) LCheckInstanceType(value, temp); in DoCheckInstanceType()
1155 LInstruction* LChunkBuilder::DoCheckMaps(HCheckMaps* instr) { in DoCheckMaps()
1159 LInstruction* result = AssignEnvironment(new(zone()) LCheckMaps(value, temp)); in DoCheckMaps()
1168 LInstruction* LChunkBuilder::DoCheckHeapObject(HCheckHeapObject* instr) { in DoCheckHeapObject()
1170 LInstruction* result = new(zone()) LCheckNonSmi(value); in DoCheckHeapObject()
1178 LInstruction* LChunkBuilder::DoCheckSmi(HCheckSmi* instr) { in DoCheckSmi()
1184 LInstruction* LChunkBuilder::DoClampToUint8(HClampToUint8* instr) { in DoClampToUint8()
1201 LInstruction* LChunkBuilder::DoClassOfTestAndBranch( in DoClassOfTestAndBranch()
1211 LInstruction* LChunkBuilder::DoCompareNumericAndBranch( in DoCompareNumericAndBranch()
1236 LInstruction* LChunkBuilder::DoCompareGeneric(HCompareGeneric* instr) { in DoCompareGeneric()
1247 LInstruction* LChunkBuilder::DoCompareHoleAndBranch( in DoCompareHoleAndBranch()
1259 LInstruction* LChunkBuilder::DoCompareObjectEqAndBranch( in DoCompareObjectEqAndBranch()
1267 LInstruction* LChunkBuilder::DoCompareMap(HCompareMap* instr) { in DoCompareMap()
1275 LInstruction* LChunkBuilder::DoConstant(HConstant* instr) { in DoConstant()
1294 LInstruction* LChunkBuilder::DoContext(HContext* instr) { in DoContext()
1305 LInstruction* LChunkBuilder::DoDebugBreak(HDebugBreak* instr) { in DoDebugBreak()
1310 LInstruction* LChunkBuilder::DoDeclareGlobals(HDeclareGlobals* instr) { in DoDeclareGlobals()
1316 LInstruction* LChunkBuilder::DoDeoptimize(HDeoptimize* instr) { in DoDeoptimize()
1321 LInstruction* LChunkBuilder::DoDivByPowerOf2I(HDiv* instr) { in DoDivByPowerOf2I()
1327 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I( in DoDivByPowerOf2I()
1339 LInstruction* LChunkBuilder::DoDivByConstI(HDiv* instr) { in DoDivByConstI()
1347 LInstruction* result = DefineAsRegister(new(zone()) LDivByConstI( in DoDivByConstI()
1358 LInstruction* LChunkBuilder::DoDivI(HBinaryOperation* instr) { in DoDivI()
1366 LInstruction* result = in DoDivI()
1375 LInstruction* LChunkBuilder::DoDiv(HDiv* instr) { in DoDiv()
1392 LInstruction* LChunkBuilder::DoDummyUse(HDummyUse* instr) { in DoDummyUse()
1397 LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) { in DoEnterInlined()
1417 LInstruction* LChunkBuilder::DoEnvironmentMarker(HEnvironmentMarker* instr) { in DoEnvironmentMarker()
1423 LInstruction* LChunkBuilder::DoForceRepresentation( in DoForceRepresentation()
1432 LInstruction* LChunkBuilder::DoGetCachedArrayIndex( in DoGetCachedArrayIndex()
1440 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
1445 LInstruction* LChunkBuilder::DoHasCachedArrayIndexAndBranch( in DoHasCachedArrayIndexAndBranch()
1453 LInstruction* LChunkBuilder::DoHasInstanceTypeAndBranch( in DoHasInstanceTypeAndBranch()
1461 LInstruction* LChunkBuilder::DoInnerAllocatedObject( in DoInnerAllocatedObject()
1470 LInstruction* LChunkBuilder::DoHasInPrototypeChainAndBranch( in DoHasInPrototypeChainAndBranch()
1482 LInstruction* LChunkBuilder::DoInvokeFunction(HInvokeFunction* instr) { in DoInvokeFunction()
1494 LInstruction* LChunkBuilder::DoIsStringAndBranch(HIsStringAndBranch* instr) { in DoIsStringAndBranch()
1502 LInstruction* LChunkBuilder::DoIsSmiAndBranch(HIsSmiAndBranch* instr) { in DoIsSmiAndBranch()
1508 LInstruction* LChunkBuilder::DoIsUndetectableAndBranch( in DoIsUndetectableAndBranch()
1516 LInstruction* LChunkBuilder::DoLeaveInlined(HLeaveInlined* instr) { in DoLeaveInlined()
1517 LInstruction* pop = NULL; in DoLeaveInlined()
1534 LInstruction* LChunkBuilder::DoLoadContextSlot(HLoadContextSlot* instr) { in DoLoadContextSlot()
1536 LInstruction* result = in DoLoadContextSlot()
1545 LInstruction* LChunkBuilder::DoLoadFunctionPrototype( in DoLoadFunctionPrototype()
1554 LInstruction* LChunkBuilder::DoLoadGlobalGeneric(HLoadGlobalGeneric* instr) { in DoLoadGlobalGeneric()
1563 LInstruction* LChunkBuilder::DoLoadKeyed(HLoadKeyed* instr) { in DoLoadKeyed()
1575 LInstruction* result = DefineAsRegister( in DoLoadKeyed()
1585 LInstruction* result = in DoLoadKeyed()
1602 LInstruction* result = DefineAsRegister(new (zone()) LLoadKeyedExternal( in DoLoadKeyed()
1613 LInstruction* LChunkBuilder::DoLoadKeyedGeneric(HLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
1620 LInstruction* result = in DoLoadKeyedGeneric()
1627 LInstruction* LChunkBuilder::DoLoadNamedField(HLoadNamedField* instr) { in DoLoadNamedField()
1633 LInstruction* LChunkBuilder::DoLoadNamedGeneric(HLoadNamedGeneric* instr) { in DoLoadNamedGeneric()
1639 LInstruction* result = in DoLoadNamedGeneric()
1645 LInstruction* LChunkBuilder::DoLoadRoot(HLoadRoot* instr) { in DoLoadRoot()
1650 LInstruction* LChunkBuilder::DoFlooringDivByPowerOf2I(HMathFloorOfDiv* instr) { in DoFlooringDivByPowerOf2I()
1656 LInstruction* result = DefineAsRegister(new(zone()) LFlooringDivByPowerOf2I( in DoFlooringDivByPowerOf2I()
1666 LInstruction* LChunkBuilder::DoFlooringDivByConstI(HMathFloorOfDiv* instr) { in DoFlooringDivByConstI()
1676 LInstruction* result = DefineAsRegister( in DoFlooringDivByConstI()
1686 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { in DoFlooringDivI()
1690 LInstruction* result = in DoFlooringDivI()
1696 LInstruction* LChunkBuilder::DoMathFloorOfDiv(HMathFloorOfDiv* instr) { in DoMathFloorOfDiv()
1707 LInstruction* LChunkBuilder::DoMathMinMax(HMathMinMax* instr) { in DoMathMinMax()
1726 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { in DoModByPowerOf2I()
1732 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
1742 LInstruction* LChunkBuilder::DoModByConstI(HMod* instr) { in DoModByConstI()
1749 LInstruction* result = DefineAsRegister(new(zone()) LModByConstI( in DoModByConstI()
1758 LInstruction* LChunkBuilder::DoModI(HMod* instr) { in DoModI()
1764 LInstruction* result = DefineAsRegister(new(zone()) LModI(dividend, divisor)); in DoModI()
1773 LInstruction* LChunkBuilder::DoMod(HMod* instr) { in DoMod()
1790 LInstruction* LChunkBuilder::DoMul(HMul* instr) { in DoMul()
1822 LInstruction* result = in DoMul()
1837 LInstruction* result = instr->representation().IsSmi() in DoMul()
1852 LInstruction* LChunkBuilder::DoOsrEntry(HOsrEntry* instr) { in DoOsrEntry()
1860 LInstruction* LChunkBuilder::DoParameter(HParameter* instr) { in DoParameter()
1875 LInstruction* LChunkBuilder::DoPower(HPower* instr) { in DoPower()
1897 LInstruction* LChunkBuilder::DoPushArguments(HPushArguments* instr) { in DoPushArguments()
1915 LInstruction* LChunkBuilder::DoDoubleBits(HDoubleBits* instr) { in DoDoubleBits()
1922 LInstruction* LChunkBuilder::DoReturn(HReturn* instr) { in DoReturn()
1932 LInstruction* LChunkBuilder::DoSeqStringGetChar(HSeqStringGetChar* instr) { in DoSeqStringGetChar()
1942 LInstruction* LChunkBuilder::DoSeqStringSetChar(HSeqStringSetChar* instr) { in DoSeqStringSetChar()
2025 LInstruction* LChunkBuilder::TryDoOpWithShiftedRightOperand( in TryDoOpWithShiftedRightOperand()
2037 LInstruction* LChunkBuilder::DoShiftedBinaryOp( in DoShiftedBinaryOp()
2069 LInstruction* LChunkBuilder::DoShift(Token::Value op, in DoShift()
2097 LInstruction* result; in DoShift()
2109 LInstruction* LChunkBuilder::DoRor(HRor* instr) { in DoRor()
2114 LInstruction* LChunkBuilder::DoSar(HSar* instr) { in DoSar()
2119 LInstruction* LChunkBuilder::DoShl(HShl* instr) { in DoShl()
2124 LInstruction* LChunkBuilder::DoShr(HShr* instr) { in DoShr()
2129 LInstruction* LChunkBuilder::DoSimulate(HSimulate* instr) { in DoSimulate()
2135 LInstruction* LChunkBuilder::DoStackCheck(HStackCheck* instr) { in DoStackCheck()
2148 LInstruction* LChunkBuilder::DoStoreCodeEntry(HStoreCodeEntry* instr) { in DoStoreCodeEntry()
2156 LInstruction* LChunkBuilder::DoStoreContextSlot(HStoreContextSlot* instr) { in DoStoreContextSlot()
2169 LInstruction* result = new(zone()) LStoreContextSlot(context, value, temp); in DoStoreContextSlot()
2177 LInstruction* LChunkBuilder::DoStoreKeyed(HStoreKeyed* instr) { in DoStoreKeyed()
2219 LInstruction* LChunkBuilder::DoStoreKeyedGeneric(HStoreKeyedGeneric* instr) { in DoStoreKeyedGeneric()
2239 LInstruction* LChunkBuilder::DoStoreNamedField(HStoreNamedField* instr) { in DoStoreNamedField()
2268 LInstruction* LChunkBuilder::DoStoreNamedGeneric(HStoreNamedGeneric* instr) { in DoStoreNamedGeneric()
2283 LInstruction* LChunkBuilder::DoStringAdd(HStringAdd* instr) { in DoStringAdd()
2293 LInstruction* LChunkBuilder::DoStringCharCodeAt(HStringCharCodeAt* instr) { in DoStringCharCodeAt()
2303 LInstruction* LChunkBuilder::DoStringCharFromCode(HStringCharFromCode* instr) { in DoStringCharFromCode()
2312 LInstruction* LChunkBuilder::DoStringCompareAndBranch( in DoStringCompareAndBranch()
2325 LInstruction* LChunkBuilder::DoSub(HSub* instr) { in DoSub()
2330 LInstruction* shifted_operation = TryDoOpWithShiftedRightOperand(instr); in DoSub()
2343 LInstruction* result = instr->representation().IsSmi() ? in DoSub()
2358 LInstruction* LChunkBuilder::DoThisFunction(HThisFunction* instr) { in DoThisFunction()
2367 LInstruction* LChunkBuilder::DoTransitionElementsKind( in DoTransitionElementsKind()
2385 LInstruction* LChunkBuilder::DoTrapAllocationMemento( in DoTrapAllocationMemento()
2396 LInstruction* LChunkBuilder::DoMaybeGrowElements(HMaybeGrowElements* instr) { in DoMaybeGrowElements()
2411 LInstruction* LChunkBuilder::DoTypeof(HTypeof* instr) { in DoTypeof()
2419 LInstruction* LChunkBuilder::DoTypeofIsAndBranch(HTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
2430 LInstruction* LChunkBuilder::DoUnaryMathOperation(HUnaryMathOperation* instr) { in DoUnaryMathOperation()
2442 LInstruction* result = DefineAsRegister( in DoUnaryMathOperation()
2447 LInstruction* result = DefineAsRegister(new(zone()) LMathAbs(input)); in DoUnaryMathOperation()
2536 LInstruction* LChunkBuilder::DoUnknownOSRValue(HUnknownOSRValue* instr) { in DoUnknownOSRValue()
2555 LInstruction* LChunkBuilder::DoUseConst(HUseConst* instr) { in DoUseConst()
2560 LInstruction* LChunkBuilder::DoForInPrepareMap(HForInPrepareMap* instr) { in DoForInPrepareMap()
2570 LInstruction* LChunkBuilder::DoForInCacheArray(HForInCacheArray* instr) { in DoForInCacheArray()
2576 LInstruction* LChunkBuilder::DoCheckMapValue(HCheckMapValue* instr) { in DoCheckMapValue()
2584 LInstruction* LChunkBuilder::DoLoadFieldByIndex(HLoadFieldByIndex* instr) { in DoLoadFieldByIndex()
2588 LInstruction* result = DefineSameAsFirst(load); in DoLoadFieldByIndex()
2593 LInstruction* LChunkBuilder::DoWrapReceiver(HWrapReceiver* instr) { in DoWrapReceiver()