Home
last modified time | relevance | path

Searched refs:hasInt32UpperBound (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/js/src/jsapi-tests/
H A DtestJitRangeAnalysis.cpp20 if (a->hasInt32UpperBound() != b->hasInt32UpperBound()) { in EquivalentRanges()
26 if (a->hasInt32UpperBound() && (a->upper() != b->upper())) { in EquivalentRanges()
/dports/www/firefox/firefox-99.0/js/src/jsapi-tests/
H A DtestJitRangeAnalysis.cpp20 if (a->hasInt32UpperBound() != b->hasInt32UpperBound()) { in EquivalentRanges()
26 if (a->hasInt32UpperBound() && (a->upper() != b->upper())) { in EquivalentRanges()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jsapi-tests/
H A DtestJitRangeAnalysis.cpp23 if (a->hasInt32UpperBound() != b->hasInt32UpperBound())
27 if (a->hasInt32UpperBound() && (a->upper() != b->upper()))
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jsapi-tests/
H A DtestJitRangeAnalysis.cpp22 if (a->hasInt32UpperBound() != b->hasInt32UpperBound()) return false; in EquivalentRanges()
24 if (a->hasInt32UpperBound() && (a->upper() != b->upper())) return false; in EquivalentRanges()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jsapi-tests/
H A DtestJitRangeAnalysis.cpp20 if (a->hasInt32UpperBound() != b->hasInt32UpperBound()) { in EquivalentRanges()
26 if (a->hasInt32UpperBound() && (a->upper() != b->upper())) { in EquivalentRanges()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jsapi-tests/
H A DtestJitRangeAnalysis.cpp22 if (a->hasInt32UpperBound() != b->hasInt32UpperBound()) { in EquivalentRanges()
28 if (a->hasInt32UpperBound() && (a->upper() != b->upper())) { in EquivalentRanges()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DRangeAnalysis.h501 bool hasInt32UpperBound() const { in hasInt32UpperBound() function
508 return hasInt32LowerBound() && hasInt32UpperBound(); in hasInt32Bounds()
576 MOZ_ASSERT(hasInt32UpperBound()); in upper()
H A DRangeAnalysis.cpp618 if (!hasInt32UpperBound() && def->isUrsh() && def->toUrsh()->bailoutsDisabled()) in Range()
720 if (!lhs->hasInt32UpperBound() || !rhs->hasInt32UpperBound()) in add()
745 if (!lhs->hasInt32LowerBound() || !rhs->hasInt32UpperBound()) in sub()
749 if (!lhs->hasInt32UpperBound() || !rhs->hasInt32LowerBound()) in sub()
2111 if (initRange && initRange->hasInt32UpperBound()) in analyzeLoopPhi()
2325 int32_t h = hasInt32UpperBound() ? upper() : JSVAL_INT_MAX; in clampToInt32()
3107 if (range.hasInt32LowerBound() && range.hasInt32UpperBound()) { in collectRangeInfoPreTrunc()
3122 if (range.hasInt32LowerBound() && range.hasInt32UpperBound()) { in collectRangeInfoPreTrunc()
3222 if (!indexRange.hasInt32LowerBound() || !indexRange.hasInt32UpperBound()) in collectRangeInfoPreTrunc()
H A DCodeGenerator.cpp10016 if (r->hasInt32UpperBound() && r->upper() < INT32_MAX) { in emitAssertRangeI()
10043 if (r->hasInt32UpperBound()) { in emitAssertRangeD()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DRangeAnalysis.h510 bool hasInt32UpperBound() const { return hasInt32UpperBound_; } in hasInt32UpperBound() function
515 return hasInt32LowerBound() && hasInt32UpperBound(); in hasInt32Bounds()
569 MOZ_ASSERT(hasInt32UpperBound()); in upper()
H A DRangeAnalysis.cpp683 if (!hasInt32UpperBound() && def->isUrsh() && in Range()
783 if (!lhs->hasInt32UpperBound() || !rhs->hasInt32UpperBound()) { in add()
809 if (!lhs->hasInt32LowerBound() || !rhs->hasInt32UpperBound()) { in sub()
814 if (!lhs->hasInt32UpperBound() || !rhs->hasInt32LowerBound()) { in sub()
2252 if (initRange && initRange->hasInt32UpperBound()) { in analyzeLoopPhi()
2542 int32_t h = hasInt32UpperBound() ? upper() : JSVAL_INT_MAX; in clampToInt32()
3442 if (!indexRange.hasInt32LowerBound() || !indexRange.hasInt32UpperBound()) { in collectRangeInfoPreTrunc()
H A DCodeGenerator.cpp14125 if (r->hasInt32UpperBound() && r->upper() < INT32_MAX) { in emitAssertRangeI()
14162 if (r->hasInt32UpperBound()) { in emitAssertRangeD()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DRangeAnalysis.h510 bool hasInt32UpperBound() const { return hasInt32UpperBound_; } in hasInt32UpperBound() function
515 return hasInt32LowerBound() && hasInt32UpperBound(); in hasInt32Bounds()
569 MOZ_ASSERT(hasInt32UpperBound()); in upper()
H A DRangeAnalysis.cpp680 if (!hasInt32UpperBound() && def->isUrsh() && in Range()
780 if (!lhs->hasInt32UpperBound() || !rhs->hasInt32UpperBound()) { in add()
806 if (!lhs->hasInt32LowerBound() || !rhs->hasInt32UpperBound()) { in sub()
811 if (!lhs->hasInt32UpperBound() || !rhs->hasInt32LowerBound()) { in sub()
2256 if (initRange && initRange->hasInt32UpperBound()) { in analyzeLoopPhi()
2546 int32_t h = hasInt32UpperBound() ? upper() : JSVAL_INT_MAX; in clampToInt32()
3450 if (!indexRange.hasInt32LowerBound() || !indexRange.hasInt32UpperBound()) { in collectRangeInfoPreTrunc()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DRangeAnalysis.h504 bool hasInt32UpperBound() const { in hasInt32UpperBound() function
511 return hasInt32LowerBound() && hasInt32UpperBound(); in hasInt32Bounds()
579 MOZ_ASSERT(hasInt32UpperBound()); in upper()
H A DRangeAnalysis.cpp640 if (!hasInt32UpperBound() && in Range()
747 if (!lhs->hasInt32UpperBound() || !rhs->hasInt32UpperBound()) in add()
772 if (!lhs->hasInt32LowerBound() || !rhs->hasInt32UpperBound()) in sub()
776 if (!lhs->hasInt32UpperBound() || !rhs->hasInt32LowerBound()) in sub()
2213 if (initRange && initRange->hasInt32UpperBound()) in analyzeLoopPhi()
2444 int32_t h = hasInt32UpperBound() ? upper() : JSVAL_INT_MAX; in clampToInt32()
3270 if (range.hasInt32LowerBound() && range.hasInt32UpperBound()) { in collectRangeInfoPreTrunc()
3285 if (range.hasInt32LowerBound() && range.hasInt32UpperBound()) { in collectRangeInfoPreTrunc()
3393 if (!indexRange.hasInt32LowerBound() || !indexRange.hasInt32UpperBound()) in collectRangeInfoPreTrunc()
H A DCodeGenerator.cpp11536 if (r->hasInt32UpperBound() && r->upper() < INT32_MAX) { in emitAssertRangeI()
11563 if (r->hasInt32UpperBound()) { in emitAssertRangeD()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DRangeAnalysis.h480 bool hasInt32UpperBound() const { return hasInt32UpperBound_; } in hasInt32UpperBound() function
485 return hasInt32LowerBound() && hasInt32UpperBound(); in hasInt32Bounds()
539 MOZ_ASSERT(hasInt32UpperBound()); in upper()
H A DRangeAnalysis.cpp603 if (!hasInt32UpperBound() && def->isUrsh() && in Range()
693 if (!lhs->hasInt32UpperBound() || !rhs->hasInt32UpperBound()) in add()
715 if (!lhs->hasInt32LowerBound() || !rhs->hasInt32UpperBound()) in sub()
719 if (!lhs->hasInt32UpperBound() || !rhs->hasInt32LowerBound()) in sub()
1941 if (initRange && initRange->hasInt32UpperBound()) in analyzeLoopPhi()
2150 int32_t h = hasInt32UpperBound() ? upper() : JSVAL_INT_MAX; in clampToInt32()
2915 if (!indexRange.hasInt32LowerBound() || !indexRange.hasInt32UpperBound()) in collectRangeInfoPreTrunc()
H A DCodeGenerator.cpp12055 if (r->hasInt32UpperBound() && r->upper() < INT32_MAX) { in emitAssertRangeI()
12085 if (r->hasInt32UpperBound()) { in emitAssertRangeD()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DRangeAnalysis.h510 bool hasInt32UpperBound() const { return hasInt32UpperBound_; } in hasInt32UpperBound() function
515 return hasInt32LowerBound() && hasInt32UpperBound(); in hasInt32Bounds()
569 MOZ_ASSERT(hasInt32UpperBound()); in upper()
H A DRangeAnalysis.cpp683 if (!hasInt32UpperBound() && def->isUrsh() && in Range()
783 if (!lhs->hasInt32UpperBound() || !rhs->hasInt32UpperBound()) { in add()
809 if (!lhs->hasInt32LowerBound() || !rhs->hasInt32UpperBound()) { in sub()
814 if (!lhs->hasInt32UpperBound() || !rhs->hasInt32LowerBound()) { in sub()
2252 if (initRange && initRange->hasInt32UpperBound()) { in analyzeLoopPhi()
2542 int32_t h = hasInt32UpperBound() ? upper() : JSVAL_INT_MAX; in clampToInt32()
3442 if (!indexRange.hasInt32LowerBound() || !indexRange.hasInt32UpperBound()) { in collectRangeInfoPreTrunc()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DRangeAnalysis.h487 bool hasInt32UpperBound() const { return hasInt32UpperBound_; } in hasInt32UpperBound() function
492 return hasInt32LowerBound() && hasInt32UpperBound(); in hasInt32Bounds()
546 MOZ_ASSERT(hasInt32UpperBound()); in upper()
H A DRangeAnalysis.cpp656 if (!hasInt32UpperBound() && def->isUrsh() && in Range()
756 if (!lhs->hasInt32UpperBound() || !rhs->hasInt32UpperBound()) { in add()
782 if (!lhs->hasInt32LowerBound() || !rhs->hasInt32UpperBound()) { in sub()
787 if (!lhs->hasInt32UpperBound() || !rhs->hasInt32LowerBound()) { in sub()
2216 if (initRange && initRange->hasInt32UpperBound()) { in analyzeLoopPhi()
2478 int32_t h = hasInt32UpperBound() ? upper() : JSVAL_INT_MAX; in clampToInt32()
3347 if (!indexRange.hasInt32LowerBound() || !indexRange.hasInt32UpperBound()) { in collectRangeInfoPreTrunc()
H A DCodeGenerator.cpp13748 if (r->hasInt32UpperBound() && r->upper() < INT32_MAX) { in emitAssertRangeI()
13779 if (r->hasInt32UpperBound()) { in emitAssertRangeD()

12