Lines Matching refs:LChunkBuilder
426 LPlatformChunk* LChunkBuilder::Build() { in Build()
452 LUnallocated* LChunkBuilder::ToUnallocated(Register reg) { in ToUnallocated()
458 LUnallocated* LChunkBuilder::ToUnallocated(XMMRegister reg) { in ToUnallocated()
464 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) { in UseFixed()
469 LOperand* LChunkBuilder::UseFixedDouble(HValue* value, XMMRegister reg) { in UseFixedDouble()
474 LOperand* LChunkBuilder::UseRegister(HValue* value) { in UseRegister()
479 LOperand* LChunkBuilder::UseRegisterAtStart(HValue* value) { in UseRegisterAtStart()
486 LOperand* LChunkBuilder::UseTempRegister(HValue* value) { in UseTempRegister()
491 LOperand* LChunkBuilder::UseTempRegisterOrConstant(HValue* value) { in UseTempRegisterOrConstant()
498 LOperand* LChunkBuilder::Use(HValue* value) { in Use()
503 LOperand* LChunkBuilder::UseAtStart(HValue* value) { in UseAtStart()
509 LOperand* LChunkBuilder::UseOrConstant(HValue* value) { in UseOrConstant()
516 LOperand* LChunkBuilder::UseOrConstantAtStart(HValue* value) { in UseOrConstantAtStart()
523 LOperand* LChunkBuilder::UseRegisterOrConstant(HValue* value) { in UseRegisterOrConstant()
530 LOperand* LChunkBuilder::UseRegisterOrConstantAtStart(HValue* value) { in UseRegisterOrConstantAtStart()
537 LOperand* LChunkBuilder::UseConstant(HValue* value) { in UseConstant()
542 LOperand* LChunkBuilder::UseAny(HValue* value) { in UseAny()
549 LOperand* LChunkBuilder::Use(HValue* value, LUnallocated* operand) { in Use()
559 LInstruction* LChunkBuilder::Define(LTemplateResultInstruction<1>* instr, in Define()
567 LInstruction* LChunkBuilder::DefineAsRegister( in DefineAsRegister()
574 LInstruction* LChunkBuilder::DefineAsSpilled( in DefineAsSpilled()
582 LInstruction* LChunkBuilder::DefineSameAsFirst( in DefineSameAsFirst()
589 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr, in DefineFixed()
595 LInstruction* LChunkBuilder::DefineFixedDouble( in DefineFixedDouble()
602 LInstruction* LChunkBuilder::AssignEnvironment(LInstruction* instr) { in AssignEnvironment()
612 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, in MarkAsCall()
640 LInstruction* LChunkBuilder::AssignPointerMap(LInstruction* instr) { in AssignPointerMap()
647 LUnallocated* LChunkBuilder::TempRegister() { in TempRegister()
660 LOperand* LChunkBuilder::FixedTemp(Register reg) { in FixedTemp()
667 LOperand* LChunkBuilder::FixedTemp(XMMRegister reg) { in FixedTemp()
674 LInstruction* LChunkBuilder::DoBlockEntry(HBlockEntry* instr) { in DoBlockEntry()
679 LInstruction* LChunkBuilder::DoDummyUse(HDummyUse* instr) { in DoDummyUse()
684 LInstruction* LChunkBuilder::DoEnvironmentMarker(HEnvironmentMarker* instr) { in DoEnvironmentMarker()
690 LInstruction* LChunkBuilder::DoDeoptimize(HDeoptimize* instr) { in DoDeoptimize()
695 LInstruction* LChunkBuilder::DoShift(Token::Value op, in DoShift()
739 LInstruction* LChunkBuilder::DoArithmeticD(Token::Value op, in DoArithmeticD()
758 LInstruction* LChunkBuilder::DoArithmeticT(Token::Value op, in DoArithmeticT()
773 void LChunkBuilder::DoBasicBlock(HBasicBlock* block, HBasicBlock* next_block) { in DoBasicBlock()
840 void LChunkBuilder::VisitInstruction(HInstruction* current) { in VisitInstruction()
882 void LChunkBuilder::AddInstruction(LInstruction* instr, in AddInstruction()
948 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
953 LInstruction* LChunkBuilder::DoDebugBreak(HDebugBreak* instr) { in DoDebugBreak()
958 LInstruction* LChunkBuilder::DoBranch(HBranch* instr) { in DoBranch()
977 LInstruction* LChunkBuilder::DoCompareMap(HCompareMap* instr) { in DoCompareMap()
984 LInstruction* LChunkBuilder::DoArgumentsLength(HArgumentsLength* length) { in DoArgumentsLength()
990 LInstruction* LChunkBuilder::DoArgumentsElements(HArgumentsElements* elems) { in DoArgumentsElements()
996 LInstruction* LChunkBuilder::DoInstanceOf(HInstanceOf* instr) { in DoInstanceOf()
1005 LInstruction* LChunkBuilder::DoInstanceOfKnownGlobal( in DoInstanceOfKnownGlobal()
1015 LInstruction* LChunkBuilder::DoWrapReceiver(HWrapReceiver* instr) { in DoWrapReceiver()
1023 LInstruction* LChunkBuilder::DoApplyArguments(HApplyArguments* instr) { in DoApplyArguments()
1036 LInstruction* LChunkBuilder::DoPushArguments(HPushArguments* instr) { in DoPushArguments()
1046 LInstruction* LChunkBuilder::DoStoreCodeEntry( in DoStoreCodeEntry()
1054 LInstruction* LChunkBuilder::DoInnerAllocatedObject( in DoInnerAllocatedObject()
1063 LInstruction* LChunkBuilder::DoThisFunction(HThisFunction* instr) { in DoThisFunction()
1070 LInstruction* LChunkBuilder::DoContext(HContext* instr) { in DoContext()
1081 LInstruction* LChunkBuilder::DoDeclareGlobals(HDeclareGlobals* instr) { in DoDeclareGlobals()
1087 LInstruction* LChunkBuilder::DoCallJSFunction( in DoCallJSFunction()
1097 LInstruction* LChunkBuilder::DoCallWithDescriptor( in DoCallWithDescriptor()
1116 LInstruction* LChunkBuilder::DoTailCallThroughMegamorphicCache( in DoTailCallThroughMegamorphicCache()
1129 LInstruction* LChunkBuilder::DoInvokeFunction(HInvokeFunction* instr) { in DoInvokeFunction()
1137 LInstruction* LChunkBuilder::DoUnaryMathOperation(HUnaryMathOperation* instr) { in DoUnaryMathOperation()
1164 LInstruction* LChunkBuilder::DoMathFloor(HUnaryMathOperation* instr) { in DoMathFloor()
1171 LInstruction* LChunkBuilder::DoMathRound(HUnaryMathOperation* instr) { in DoMathRound()
1179 LInstruction* LChunkBuilder::DoMathFround(HUnaryMathOperation* instr) { in DoMathFround()
1186 LInstruction* LChunkBuilder::DoMathAbs(HUnaryMathOperation* instr) { in DoMathAbs()
1198 LInstruction* LChunkBuilder::DoMathLog(HUnaryMathOperation* instr) { in DoMathLog()
1206 LInstruction* LChunkBuilder::DoMathClz32(HUnaryMathOperation* instr) { in DoMathClz32()
1213 LInstruction* LChunkBuilder::DoMathExp(HUnaryMathOperation* instr) { in DoMathExp()
1224 LInstruction* LChunkBuilder::DoMathSqrt(HUnaryMathOperation* instr) { in DoMathSqrt()
1230 LInstruction* LChunkBuilder::DoMathPowHalf(HUnaryMathOperation* instr) { in DoMathPowHalf()
1237 LInstruction* LChunkBuilder::DoCallNew(HCallNew* instr) { in DoCallNew()
1245 LInstruction* LChunkBuilder::DoCallNewArray(HCallNewArray* instr) { in DoCallNewArray()
1253 LInstruction* LChunkBuilder::DoCallFunction(HCallFunction* instr) { in DoCallFunction()
1261 LInstruction* LChunkBuilder::DoCallRuntime(HCallRuntime* instr) { in DoCallRuntime()
1268 LInstruction* LChunkBuilder::DoRor(HRor* instr) { in DoRor()
1273 LInstruction* LChunkBuilder::DoShr(HShr* instr) { in DoShr()
1278 LInstruction* LChunkBuilder::DoSar(HSar* instr) { in DoSar()
1283 LInstruction* LChunkBuilder::DoShl(HShl* instr) { in DoShl()
1288 LInstruction* LChunkBuilder::DoBitwise(HBitwise* instr) { in DoBitwise()
1303 LInstruction* LChunkBuilder::DoDivByPowerOf2I(HDiv* instr) { in DoDivByPowerOf2I()
1321 LInstruction* LChunkBuilder::DoDivByConstI(HDiv* instr) { in DoDivByConstI()
1340 LInstruction* LChunkBuilder::DoDivI(HDiv* instr) { in DoDivI()
1359 LInstruction* LChunkBuilder::DoDiv(HDiv* instr) { in DoDiv()
1376 LInstruction* LChunkBuilder::DoFlooringDivByPowerOf2I(HMathFloorOfDiv* instr) { in DoFlooringDivByPowerOf2I()
1389 LInstruction* LChunkBuilder::DoFlooringDivByConstI(HMathFloorOfDiv* instr) { in DoFlooringDivByConstI()
1416 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { in DoFlooringDivI()
1434 LInstruction* LChunkBuilder::DoMathFloorOfDiv(HMathFloorOfDiv* instr) { in DoMathFloorOfDiv()
1445 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { in DoModByPowerOf2I()
1461 LInstruction* LChunkBuilder::DoModByConstI(HMod* instr) { in DoModByConstI()
1478 LInstruction* LChunkBuilder::DoModI(HMod* instr) { in DoModI()
1495 LInstruction* LChunkBuilder::DoMod(HMod* instr) { in DoMod()
1512 LInstruction* LChunkBuilder::DoMul(HMul* instr) { in DoMul()
1532 LInstruction* LChunkBuilder::DoSub(HSub* instr) { in DoSub()
1552 LInstruction* LChunkBuilder::DoAdd(HAdd* instr) { in DoAdd()
1604 LInstruction* LChunkBuilder::DoMathMinMax(HMathMinMax* instr) { in DoMathMinMax()
1625 LInstruction* LChunkBuilder::DoPower(HPower* instr) { in DoPower()
1642 LInstruction* LChunkBuilder::DoCompareGeneric(HCompareGeneric* instr) { in DoCompareGeneric()
1653 LInstruction* LChunkBuilder::DoCompareNumericAndBranch( in DoCompareNumericAndBranch()
1680 LInstruction* LChunkBuilder::DoCompareObjectEqAndBranch( in DoCompareObjectEqAndBranch()
1688 LInstruction* LChunkBuilder::DoCompareHoleAndBranch( in DoCompareHoleAndBranch()
1695 LInstruction* LChunkBuilder::DoCompareMinusZeroAndBranch( in DoCompareMinusZeroAndBranch()
1702 LInstruction* LChunkBuilder::DoIsObjectAndBranch(HIsObjectAndBranch* instr) { in DoIsObjectAndBranch()
1708 LInstruction* LChunkBuilder::DoIsStringAndBranch(HIsStringAndBranch* instr) { in DoIsStringAndBranch()
1716 LInstruction* LChunkBuilder::DoIsSmiAndBranch(HIsSmiAndBranch* instr) { in DoIsSmiAndBranch()
1722 LInstruction* LChunkBuilder::DoIsUndetectableAndBranch( in DoIsUndetectableAndBranch()
1731 LInstruction* LChunkBuilder::DoStringCompareAndBranch( in DoStringCompareAndBranch()
1746 LInstruction* LChunkBuilder::DoHasInstanceTypeAndBranch( in DoHasInstanceTypeAndBranch()
1754 LInstruction* LChunkBuilder::DoGetCachedArrayIndex( in DoGetCachedArrayIndex()
1763 LInstruction* LChunkBuilder::DoHasCachedArrayIndexAndBranch( in DoHasCachedArrayIndexAndBranch()
1771 LInstruction* LChunkBuilder::DoClassOfTestAndBranch( in DoClassOfTestAndBranch()
1780 LInstruction* LChunkBuilder::DoMapEnumLength(HMapEnumLength* instr) { in DoMapEnumLength()
1786 LInstruction* LChunkBuilder::DoDateField(HDateField* instr) { in DoDateField()
1793 LInstruction* LChunkBuilder::DoSeqStringGetChar(HSeqStringGetChar* instr) { in DoSeqStringGetChar()
1800 LInstruction* LChunkBuilder::DoSeqStringSetChar(HSeqStringSetChar* instr) { in DoSeqStringSetChar()
1818 LInstruction* LChunkBuilder::DoBoundsCheck(HBoundsCheck* instr) { in DoBoundsCheck()
1832 LInstruction* LChunkBuilder::DoBoundsCheckBaseIndexInformation( in DoBoundsCheckBaseIndexInformation()
1839 LInstruction* LChunkBuilder::DoAbnormalExit(HAbnormalExit* instr) { in DoAbnormalExit()
1846 LInstruction* LChunkBuilder::DoUseConst(HUseConst* instr) { in DoUseConst()
1851 LInstruction* LChunkBuilder::DoForceRepresentation(HForceRepresentation* bad) { in DoForceRepresentation()
1859 LInstruction* LChunkBuilder::DoChange(HChange* instr) { in DoChange()
1957 LInstruction* LChunkBuilder::DoCheckHeapObject(HCheckHeapObject* instr) { in DoCheckHeapObject()
1967 LInstruction* LChunkBuilder::DoCheckSmi(HCheckSmi* instr) { in DoCheckSmi()
1973 LInstruction* LChunkBuilder::DoCheckInstanceType(HCheckInstanceType* instr) { in DoCheckInstanceType()
1980 LInstruction* LChunkBuilder::DoCheckValue(HCheckValue* instr) { in DoCheckValue()
1986 LInstruction* LChunkBuilder::DoCheckMaps(HCheckMaps* instr) { in DoCheckMaps()
1998 LInstruction* LChunkBuilder::DoClampToUint8(HClampToUint8* instr) { in DoClampToUint8()
2017 LInstruction* LChunkBuilder::DoDoubleBits(HDoubleBits* instr) { in DoDoubleBits()
2024 LInstruction* LChunkBuilder::DoConstructDouble(HConstructDouble* instr) { in DoConstructDouble()
2031 LInstruction* LChunkBuilder::DoReturn(HReturn* instr) { in DoReturn()
2039 LInstruction* LChunkBuilder::DoConstant(HConstant* instr) { in DoConstant()
2059 LInstruction* LChunkBuilder::DoLoadGlobalCell(HLoadGlobalCell* instr) { in DoLoadGlobalCell()
2067 LInstruction* LChunkBuilder::DoLoadGlobalGeneric(HLoadGlobalGeneric* instr) { in DoLoadGlobalGeneric()
2082 LInstruction* LChunkBuilder::DoStoreGlobalCell(HStoreGlobalCell* instr) { in DoStoreGlobalCell()
2092 LInstruction* LChunkBuilder::DoLoadContextSlot(HLoadContextSlot* instr) { in DoLoadContextSlot()
2103 LInstruction* LChunkBuilder::DoStoreContextSlot(HStoreContextSlot* instr) { in DoStoreContextSlot()
2123 LInstruction* LChunkBuilder::DoLoadNamedField(HLoadNamedField* instr) { in DoLoadNamedField()
2140 LInstruction* LChunkBuilder::DoLoadNamedGeneric(HLoadNamedGeneric* instr) { in DoLoadNamedGeneric()
2154 LInstruction* LChunkBuilder::DoLoadFunctionPrototype( in DoLoadFunctionPrototype()
2161 LInstruction* LChunkBuilder::DoLoadRoot(HLoadRoot* instr) { in DoLoadRoot()
2166 void LChunkBuilder::FindDehoistedKeyDefinitions(HValue* candidate) { in FindDehoistedKeyDefinitions()
2182 LInstruction* LChunkBuilder::DoLoadKeyed(HLoadKeyed* instr) { in DoLoadKeyed()
2232 LInstruction* LChunkBuilder::DoLoadKeyedGeneric(HLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
2248 LInstruction* LChunkBuilder::DoStoreKeyed(HStoreKeyed* instr) { in DoStoreKeyed()
2314 LInstruction* LChunkBuilder::DoStoreKeyedGeneric(HStoreKeyedGeneric* instr) { in DoStoreKeyedGeneric()
2331 LInstruction* LChunkBuilder::DoTransitionElementsKind( in DoTransitionElementsKind()
2350 LInstruction* LChunkBuilder::DoTrapAllocationMemento( in DoTrapAllocationMemento()
2360 LInstruction* LChunkBuilder::DoStoreNamedField(HStoreNamedField* instr) { in DoStoreNamedField()
2410 LInstruction* LChunkBuilder::DoStoreNamedGeneric(HStoreNamedGeneric* instr) { in DoStoreNamedGeneric()
2422 LInstruction* LChunkBuilder::DoStringAdd(HStringAdd* instr) { in DoStringAdd()
2431 LInstruction* LChunkBuilder::DoStringCharCodeAt(HStringCharCodeAt* instr) { in DoStringCharCodeAt()
2441 LInstruction* LChunkBuilder::DoStringCharFromCode(HStringCharFromCode* instr) { in DoStringCharFromCode()
2450 LInstruction* LChunkBuilder::DoAllocate(HAllocate* instr) { in DoAllocate()
2462 LInstruction* LChunkBuilder::DoRegExpLiteral(HRegExpLiteral* instr) { in DoRegExpLiteral()
2469 LInstruction* LChunkBuilder::DoFunctionLiteral(HFunctionLiteral* instr) { in DoFunctionLiteral()
2476 LInstruction* LChunkBuilder::DoOsrEntry(HOsrEntry* instr) { in DoOsrEntry()
2484 LInstruction* LChunkBuilder::DoParameter(HParameter* instr) { in DoParameter()
2500 LInstruction* LChunkBuilder::DoUnknownOSRValue(HUnknownOSRValue* instr) { in DoUnknownOSRValue()
2518 LInstruction* LChunkBuilder::DoCallStub(HCallStub* instr) { in DoCallStub()
2525 LInstruction* LChunkBuilder::DoArgumentsObject(HArgumentsObject* instr) { in DoArgumentsObject()
2534 LInstruction* LChunkBuilder::DoCapturedObject(HCapturedObject* instr) { in DoCapturedObject()
2542 LInstruction* LChunkBuilder::DoAccessArgumentsAt(HAccessArgumentsAt* instr) { in DoAccessArgumentsAt()
2558 LInstruction* LChunkBuilder::DoToFastProperties(HToFastProperties* instr) { in DoToFastProperties()
2565 LInstruction* LChunkBuilder::DoTypeof(HTypeof* instr) { in DoTypeof()
2573 LInstruction* LChunkBuilder::DoTypeofIsAndBranch(HTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
2578 LInstruction* LChunkBuilder::DoIsConstructCallAndBranch( in DoIsConstructCallAndBranch()
2584 LInstruction* LChunkBuilder::DoSimulate(HSimulate* instr) { in DoSimulate()
2590 LInstruction* LChunkBuilder::DoStackCheck(HStackCheck* instr) { in DoStackCheck()
2604 LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) { in DoEnterInlined()
2625 LInstruction* LChunkBuilder::DoLeaveInlined(HLeaveInlined* instr) { in DoLeaveInlined()
2644 LInstruction* LChunkBuilder::DoForInPrepareMap(HForInPrepareMap* instr) { in DoForInPrepareMap()
2652 LInstruction* LChunkBuilder::DoForInCacheArray(HForInCacheArray* instr) { in DoForInCacheArray()
2659 LInstruction* LChunkBuilder::DoCheckMapValue(HCheckMapValue* instr) { in DoCheckMapValue()
2666 LInstruction* LChunkBuilder::DoLoadFieldByIndex(HLoadFieldByIndex* instr) { in DoLoadFieldByIndex()
2675 LInstruction* LChunkBuilder::DoStoreFrameContext(HStoreFrameContext* instr) { in DoStoreFrameContext()
2681 LInstruction* LChunkBuilder::DoAllocateBlockContext( in DoAllocateBlockContext()