Home
last modified time | relevance | path

Searched refs:hinstr (Results 1 – 25 of 28) sorted by relevance

12

/external/v8/src/crankshaft/
Dlithium-codegen.cc126 HInstruction* hinstr = HInstruction::cast(hval); in CheckEnvironmentUsage() local
127 if (!hinstr->CanDeoptimize() && instr->HasEnvironment()) { in CheckEnvironmentUsage()
129 hinstr->Mnemonic(), instr->Mnemonic()); in CheckEnvironmentUsage()
134 hinstr->Mnemonic(), instr->Mnemonic()); in CheckEnvironmentUsage()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc451 HInstruction* hinstr, in MarkAsCall() argument
466 !hinstr->HasObservableSideEffects(); in MarkAsCall()
1961 HBinaryOperation* hinstr = HBinaryOperation::cast(val); in CanTransformToShiftedOp() local
1962 HValue* hleft = hinstr->left(); in CanTransformToShiftedOp()
1963 HValue* hright = hinstr->right(); in CanTransformToShiftedOp()
1964 DCHECK(hleft->representation().Equals(hinstr->representation())); in CanTransformToShiftedOp()
1965 DCHECK(hright->representation().Equals(hinstr->representation())); in CanTransformToShiftedOp()
1970 LikelyFitsImmField(hinstr, HConstant::cast(hright)->Integer32Value())) || in CanTransformToShiftedOp()
1971 (hinstr->IsCommutative() && hleft->IsConstant() && in CanTransformToShiftedOp()
1972 LikelyFitsImmField(hinstr, HConstant::cast(hleft)->Integer32Value()))) { in CanTransformToShiftedOp()
[all …]
Dlithium-codegen-arm64.cc2882 HInvokeFunction* hinstr = instr->hydrogen(); in DoInvokeFunction() local
2888 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow; in DoInvokeFunction()
2899 Handle<JSFunction> known_function = hinstr->known_function(); in DoInvokeFunction()
2907 CallKnownFunction(known_function, hinstr->formal_parameter_count(), in DoInvokeFunction()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc2854 HLoadKeyed* hinstr = instr->hydrogen(); in DoLoadKeyedFixedArray() local
2857 bool requires_hole_check = hinstr->RequiresHoleCheck(); in DoLoadKeyedFixedArray()
2858 Representation representation = hinstr->representation(); in DoLoadKeyedFixedArray()
2868 hinstr->elements_kind() == FAST_SMI_ELEMENTS) { in DoLoadKeyedFixedArray()
2895 if (IsFastSmiElementsKind(hinstr->elements_kind())) { in DoLoadKeyedFixedArray()
2902 } else if (hinstr->hole_mode() == CONVERT_HOLE_TO_UNDEFINED) { in DoLoadKeyedFixedArray()
2903 DCHECK(hinstr->elements_kind() == FAST_HOLEY_ELEMENTS); in DoLoadKeyedFixedArray()
3680 HInvokeFunction* hinstr = instr->hydrogen(); in DoInvokeFunction() local
3685 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow; in DoInvokeFunction()
3696 Handle<JSFunction> known_function = hinstr->known_function(); in DoInvokeFunction()
[all …]
Dlithium-x64.cc589 HInstruction* hinstr, in MarkAsCall() argument
605 !hinstr->HasObservableSideEffects(); in MarkAsCall()
Dlithium-x64.h2629 HInstruction* hinstr,
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc3009 HLoadKeyed* hinstr = instr->hydrogen(); in DoShiftI() local
3024 if (hinstr->key()->representation().IsSmi()) { in DoShiftI()
3031 bool requires_hole_check = hinstr->RequiresHoleCheck(); in DoShiftI()
3032 Representation representation = hinstr->representation(); in DoShiftI()
3037 hinstr->elements_kind() == FAST_SMI_ELEMENTS) { in DoShiftI()
3054 if (IsFastSmiElementsKind(hinstr->elements_kind())) { in DoShiftI()
3756 HInvokeFunction* hinstr = instr->hydrogen(); in DoShiftI() local
3761 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow; in DoShiftI()
3772 Handle<JSFunction> known_function = hinstr->known_function(); in DoShiftI()
3780 CallKnownFunction(known_function, hinstr->formal_parameter_count(), in DoShiftI()
[all …]
Dlithium-s390.cc506 HInstruction* hinstr, in MarkAsCall() argument
520 !hinstr->HasObservableSideEffects(); in MarkAsCall()
Dlithium-s390.h2385 LInstruction* instr, HInstruction* hinstr,
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc3060 HLoadKeyed* hinstr = instr->hydrogen(); in DoShiftI() local
3077 if (hinstr->key()->representation().IsSmi()) { in DoShiftI()
3085 bool requires_hole_check = hinstr->RequiresHoleCheck(); in DoShiftI()
3086 Representation representation = hinstr->representation(); in DoShiftI()
3091 hinstr->elements_kind() == FAST_SMI_ELEMENTS) { in DoShiftI()
3103 if (IsFastSmiElementsKind(hinstr->elements_kind())) { in DoShiftI()
3854 HInvokeFunction* hinstr = instr->hydrogen(); in DoShiftI() local
3859 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow; in DoShiftI()
3870 Handle<JSFunction> known_function = hinstr->known_function(); in DoShiftI()
3878 CallKnownFunction(known_function, hinstr->formal_parameter_count(), in DoShiftI()
[all …]
Dlithium-ppc.cc567 HInstruction* hinstr, in MarkAsCall() argument
581 !hinstr->HasObservableSideEffects(); in MarkAsCall()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc2971 HLoadKeyed* hinstr = instr->hydrogen(); in DoLoadKeyedFixedArray() local
2996 Representation representation = hinstr->representation(); in DoLoadKeyedFixedArray()
2998 hinstr->elements_kind() == FAST_SMI_ELEMENTS) { in DoLoadKeyedFixedArray()
2999 DCHECK(!hinstr->RequiresHoleCheck()); in DoLoadKeyedFixedArray()
3015 if (hinstr->RequiresHoleCheck()) { in DoLoadKeyedFixedArray()
3774 HInvokeFunction* hinstr = instr->hydrogen(); in DoInvokeFunction() local
3779 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow; in DoInvokeFunction()
3789 Handle<JSFunction> known_function = hinstr->known_function(); in DoInvokeFunction()
3797 CallKnownFunction(known_function, hinstr->formal_parameter_count(), in DoInvokeFunction()
Dlithium-mips64.cc561 HInstruction* hinstr, in MarkAsCall() argument
576 !hinstr->HasObservableSideEffects(); in MarkAsCall()
Dlithium-mips64.h2628 HInstruction* hinstr,
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc554 HInstruction* hinstr, in MarkAsCall() argument
569 !hinstr->HasObservableSideEffects(); in MarkAsCall()
Dlithium-codegen-arm.cc3620 HInvokeFunction* hinstr = instr->hydrogen(); in DoInvokeFunction() local
3625 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow; in DoInvokeFunction()
3636 Handle<JSFunction> known_function = hinstr->known_function(); in DoInvokeFunction()
3644 CallKnownFunction(known_function, hinstr->formal_parameter_count(), in DoInvokeFunction()
Dlithium-arm.h2624 HInstruction* hinstr,
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc598 HInstruction* hinstr, in MarkAsCall() argument
614 !hinstr->HasObservableSideEffects(); in MarkAsCall()
Dlithium-codegen-ia32.cc3512 HInvokeFunction* hinstr = instr->hydrogen(); in DoInvokeFunction() local
3517 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow; in DoInvokeFunction()
3529 Handle<JSFunction> known_function = hinstr->known_function(); in DoInvokeFunction()
3537 CallKnownFunction(known_function, hinstr->formal_parameter_count(), in DoInvokeFunction()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc603 HInstruction* hinstr, in MarkAsCall() argument
619 !hinstr->HasObservableSideEffects(); in MarkAsCall()
Dlithium-codegen-x87.cc3789 HInvokeFunction* hinstr = instr->hydrogen(); in DoInvokeFunction() local
3794 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow; in DoInvokeFunction()
3806 Handle<JSFunction> known_function = hinstr->known_function(); in DoInvokeFunction()
3814 CallKnownFunction(known_function, hinstr->formal_parameter_count(), in DoInvokeFunction()
Dlithium-x87.h2637 HInstruction* hinstr,
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc561 HInstruction* hinstr, in MarkAsCall() argument
576 !hinstr->HasObservableSideEffects(); in MarkAsCall()
Dlithium-codegen-mips.cc3574 HInvokeFunction* hinstr = instr->hydrogen(); in DoInvokeFunction() local
3579 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow; in DoInvokeFunction()
3589 Handle<JSFunction> known_function = hinstr->known_function(); in DoInvokeFunction()
3597 CallKnownFunction(known_function, hinstr->formal_parameter_count(), in DoInvokeFunction()
Dlithium-mips.h2582 HInstruction* hinstr,

12