Lines Matching refs:LChunkBuilder
359 LUnallocated* LChunkBuilder::ToUnallocated(Register reg) { in ToUnallocated()
364 LUnallocated* LChunkBuilder::ToUnallocated(DoubleRegister reg) { in ToUnallocated()
370 LOperand* LChunkBuilder::Use(HValue* value, LUnallocated* operand) { in Use()
380 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) { in UseFixed()
385 LOperand* LChunkBuilder::UseFixedDouble(HValue* value, in UseFixedDouble()
391 LOperand* LChunkBuilder::UseRegister(HValue* value) { in UseRegister()
396 LOperand* LChunkBuilder::UseRegisterAndClobber(HValue* value) { in UseRegisterAndClobber()
401 LOperand* LChunkBuilder::UseRegisterAtStart(HValue* value) { in UseRegisterAtStart()
408 LOperand* LChunkBuilder::UseRegisterOrConstant(HValue* value) { in UseRegisterOrConstant()
413 LOperand* LChunkBuilder::UseRegisterOrConstantAtStart(HValue* value) { in UseRegisterOrConstantAtStart()
418 LConstantOperand* LChunkBuilder::UseConstant(HValue* value) { in UseConstant()
423 LOperand* LChunkBuilder::UseAny(HValue* value) { in UseAny()
430 LInstruction* LChunkBuilder::Define(LTemplateResultInstruction<1>* instr, in Define()
438 LInstruction* LChunkBuilder::DefineAsRegister( in DefineAsRegister()
445 LInstruction* LChunkBuilder::DefineAsSpilled( in DefineAsSpilled()
452 LInstruction* LChunkBuilder::DefineSameAsFirst( in DefineSameAsFirst()
459 LInstruction* LChunkBuilder::DefineFixed( in DefineFixed()
465 LInstruction* LChunkBuilder::DefineFixedDouble( in DefineFixedDouble()
471 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr, in MarkAsCall()
498 LInstruction* LChunkBuilder::AssignPointerMap(LInstruction* instr) { in AssignPointerMap()
505 LUnallocated* LChunkBuilder::TempRegister() { in TempRegister()
518 LUnallocated* LChunkBuilder::TempDoubleRegister() { in TempDoubleRegister()
547 LOperand* LChunkBuilder::FixedTemp(Register reg) { in FixedTemp()
554 LOperand* LChunkBuilder::FixedTemp(DoubleRegister reg) { in FixedTemp()
561 LPlatformChunk* LChunkBuilder::Build() { in Build()
587 void LChunkBuilder::DoBasicBlock(HBasicBlock* block) { in DoBasicBlock()
656 void LChunkBuilder::VisitInstruction(HInstruction* current) { in VisitInstruction()
698 void LChunkBuilder::AddInstruction(LInstruction* instr, in AddInstruction()
756 LInstruction* LChunkBuilder::AssignEnvironment(LInstruction* instr) { in AssignEnvironment()
767 LInstruction* LChunkBuilder::DoPrologue(HPrologue* instr) { in DoPrologue()
772 LInstruction* LChunkBuilder::DoAbnormalExit(HAbnormalExit* instr) { in DoAbnormalExit()
779 LInstruction* LChunkBuilder::DoArithmeticD(Token::Value op, in DoArithmeticD()
799 LInstruction* LChunkBuilder::DoArithmeticT(Token::Value op, in DoArithmeticT()
824 LInstruction* LChunkBuilder::DoBoundsCheckBaseIndexInformation( in DoBoundsCheckBaseIndexInformation()
831 LInstruction* LChunkBuilder::DoAccessArgumentsAt(HAccessArgumentsAt* instr) { in DoAccessArgumentsAt()
851 LInstruction* LChunkBuilder::DoAdd(HAdd* instr) { in DoAdd()
886 LInstruction* LChunkBuilder::DoAllocate(HAllocate* instr) { in DoAllocate()
898 LInstruction* LChunkBuilder::DoApplyArguments(HApplyArguments* instr) { in DoApplyArguments()
911 LInstruction* LChunkBuilder::DoArgumentsElements(HArgumentsElements* instr) { in DoArgumentsElements()
918 LInstruction* LChunkBuilder::DoArgumentsLength(HArgumentsLength* instr) { in DoArgumentsLength()
925 LInstruction* LChunkBuilder::DoArgumentsObject(HArgumentsObject* instr) { in DoArgumentsObject()
934 LInstruction* LChunkBuilder::DoBitwise(HBitwise* instr) { in DoBitwise()
957 LInstruction* LChunkBuilder::DoBlockEntry(HBlockEntry* instr) { in DoBlockEntry()
965 LInstruction* LChunkBuilder::DoBoundsCheck(HBoundsCheck* instr) { in DoBoundsCheck()
979 LInstruction* LChunkBuilder::DoBranch(HBranch* instr) { in DoBranch()
1018 LInstruction* LChunkBuilder::DoCallJSFunction( in DoCallJSFunction()
1028 LInstruction* LChunkBuilder::DoCallWithDescriptor( in DoCallWithDescriptor()
1056 LInstruction* LChunkBuilder::DoCallFunction(HCallFunction* instr) { in DoCallFunction()
1072 LInstruction* LChunkBuilder::DoCallNewArray(HCallNewArray* instr) { in DoCallNewArray()
1081 LInstruction* LChunkBuilder::DoCallRuntime(HCallRuntime* instr) { in DoCallRuntime()
1087 LInstruction* LChunkBuilder::DoCallStub(HCallStub* instr) { in DoCallStub()
1093 LInstruction* LChunkBuilder::DoCapturedObject(HCapturedObject* instr) { in DoCapturedObject()
1101 LInstruction* LChunkBuilder::DoChange(HChange* instr) { in DoChange()
1198 LInstruction* LChunkBuilder::DoCheckValue(HCheckValue* instr) { in DoCheckValue()
1204 LInstruction* LChunkBuilder::DoCheckArrayBufferNotNeutered( in DoCheckArrayBufferNotNeutered()
1213 LInstruction* LChunkBuilder::DoCheckInstanceType(HCheckInstanceType* instr) { in DoCheckInstanceType()
1221 LInstruction* LChunkBuilder::DoCheckMaps(HCheckMaps* instr) { in DoCheckMaps()
1234 LInstruction* LChunkBuilder::DoCheckHeapObject(HCheckHeapObject* instr) { in DoCheckHeapObject()
1244 LInstruction* LChunkBuilder::DoCheckSmi(HCheckSmi* instr) { in DoCheckSmi()
1250 LInstruction* LChunkBuilder::DoClampToUint8(HClampToUint8* instr) { in DoClampToUint8()
1267 LInstruction* LChunkBuilder::DoClassOfTestAndBranch( in DoClassOfTestAndBranch()
1277 LInstruction* LChunkBuilder::DoCompareNumericAndBranch( in DoCompareNumericAndBranch()
1302 LInstruction* LChunkBuilder::DoCompareGeneric(HCompareGeneric* instr) { in DoCompareGeneric()
1313 LInstruction* LChunkBuilder::DoCompareHoleAndBranch( in DoCompareHoleAndBranch()
1325 LInstruction* LChunkBuilder::DoCompareObjectEqAndBranch( in DoCompareObjectEqAndBranch()
1333 LInstruction* LChunkBuilder::DoCompareMap(HCompareMap* instr) { in DoCompareMap()
1341 LInstruction* LChunkBuilder::DoConstant(HConstant* instr) { in DoConstant()
1360 LInstruction* LChunkBuilder::DoContext(HContext* instr) { in DoContext()
1371 LInstruction* LChunkBuilder::DoDebugBreak(HDebugBreak* instr) { in DoDebugBreak()
1376 LInstruction* LChunkBuilder::DoDeclareGlobals(HDeclareGlobals* instr) { in DoDeclareGlobals()
1382 LInstruction* LChunkBuilder::DoDeoptimize(HDeoptimize* instr) { in DoDeoptimize()
1387 LInstruction* LChunkBuilder::DoDivByPowerOf2I(HDiv* instr) { in DoDivByPowerOf2I()
1405 LInstruction* LChunkBuilder::DoDivByConstI(HDiv* instr) { in DoDivByConstI()
1424 LInstruction* LChunkBuilder::DoDivI(HBinaryOperation* instr) { in DoDivI()
1441 LInstruction* LChunkBuilder::DoDiv(HDiv* instr) { in DoDiv()
1458 LInstruction* LChunkBuilder::DoDummyUse(HDummyUse* instr) { in DoDummyUse()
1463 LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) { in DoEnterInlined()
1485 LInstruction* LChunkBuilder::DoEnvironmentMarker(HEnvironmentMarker* instr) { in DoEnvironmentMarker()
1491 LInstruction* LChunkBuilder::DoForceRepresentation( in DoForceRepresentation()
1500 LInstruction* LChunkBuilder::DoGetCachedArrayIndex( in DoGetCachedArrayIndex()
1508 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) { in DoGoto()
1513 LInstruction* LChunkBuilder::DoHasCachedArrayIndexAndBranch( in DoHasCachedArrayIndexAndBranch()
1521 LInstruction* LChunkBuilder::DoHasInstanceTypeAndBranch( in DoHasInstanceTypeAndBranch()
1529 LInstruction* LChunkBuilder::DoInnerAllocatedObject( in DoInnerAllocatedObject()
1538 LInstruction* LChunkBuilder::DoInstanceOf(HInstanceOf* instr) { in DoInstanceOf()
1549 LInstruction* LChunkBuilder::DoHasInPrototypeChainAndBranch( in DoHasInPrototypeChainAndBranch()
1561 LInstruction* LChunkBuilder::DoInvokeFunction(HInvokeFunction* instr) { in DoInvokeFunction()
1570 LInstruction* LChunkBuilder::DoCompareMinusZeroAndBranch( in DoCompareMinusZeroAndBranch()
1578 LInstruction* LChunkBuilder::DoIsStringAndBranch(HIsStringAndBranch* instr) { in DoIsStringAndBranch()
1586 LInstruction* LChunkBuilder::DoIsSmiAndBranch(HIsSmiAndBranch* instr) { in DoIsSmiAndBranch()
1592 LInstruction* LChunkBuilder::DoIsUndetectableAndBranch( in DoIsUndetectableAndBranch()
1600 LInstruction* LChunkBuilder::DoLeaveInlined(HLeaveInlined* instr) { in DoLeaveInlined()
1618 LInstruction* LChunkBuilder::DoLoadContextSlot(HLoadContextSlot* instr) { in DoLoadContextSlot()
1629 LInstruction* LChunkBuilder::DoLoadFunctionPrototype( in DoLoadFunctionPrototype()
1638 LInstruction* LChunkBuilder::DoLoadGlobalGeneric(HLoadGlobalGeneric* instr) { in DoLoadGlobalGeneric()
1653 LInstruction* LChunkBuilder::DoLoadKeyed(HLoadKeyed* instr) { in DoLoadKeyed()
1703 LInstruction* LChunkBuilder::DoLoadKeyedGeneric(HLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
1720 LInstruction* LChunkBuilder::DoLoadNamedField(HLoadNamedField* instr) { in DoLoadNamedField()
1726 LInstruction* LChunkBuilder::DoLoadNamedGeneric(HLoadNamedGeneric* instr) { in DoLoadNamedGeneric()
1741 LInstruction* LChunkBuilder::DoLoadRoot(HLoadRoot* instr) { in DoLoadRoot()
1746 LInstruction* LChunkBuilder::DoMapEnumLength(HMapEnumLength* instr) { in DoMapEnumLength()
1752 LInstruction* LChunkBuilder::DoFlooringDivByPowerOf2I(HMathFloorOfDiv* instr) { in DoFlooringDivByPowerOf2I()
1768 LInstruction* LChunkBuilder::DoFlooringDivByConstI(HMathFloorOfDiv* instr) { in DoFlooringDivByConstI()
1788 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { in DoFlooringDivI()
1798 LInstruction* LChunkBuilder::DoMathFloorOfDiv(HMathFloorOfDiv* instr) { in DoMathFloorOfDiv()
1809 LInstruction* LChunkBuilder::DoMathMinMax(HMathMinMax* instr) { in DoMathMinMax()
1828 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { in DoModByPowerOf2I()
1844 LInstruction* LChunkBuilder::DoModByConstI(HMod* instr) { in DoModByConstI()
1860 LInstruction* LChunkBuilder::DoModI(HMod* instr) { in DoModI()
1875 LInstruction* LChunkBuilder::DoMod(HMod* instr) { in DoMod()
1892 LInstruction* LChunkBuilder::DoMul(HMul* instr) { in DoMul()
1954 LInstruction* LChunkBuilder::DoOsrEntry(HOsrEntry* instr) { in DoOsrEntry()
1962 LInstruction* LChunkBuilder::DoParameter(HParameter* instr) { in DoParameter()
1978 LInstruction* LChunkBuilder::DoPower(HPower* instr) { in DoPower()
2000 LInstruction* LChunkBuilder::DoPushArguments(HPushArguments* instr) { in DoPushArguments()
2018 LInstruction* LChunkBuilder::DoDoubleBits(HDoubleBits* instr) { in DoDoubleBits()
2025 LInstruction* LChunkBuilder::DoConstructDouble(HConstructDouble* instr) { in DoConstructDouble()
2032 LInstruction* LChunkBuilder::DoReturn(HReturn* instr) { in DoReturn()
2042 LInstruction* LChunkBuilder::DoSeqStringGetChar(HSeqStringGetChar* instr) { in DoSeqStringGetChar()
2052 LInstruction* LChunkBuilder::DoSeqStringSetChar(HSeqStringSetChar* instr) { in DoSeqStringSetChar()
2066 HBitwiseBinaryOperation* LChunkBuilder::CanTransformToShiftedOp(HValue* val, in CanTransformToShiftedOp()
2122 bool LChunkBuilder::ShiftCanBeOptimizedAway(HBitwiseBinaryOperation* shift) { in ShiftCanBeOptimizedAway()
2135 LInstruction* LChunkBuilder::TryDoOpWithShiftedRightOperand( in TryDoOpWithShiftedRightOperand()
2147 LInstruction* LChunkBuilder::DoShiftedBinaryOp( in DoShiftedBinaryOp()
2179 LInstruction* LChunkBuilder::DoShift(Token::Value op, in DoShift()
2219 LInstruction* LChunkBuilder::DoRor(HRor* instr) { in DoRor()
2224 LInstruction* LChunkBuilder::DoSar(HSar* instr) { in DoSar()
2229 LInstruction* LChunkBuilder::DoShl(HShl* instr) { in DoShl()
2234 LInstruction* LChunkBuilder::DoShr(HShr* instr) { in DoShr()
2239 LInstruction* LChunkBuilder::DoSimulate(HSimulate* instr) { in DoSimulate()
2245 LInstruction* LChunkBuilder::DoStackCheck(HStackCheck* instr) { in DoStackCheck()
2258 LInstruction* LChunkBuilder::DoStoreCodeEntry(HStoreCodeEntry* instr) { in DoStoreCodeEntry()
2266 LInstruction* LChunkBuilder::DoStoreContextSlot(HStoreContextSlot* instr) { in DoStoreContextSlot()
2287 LInstruction* LChunkBuilder::DoStoreKeyed(HStoreKeyed* instr) { in DoStoreKeyed()
2329 LInstruction* LChunkBuilder::DoStoreKeyedGeneric(HStoreKeyedGeneric* instr) { in DoStoreKeyedGeneric()
2353 LInstruction* LChunkBuilder::DoStoreNamedField(HStoreNamedField* instr) { in DoStoreNamedField()
2382 LInstruction* LChunkBuilder::DoStoreNamedGeneric(HStoreNamedGeneric* instr) { in DoStoreNamedGeneric()
2401 LInstruction* LChunkBuilder::DoStringAdd(HStringAdd* instr) { in DoStringAdd()
2411 LInstruction* LChunkBuilder::DoStringCharCodeAt(HStringCharCodeAt* instr) { in DoStringCharCodeAt()
2421 LInstruction* LChunkBuilder::DoStringCharFromCode(HStringCharFromCode* instr) { in DoStringCharFromCode()
2430 LInstruction* LChunkBuilder::DoStringCompareAndBranch( in DoStringCompareAndBranch()
2443 LInstruction* LChunkBuilder::DoSub(HSub* instr) { in DoSub()
2476 LInstruction* LChunkBuilder::DoThisFunction(HThisFunction* instr) { in DoThisFunction()
2485 LInstruction* LChunkBuilder::DoToFastProperties(HToFastProperties* instr) { in DoToFastProperties()
2492 LInstruction* LChunkBuilder::DoTransitionElementsKind( in DoTransitionElementsKind()
2510 LInstruction* LChunkBuilder::DoTrapAllocationMemento( in DoTrapAllocationMemento()
2521 LInstruction* LChunkBuilder::DoMaybeGrowElements(HMaybeGrowElements* instr) { in DoMaybeGrowElements()
2536 LInstruction* LChunkBuilder::DoTypeof(HTypeof* instr) { in DoTypeof()
2544 LInstruction* LChunkBuilder::DoTypeofIsAndBranch(HTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
2555 LInstruction* LChunkBuilder::DoUnaryMathOperation(HUnaryMathOperation* instr) { in DoUnaryMathOperation()
2652 LInstruction* LChunkBuilder::DoUnknownOSRValue(HUnknownOSRValue* instr) { in DoUnknownOSRValue()
2670 LInstruction* LChunkBuilder::DoUseConst(HUseConst* instr) { in DoUseConst()
2675 LInstruction* LChunkBuilder::DoForInPrepareMap(HForInPrepareMap* instr) { in DoForInPrepareMap()
2685 LInstruction* LChunkBuilder::DoForInCacheArray(HForInCacheArray* instr) { in DoForInCacheArray()
2691 LInstruction* LChunkBuilder::DoCheckMapValue(HCheckMapValue* instr) { in DoCheckMapValue()
2699 LInstruction* LChunkBuilder::DoLoadFieldByIndex(HLoadFieldByIndex* instr) { in DoLoadFieldByIndex()
2708 LInstruction* LChunkBuilder::DoWrapReceiver(HWrapReceiver* instr) { in DoWrapReceiver()
2716 LInstruction* LChunkBuilder::DoStoreFrameContext(HStoreFrameContext* instr) { in DoStoreFrameContext()
2722 LInstruction* LChunkBuilder::DoAllocateBlockContext( in DoAllocateBlockContext()