Home | History | Annotate | Download | only in src

Lines Matching refs:CheckFlag

72   if (CheckFlag(kFlexibleRepresentation)) {
82 ASSERT(CheckFlag(kFlexibleRepresentation));
107 (use->CheckFlag(kTruncatingToInt32) ? "-trunc" : ""));
131 if (CheckFlag(kCannotBeTagged) && new_rep.IsTagged()) return;
384 while (tail_ != NULL && tail_->value()->CheckFlag(HValue::kIsDead)) {
394 if (!it.value()->CheckFlag(f)) return false;
403 if (!it.value()->CheckFlag(f)) {
416 if (!it.value()->CheckFlag(f)) return false;
574 if (first != NULL && first->value()->CheckFlag(kIsDead)) {
697 if (CheckFlag(HValue::kHasNoObservableSideEffects)) {
823 if (CheckFlag(kUseGVN)) DataEquals(this);
931 ASSERT(CheckFlag(kFlexibleRepresentation));
1268 !right()->CheckFlag(kUint32)) {
1272 !left()->CheckFlag(kUint32)) {
1277 if (MatchDoubleNegation(this, &arg) && !arg->CheckFlag(kUint32)) {
1405 if (CheckFlag(kBailoutOnMinusZero)) stream->Add(" -0?");
1406 if (CheckFlag(kAllowUndefinedAsNaN)) stream->Add(" allow-undefined-as-nan");
1631 result->set_can_be_minus_zero(!CheckFlag(kAllUsesTruncatingToInt32));
1641 if (from().IsInteger32() && !value()->CheckFlag(HInstruction::kUint32) &&
1653 !(CheckFlag(kAllUsesTruncatingToInt32) ||
1654 CheckFlag(kAllUsesTruncatingToSmi)));
1703 (r.IsInteger32() && CheckFlag(kAllUsesTruncatingToInt32)) ||
1704 (r.IsSmi() && CheckFlag(kAllUsesTruncatingToSmi))) {
1707 res->set_can_be_minus_zero(!CheckFlag(kAllUsesTruncatingToSmi) &&
1708 !CheckFlag(kAllUsesTruncatingToInt32) &&
1724 (r.IsInteger32() && CheckFlag(kAllUsesTruncatingToInt32)) ||
1725 (r.IsSmi() && CheckFlag(kAllUsesTruncatingToSmi))) {
1728 res->set_can_be_minus_zero(!CheckFlag(kAllUsesTruncatingToSmi) &&
1729 !CheckFlag(kAllUsesTruncatingToInt32) &&
1745 (((r.IsInteger32() && CheckFlag(kAllUsesTruncatingToInt32)) ||
1746 (r.IsSmi() && CheckFlag(kAllUsesTruncatingToSmi))) &&
1753 res->set_can_be_minus_zero(!CheckFlag(kAllUsesTruncatingToSmi) &&
1754 !CheckFlag(kAllUsesTruncatingToInt32) &&
1769 result->set_can_be_minus_zero(!CheckFlag(kAllUsesTruncatingToInt32) &&
1774 CheckFlag(kAllUsesTruncatingToInt32)) {
1804 result->set_can_be_minus_zero(!CheckFlag(kAllUsesTruncatingToInt32) &&
2306 if (!CheckFlag(kIsArguments) && value->CheckFlag(kIsArguments)) {
2362 if (!value->CheckFlag(kTruncatingToSmi)) {
2365 if (!value->CheckFlag(kTruncatingToInt32)) {
2735 if (CheckFlag(kCanOverflow)) stream->Add(" !");
2736 if (CheckFlag(kBailoutOnMinusZero)) stream->Add(" -0?");
2741 ASSERT(CheckFlag(kFlexibleRepresentation));
2808 ASSERT(CheckFlag(kFlexibleRepresentation));
4149 ASSERT(CheckFlag(kFlexibleRepresentation));