Home | History | Annotate | Download | only in src

Lines Matching refs:CheckFlag

46   if (CheckFlag(kFlexibleRepresentation)) {
56 ASSERT(CheckFlag(kFlexibleRepresentation));
81 (use->CheckFlag(kTruncatingToInt32) ? "-trunc" : ""));
105 if (CheckFlag(kCannotBeTagged) && new_rep.IsTagged()) return;
318 while (tail_ != NULL && tail_->value()->CheckFlag(HValue::kIsDead)) {
328 if (!it.value()->CheckFlag(f)) return false;
337 if (!it.value()->CheckFlag(f)) {
350 if (!it.value()->CheckFlag(f)) return false;
510 if (first != NULL && first->value()->CheckFlag(kIsDead)) {
634 if (CheckFlag(HValue::kHasNoObservableSideEffects)) {
637 if (CheckFlag(HValue::kIsDead)) {
776 if (CheckFlag(kUseGVN)) DataEquals(this);
1047 ASSERT(CheckFlag(kFlexibleRepresentation));
1428 !right()->CheckFlag(kUint32)) {
1432 !left()->CheckFlag(kUint32)) {
1437 if (MatchDoubleNegation(this, &arg) && !arg->CheckFlag(kUint32)) {
1569 if (CheckFlag(kBailoutOnMinusZero)) stream->Add(" -0?");
1570 if (CheckFlag(kAllowUndefinedAsNaN)) stream->Add(" allow-undefined-as-nan");
1767 result->set_can_be_minus_zero(!CheckFlag(kAllUsesTruncatingToInt32));
1777 if (from().IsInteger32() && !value()->CheckFlag(HInstruction::kUint32) &&
1789 !value()->CheckFlag(HValue::kUint32) ||
1799 !(CheckFlag(kAllUsesTruncatingToInt32) ||
1800 CheckFlag(kAllUsesTruncatingToSmi)));
1849 (r.IsInteger32() && CheckFlag(kAllUsesTruncatingToInt32)) ||
1850 (r.IsSmi() && CheckFlag(kAllUsesTruncatingToSmi))) {
1853 res->set_can_be_minus_zero(!CheckFlag(kAllUsesTruncatingToSmi) &&
1854 !CheckFlag(kAllUsesTruncatingToInt32) &&
1870 (r.IsInteger32() && CheckFlag(kAllUsesTruncatingToInt32)) ||
1871 (r.IsSmi() && CheckFlag(kAllUsesTruncatingToSmi))) {
1874 res->set_can_be_minus_zero(!CheckFlag(kAllUsesTruncatingToSmi) &&
1875 !CheckFlag(kAllUsesTruncatingToInt32) &&
1891 (((r.IsInteger32() && CheckFlag(kAllUsesTruncatingToInt32)) ||
1892 (r.IsSmi() && CheckFlag(kAllUsesTruncatingToSmi))) &&
1899 res->set_can_be_minus_zero(!CheckFlag(kAllUsesTruncatingToSmi) &&
1900 !CheckFlag(kAllUsesTruncatingToInt32) &&
1915 result->set_can_be_minus_zero(!CheckFlag(kAllUsesTruncatingToInt32) &&
1937 result->set_can_be_minus_zero(!CheckFlag(kAllUsesTruncatingToInt32) &&
1981 result->set_can_be_minus_zero(!CheckFlag(kAllUsesTruncatingToInt32) &&
2492 if (!CheckFlag(kIsArguments) && value->CheckFlag(kIsArguments)) {
2548 if (!value->CheckFlag(kTruncatingToSmi)) {
2551 if (!value->CheckFlag(kTruncatingToInt32)) {
2991 if (CheckFlag(kCanOverflow)) stream->Add(" !");
2992 if (CheckFlag(kBailoutOnMinusZero)) stream->Add(" -0?");
2997 ASSERT(CheckFlag(kFlexibleRepresentation));
3064 ASSERT(CheckFlag(kFlexibleRepresentation));
4274 (use->CheckFlag(kTruncatingToInt32) ? "-trunc" : ""));
4279 (use->CheckFlag(kTruncatingToInt32) ? "-trunc" : ""));
4525 ASSERT(CheckFlag(kFlexibleRepresentation));