• Home
  • Raw
  • Download

Lines Matching refs:LInstruction

24 void LInstruction::VerifyCall() {  in LITHIUM_CONCRETE_INSTRUCTION_LIST()
45 void LInstruction::PrintTo(StringStream* stream) { in PrintTo()
64 void LInstruction::PrintDataTo(StringStream* stream) { in PrintDataTo()
77 void LInstruction::PrintOutputOperandTo(StringStream* stream) { in PrintOutputOperandTo()
164 LInstruction* LChunkBuilder::DoDebugBreak(HDebugBreak* instr) { in DoDebugBreak()
533 LInstruction* LChunkBuilder::Define(LTemplateResultInstruction<1>* instr, in Define()
541 LInstruction* LChunkBuilder::DefineAsRegister( in DefineAsRegister()
548 LInstruction* LChunkBuilder::DefineAsSpilled( in DefineAsSpilled()
555 LInstruction* LChunkBuilder::DefineSameAsFirst( in DefineSameAsFirst()
562 LInstruction* LChunkBuilder::DefineFixed( in DefineFixed()
568 LInstruction* LChunkBuilder::DefineFixedDouble( in DefineFixedDouble()
574 LInstruction* LChunkBuilder::AssignEnvironment(LInstruction* instr) { in AssignEnvironment()
585 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, in MarkAsCall()
612 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()
714 LInstruction* result = in DoShift()
723 LInstruction* LChunkBuilder::DoArithmeticD(Token::Value op, in DoArithmeticD()
745 LInstruction* LChunkBuilder::DoArithmeticT(Token::Value op, in DoArithmeticT()
831 LInstruction* instr = NULL; in VisitInstruction()
842 LInstruction* dummy = in VisitInstruction()
869 void LChunkBuilder::AddInstruction(LInstruction* instr, in AddInstruction()
915 LInstruction* instruction_needing_environment = NULL; in AddInstruction()
922 LInstruction* bailout = AssignEnvironment(new(zone()) LLazyBailout()); in AddInstruction()
935 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
940 LInstruction* LChunkBuilder::DoBranch(HBranch* instr) { in DoBranch()
949 LInstruction* branch = new(zone()) LBranch(UseRegister(value)); in DoBranch()
959 LInstruction* LChunkBuilder::DoCompareMap(HCompareMap* instr) { in DoCompareMap()
967 LInstruction* LChunkBuilder::DoArgumentsLength(HArgumentsLength* length) { in DoArgumentsLength()
974 LInstruction* LChunkBuilder::DoArgumentsElements(HArgumentsElements* elems) { in DoArgumentsElements()
980 LInstruction* LChunkBuilder::DoInstanceOf(HInstanceOf* instr) { in DoInstanceOf()
989 LInstruction* LChunkBuilder::DoInstanceOfKnownGlobal( in DoInstanceOfKnownGlobal()
1000 LInstruction* LChunkBuilder::DoWrapReceiver(HWrapReceiver* instr) { in DoWrapReceiver()
1008 LInstruction* LChunkBuilder::DoApplyArguments(HApplyArguments* instr) { in DoApplyArguments()
1021 LInstruction* LChunkBuilder::DoPushArguments(HPushArguments* instr) { in DoPushArguments()
1031 LInstruction* LChunkBuilder::DoStoreCodeEntry( in DoStoreCodeEntry()
1039 LInstruction* LChunkBuilder::DoInnerAllocatedObject( in DoInnerAllocatedObject()
1048 LInstruction* LChunkBuilder::DoThisFunction(HThisFunction* instr) { in DoThisFunction()
1055 LInstruction* LChunkBuilder::DoContext(HContext* instr) { in DoContext()
1066 LInstruction* LChunkBuilder::DoDeclareGlobals(HDeclareGlobals* instr) { in DoDeclareGlobals()
1072 LInstruction* LChunkBuilder::DoCallJSFunction( in DoCallJSFunction()
1082 LInstruction* LChunkBuilder::DoCallWithDescriptor( in DoCallWithDescriptor()
1101 LInstruction* LChunkBuilder::DoTailCallThroughMegamorphicCache( in DoTailCallThroughMegamorphicCache()
1114 LInstruction* LChunkBuilder::DoInvokeFunction(HInvokeFunction* instr) { in DoInvokeFunction()
1122 LInstruction* LChunkBuilder::DoUnaryMathOperation(HUnaryMathOperation* instr) { in DoUnaryMathOperation()
1149 LInstruction* LChunkBuilder::DoMathLog(HUnaryMathOperation* instr) { in DoMathLog()
1157 LInstruction* LChunkBuilder::DoMathClz32(HUnaryMathOperation* instr) { in DoMathClz32()
1164 LInstruction* LChunkBuilder::DoMathExp(HUnaryMathOperation* instr) { in DoMathExp()
1176 LInstruction* LChunkBuilder::DoMathPowHalf(HUnaryMathOperation* instr) { in DoMathPowHalf()
1185 LInstruction* LChunkBuilder::DoMathFround(HUnaryMathOperation* instr) { in DoMathFround()
1192 LInstruction* LChunkBuilder::DoMathAbs(HUnaryMathOperation* instr) { in DoMathAbs()
1198 LInstruction* result = in DoMathAbs()
1206 LInstruction* LChunkBuilder::DoMathFloor(HUnaryMathOperation* instr) { in DoMathFloor()
1214 LInstruction* LChunkBuilder::DoMathSqrt(HUnaryMathOperation* instr) { in DoMathSqrt()
1221 LInstruction* LChunkBuilder::DoMathRound(HUnaryMathOperation* instr) { in DoMathRound()
1229 LInstruction* LChunkBuilder::DoCallNew(HCallNew* instr) { in DoCallNew()
1237 LInstruction* LChunkBuilder::DoCallNewArray(HCallNewArray* instr) { in DoCallNewArray()
1245 LInstruction* LChunkBuilder::DoCallFunction(HCallFunction* instr) { in DoCallFunction()
1253 LInstruction* LChunkBuilder::DoCallRuntime(HCallRuntime* instr) { in DoCallRuntime()
1259 LInstruction* LChunkBuilder::DoRor(HRor* instr) { in DoRor()
1264 LInstruction* LChunkBuilder::DoShr(HShr* instr) { in DoShr()
1269 LInstruction* LChunkBuilder::DoSar(HSar* instr) { in DoSar()
1274 LInstruction* LChunkBuilder::DoShl(HShl* instr) { in DoShl()
1279 LInstruction* LChunkBuilder::DoBitwise(HBitwise* instr) { in DoBitwise()
1294 LInstruction* LChunkBuilder::DoDivByPowerOf2I(HDiv* instr) { in DoDivByPowerOf2I()
1300 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I( in DoDivByPowerOf2I()
1312 LInstruction* LChunkBuilder::DoDivByConstI(HDiv* instr) { in DoDivByConstI()
1318 LInstruction* result = DefineAsRegister(new(zone()) LDivByConstI( in DoDivByConstI()
1329 LInstruction* LChunkBuilder::DoDivI(HDiv* instr) { in DoDivI()
1336 LInstruction* result = in DoDivI()
1350 LInstruction* LChunkBuilder::DoDiv(HDiv* instr) { in DoDiv()
1367 LInstruction* LChunkBuilder::DoFlooringDivByPowerOf2I(HMathFloorOfDiv* instr) { in DoFlooringDivByPowerOf2I()
1370 LInstruction* result = DefineAsRegister(new(zone()) LFlooringDivByPowerOf2I( in DoFlooringDivByPowerOf2I()
1380 LInstruction* LChunkBuilder::DoFlooringDivByConstI(HMathFloorOfDiv* instr) { in DoFlooringDivByConstI()
1390 LInstruction* result = DefineAsRegister( in DoFlooringDivByConstI()
1400 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { in DoFlooringDivI()
1411 LInstruction* LChunkBuilder::DoMathFloorOfDiv(HMathFloorOfDiv* instr) { in DoMathFloorOfDiv()
1422 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { in DoModByPowerOf2I()
1428 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
1438 LInstruction* LChunkBuilder::DoModByConstI(HMod* instr) { in DoModByConstI()
1444 LInstruction* result = DefineAsRegister(new(zone()) LModByConstI( in DoModByConstI()
1453 LInstruction* LChunkBuilder::DoModI(HMod* instr) { in DoModI()
1459 LInstruction* result = DefineAsRegister(new(zone()) LModI( in DoModI()
1469 LInstruction* LChunkBuilder::DoMod(HMod* instr) { in DoMod()
1480 LInstruction* LChunkBuilder::DoMul(HMul* instr) { in DoMul()
1544 LInstruction* LChunkBuilder::DoSub(HSub* instr) { in DoSub()
1551 LInstruction* result = DefineAsRegister(sub); in DoSub()
1564 LInstruction* LChunkBuilder::DoMultiplyAdd(HMul* mul, HValue* addend) { in DoMultiplyAdd()
1573 LInstruction* LChunkBuilder::DoAdd(HAdd* instr) { in DoAdd()
1580 LInstruction* result = DefineAsRegister(add); in DoAdd()
1592 LInstruction* result = DefineAsRegister(add); in DoAdd()
1611 LInstruction* LChunkBuilder::DoMathMinMax(HMathMinMax* instr) { in DoMathMinMax()
1630 LInstruction* LChunkBuilder::DoPower(HPower* instr) { in DoPower()
1648 LInstruction* LChunkBuilder::DoCompareGeneric(HCompareGeneric* instr) { in DoCompareGeneric()
1659 LInstruction* LChunkBuilder::DoCompareNumericAndBranch( in DoCompareNumericAndBranch()
1679 LInstruction* LChunkBuilder::DoCompareObjectEqAndBranch( in DoCompareObjectEqAndBranch()
1687 LInstruction* LChunkBuilder::DoCompareHoleAndBranch( in DoCompareHoleAndBranch()
1694 LInstruction* LChunkBuilder::DoCompareMinusZeroAndBranch( in DoCompareMinusZeroAndBranch()
1702 LInstruction* LChunkBuilder::DoIsObjectAndBranch(HIsObjectAndBranch* instr) { in DoIsObjectAndBranch()
1710 LInstruction* LChunkBuilder::DoIsStringAndBranch(HIsStringAndBranch* instr) { in DoIsStringAndBranch()
1718 LInstruction* LChunkBuilder::DoIsSmiAndBranch(HIsSmiAndBranch* instr) { in DoIsSmiAndBranch()
1724 LInstruction* LChunkBuilder::DoIsUndetectableAndBranch( in DoIsUndetectableAndBranch()
1732 LInstruction* LChunkBuilder::DoStringCompareAndBranch( in DoStringCompareAndBranch()
1745 LInstruction* LChunkBuilder::DoHasInstanceTypeAndBranch( in DoHasInstanceTypeAndBranch()
1753 LInstruction* LChunkBuilder::DoGetCachedArrayIndex( in DoGetCachedArrayIndex()
1762 LInstruction* LChunkBuilder::DoHasCachedArrayIndexAndBranch( in DoHasCachedArrayIndexAndBranch()
1770 LInstruction* LChunkBuilder::DoClassOfTestAndBranch( in DoClassOfTestAndBranch()
1778 LInstruction* LChunkBuilder::DoMapEnumLength(HMapEnumLength* instr) { in DoMapEnumLength()
1784 LInstruction* LChunkBuilder::DoDateField(HDateField* instr) { in DoDateField()
1792 LInstruction* LChunkBuilder::DoSeqStringGetChar(HSeqStringGetChar* instr) { in DoSeqStringGetChar()
1799 LInstruction* LChunkBuilder::DoSeqStringSetChar(HSeqStringSetChar* instr) { in DoSeqStringSetChar()
1810 LInstruction* LChunkBuilder::DoBoundsCheck(HBoundsCheck* instr) { in DoBoundsCheck()
1816 LInstruction* result = new(zone()) LBoundsCheck(index, length); in DoBoundsCheck()
1824 LInstruction* LChunkBuilder::DoBoundsCheckBaseIndexInformation( in DoBoundsCheckBaseIndexInformation()
1831 LInstruction* LChunkBuilder::DoAbnormalExit(HAbnormalExit* instr) { in DoAbnormalExit()
1838 LInstruction* LChunkBuilder::DoUseConst(HUseConst* instr) { in DoUseConst()
1843 LInstruction* LChunkBuilder::DoForceRepresentation(HForceRepresentation* bad) { in DoForceRepresentation()
1851 LInstruction* LChunkBuilder::DoChange(HChange* instr) { in DoChange()
1865 LInstruction* result = DefineAsRegister(new(zone()) LNumberUntagD(value)); in DoChange()
1883 LInstruction* result = in DoChange()
1905 LInstruction* result = DefineAsRegister(new(zone()) LDoubleToI(value)); in DoChange()
1930 LInstruction* result = DefineAsRegister(new(zone()) LSmiTag(value)); in DoChange()
1949 LInstruction* LChunkBuilder::DoCheckHeapObject(HCheckHeapObject* instr) { in DoCheckHeapObject()
1951 LInstruction* result = new(zone()) LCheckNonSmi(value); in DoCheckHeapObject()
1959 LInstruction* LChunkBuilder::DoCheckSmi(HCheckSmi* instr) { in DoCheckSmi()
1965 LInstruction* LChunkBuilder::DoCheckInstanceType(HCheckInstanceType* instr) { in DoCheckInstanceType()
1967 LInstruction* result = new(zone()) LCheckInstanceType(value); in DoCheckInstanceType()
1972 LInstruction* LChunkBuilder::DoCheckValue(HCheckValue* instr) { in DoCheckValue()
1978 LInstruction* LChunkBuilder::DoCheckMaps(HCheckMaps* instr) { in DoCheckMaps()
1981 LInstruction* result = AssignEnvironment(new(zone()) LCheckMaps(value)); in DoCheckMaps()
1990 LInstruction* LChunkBuilder::DoClampToUint8(HClampToUint8* instr) { in DoClampToUint8()
2009 LInstruction* LChunkBuilder::DoDoubleBits(HDoubleBits* instr) { in DoDoubleBits()
2016 LInstruction* LChunkBuilder::DoConstructDouble(HConstructDouble* instr) { in DoConstructDouble()
2023 LInstruction* LChunkBuilder::DoReturn(HReturn* instr) { in DoReturn()
2033 LInstruction* LChunkBuilder::DoConstant(HConstant* instr) { in DoConstant()
2052 LInstruction* LChunkBuilder::DoLoadGlobalCell(HLoadGlobalCell* instr) { in DoLoadGlobalCell()
2060 LInstruction* LChunkBuilder::DoLoadGlobalGeneric(HLoadGlobalGeneric* instr) { in DoLoadGlobalGeneric()
2074 LInstruction* LChunkBuilder::DoStoreGlobalCell(HStoreGlobalCell* instr) { in DoStoreGlobalCell()
2084 LInstruction* LChunkBuilder::DoLoadContextSlot(HLoadContextSlot* instr) { in DoLoadContextSlot()
2086 LInstruction* result = in DoLoadContextSlot()
2095 LInstruction* LChunkBuilder::DoStoreContextSlot(HStoreContextSlot* instr) { in DoStoreContextSlot()
2105 LInstruction* result = new(zone()) LStoreContextSlot(context, value); in DoStoreContextSlot()
2113 LInstruction* LChunkBuilder::DoLoadNamedField(HLoadNamedField* instr) { in DoLoadNamedField()
2119 LInstruction* LChunkBuilder::DoLoadNamedGeneric(HLoadNamedGeneric* instr) { in DoLoadNamedGeneric()
2128 LInstruction* result = in DoLoadNamedGeneric()
2134 LInstruction* LChunkBuilder::DoLoadFunctionPrototype( in DoLoadFunctionPrototype()
2141 LInstruction* LChunkBuilder::DoLoadRoot(HLoadRoot* instr) { in DoLoadRoot()
2146 LInstruction* LChunkBuilder::DoLoadKeyed(HLoadKeyed* instr) { in DoLoadKeyed()
2150 LInstruction* result = NULL; in DoLoadKeyed()
2185 LInstruction* LChunkBuilder::DoLoadKeyedGeneric(HLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
2195 LInstruction* result = in DoLoadKeyedGeneric()
2202 LInstruction* LChunkBuilder::DoStoreKeyed(HStoreKeyed* instr) { in DoStoreKeyed()
2246 LInstruction* LChunkBuilder::DoStoreKeyedGeneric(HStoreKeyedGeneric* instr) { in DoStoreKeyedGeneric()
2262 LInstruction* LChunkBuilder::DoTransitionElementsKind( in DoTransitionElementsKind()
2280 LInstruction* LChunkBuilder::DoTrapAllocationMemento( in DoTrapAllocationMemento()
2290 LInstruction* LChunkBuilder::DoStoreNamedField(HStoreNamedField* instr) { in DoStoreNamedField()
2323 LInstruction* LChunkBuilder::DoStoreNamedGeneric(HStoreNamedGeneric* instr) { in DoStoreNamedGeneric()
2329 LInstruction* result = new(zone()) LStoreNamedGeneric(context, obj, val); in DoStoreNamedGeneric()
2334 LInstruction* LChunkBuilder::DoStringAdd(HStringAdd* instr) { in DoStringAdd()
2344 LInstruction* LChunkBuilder::DoStringCharCodeAt(HStringCharCodeAt* instr) { in DoStringCharCodeAt()
2354 LInstruction* LChunkBuilder::DoStringCharFromCode(HStringCharFromCode* instr) { in DoStringCharFromCode()
2363 LInstruction* LChunkBuilder::DoAllocate(HAllocate* instr) { in DoAllocate()
2374 LInstruction* LChunkBuilder::DoRegExpLiteral(HRegExpLiteral* instr) { in DoRegExpLiteral()
2381 LInstruction* LChunkBuilder::DoFunctionLiteral(HFunctionLiteral* instr) { in DoFunctionLiteral()
2388 LInstruction* LChunkBuilder::DoOsrEntry(HOsrEntry* instr) { in DoOsrEntry()
2396 LInstruction* LChunkBuilder::DoParameter(HParameter* instr) { in DoParameter()
2412 LInstruction* LChunkBuilder::DoUnknownOSRValue(HUnknownOSRValue* instr) { in DoUnknownOSRValue()
2430 LInstruction* LChunkBuilder::DoCallStub(HCallStub* instr) { in DoCallStub()
2436 LInstruction* LChunkBuilder::DoArgumentsObject(HArgumentsObject* instr) { in DoArgumentsObject()
2445 LInstruction* LChunkBuilder::DoCapturedObject(HCapturedObject* instr) { in DoCapturedObject()
2453 LInstruction* LChunkBuilder::DoAccessArgumentsAt(HAccessArgumentsAt* instr) { in DoAccessArgumentsAt()
2462 LInstruction* LChunkBuilder::DoToFastProperties(HToFastProperties* instr) { in DoToFastProperties()
2469 LInstruction* LChunkBuilder::DoTypeof(HTypeof* instr) { in DoTypeof()
2476 LInstruction* LChunkBuilder::DoTypeofIsAndBranch(HTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
2481 LInstruction* LChunkBuilder::DoIsConstructCallAndBranch( in DoIsConstructCallAndBranch()
2487 LInstruction* LChunkBuilder::DoSimulate(HSimulate* instr) { in DoSimulate()
2493 LInstruction* LChunkBuilder::DoStackCheck(HStackCheck* instr) { in DoStackCheck()
2506 LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) { in DoEnterInlined()
2527 LInstruction* LChunkBuilder::DoLeaveInlined(HLeaveInlined* instr) { in DoLeaveInlined()
2528 LInstruction* pop = NULL; in DoLeaveInlined()
2546 LInstruction* LChunkBuilder::DoForInPrepareMap(HForInPrepareMap* instr) { in DoForInPrepareMap()
2554 LInstruction* LChunkBuilder::DoForInCacheArray(HForInCacheArray* instr) { in DoForInCacheArray()
2560 LInstruction* LChunkBuilder::DoCheckMapValue(HCheckMapValue* instr) { in DoCheckMapValue()
2567 LInstruction* LChunkBuilder::DoLoadFieldByIndex(HLoadFieldByIndex* instr) { in DoLoadFieldByIndex()
2571 LInstruction* result = DefineSameAsFirst(load); in DoLoadFieldByIndex()
2577 LInstruction* LChunkBuilder::DoStoreFrameContext(HStoreFrameContext* instr) { in DoStoreFrameContext()
2583 LInstruction* LChunkBuilder::DoAllocateBlockContext( in DoAllocateBlockContext()