Searched refs:CheckUsesForFlag (Results 1 – 10 of 10) sorted by relevance
15 !phi->CheckUsesForFlag(HValue::kAllowUndefinedAsNaN)) { in Run()
131 !phi->CheckUsesForFlag(HValue::kTruncatingToInt32, &value)) { in Run()141 !phi->CheckUsesForFlag(HValue::kTruncatingToSmi, &value)) { in Run()
325 bool HValue::CheckUsesForFlag(Flag f) const { in CheckUsesForFlag() function in v8::internal::HValue334 bool HValue::CheckUsesForFlag(Flag f, HValue** value) const { in CheckUsesForFlag() function in v8::internal::HValue3036 return ((current_rep.IsInteger32() && CheckUsesForFlag(kTruncatingToInt32)) || in IgnoreObservedOutputRepresentation()3037 (current_rep.IsSmi() && CheckUsesForFlag(kTruncatingToSmi))) && in IgnoreObservedOutputRepresentation()3523 CheckUsesForFlag(HValue::kAllowUndefinedAsNaN); in AllUsesCanTreatHoleAsNaN()4491 if (!CheckUsesForFlag(kTruncatingToInt32)) return; in SimplifyConstantInputs()
683 bool CheckUsesForFlag(Flag f) const;685 bool CheckUsesForFlag(Flag f, HValue** value) const;1654 return CheckUsesForFlag(kAllowUndefinedAsNaN); in can_convert_undefined_to_nan()
702 does_deopt = !instr->CheckUsesForFlag(HValue::kTruncatingToSmi); in DoShift()714 does_deopt = !instr->CheckUsesForFlag(HValue::kTruncatingToInt32); in DoShift()
697 does_deopt = !instr->CheckUsesForFlag(HValue::kTruncatingToSmi); in DoShift()709 does_deopt = !instr->CheckUsesForFlag(HValue::kTruncatingToInt32); in DoShift()
724 does_deopt = !instr->CheckUsesForFlag(HValue::kTruncatingToSmi); in DoShift()736 does_deopt = !instr->CheckUsesForFlag(HValue::kTruncatingToInt32); in DoShift()
711 does_deopt = !instr->CheckUsesForFlag(HValue::kTruncatingToSmi); in DoShift()723 does_deopt = !instr->CheckUsesForFlag(HValue::kTruncatingToInt32); in DoShift()
738 does_deopt = !instr->CheckUsesForFlag(HValue::kTruncatingToSmi); in DoShift()750 does_deopt = !instr->CheckUsesForFlag(HValue::kTruncatingToInt32); in DoShift()
2218 does_deopt = !instr->CheckUsesForFlag(HValue::kTruncatingToInt32); in DoShift()