Home
last modified time | relevance | path

Searched refs:stopLess (Results 1 – 25 of 47) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ADT/
H A DIntervalMap.h146 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
171 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
598 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
633 assert((i == 0 || Traits::stopLess(stop(i - 1), a))); in insertFrom()
634 assert((i == Size || !Traits::stopLess(stop(i), a))); in insertFrom()
732 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
1147 return !Traits::stopLess(b, I.start()); in overlaps()
1828 if (Traits::stopLess(b, CurLeaf.start(0)) && in treeInsert()
2072 if (Traits::stopLess(posA.stop(), posB.start())) { in advance()
2157 if (Traits::stopLess(posA.stop(), x)) in advanceTo()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DIntervalMap.h151 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
176 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
603 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
638 assert((i == 0 || Traits::stopLess(stop(i - 1), a))); in insertFrom()
639 assert((i == Size || !Traits::stopLess(stop(i), a))); in insertFrom()
737 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
1148 return !Traits::stopLess(b, I.start()); in overlaps()
1834 if (Traits::stopLess(b, CurLeaf.start(0)) && in treeInsert()
2078 if (Traits::stopLess(posA.stop(), posB.start())) { in advance()
2163 if (Traits::stopLess(posA.stop(), x)) in advanceTo()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ADT/
H A DIntervalMap.h146 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
171 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
598 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
633 assert((i == 0 || Traits::stopLess(stop(i - 1), a))); in insertFrom()
634 assert((i == Size || !Traits::stopLess(stop(i), a))); in insertFrom()
732 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
1147 return !Traits::stopLess(b, I.start()); in overlaps()
1828 if (Traits::stopLess(b, CurLeaf.start(0)) && in treeInsert()
2072 if (Traits::stopLess(posA.stop(), posB.start())) { in advance()
2157 if (Traits::stopLess(posA.stop(), x)) in advanceTo()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/ADT/
H A DIntervalMap.h146 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
171 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
598 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
633 assert((i == 0 || Traits::stopLess(stop(i - 1), a))); in insertFrom()
634 assert((i == Size || !Traits::stopLess(stop(i), a))); in insertFrom()
732 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
1147 return !Traits::stopLess(b, I.start()); in overlaps()
1828 if (Traits::stopLess(b, CurLeaf.start(0)) && in treeInsert()
2072 if (Traits::stopLess(posA.stop(), posB.start())) { in advance()
2157 if (Traits::stopLess(posA.stop(), x)) in advanceTo()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ADT/
H A DIntervalMap.h151 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
176 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
603 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
638 assert((i == 0 || Traits::stopLess(stop(i - 1), a))); in insertFrom()
639 assert((i == Size || !Traits::stopLess(stop(i), a))); in insertFrom()
737 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
1148 return !Traits::stopLess(b, I.start()); in overlaps()
1834 if (Traits::stopLess(b, CurLeaf.start(0)) && in treeInsert()
2078 if (Traits::stopLess(posA.stop(), posB.start())) { in advance()
2163 if (Traits::stopLess(posA.stop(), x)) in advanceTo()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DIntervalMap.h146 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
171 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
598 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
633 assert((i == 0 || Traits::stopLess(stop(i - 1), a))); in insertFrom()
634 assert((i == Size || !Traits::stopLess(stop(i), a))); in insertFrom()
732 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
1143 return !Traits::stopLess(b, I.start()); in overlaps()
1824 if (Traits::stopLess(b, CurLeaf.start(0)) && in treeInsert()
2068 if (Traits::stopLess(posA.stop(), posB.start())) { in advance()
2153 if (Traits::stopLess(posA.stop(), x)) in advanceTo()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/ADT/
H A DIntervalMap.h146 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
171 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
598 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
633 assert((i == 0 || Traits::stopLess(stop(i - 1), a))); in insertFrom()
634 assert((i == Size || !Traits::stopLess(stop(i), a))); in insertFrom()
732 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
1147 return !Traits::stopLess(b, I.start()); in overlaps()
1828 if (Traits::stopLess(b, CurLeaf.start(0)) && in treeInsert()
2072 if (Traits::stopLess(posA.stop(), posB.start())) { in advance()
2157 if (Traits::stopLess(posA.stop(), x)) in advanceTo()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DIntervalMap.h146 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
171 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
598 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
633 assert((i == 0 || Traits::stopLess(stop(i - 1), a))); in insertFrom()
634 assert((i == Size || !Traits::stopLess(stop(i), a))); in insertFrom()
732 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
1147 return !Traits::stopLess(b, I.start()); in overlaps()
1828 if (Traits::stopLess(b, CurLeaf.start(0)) && in treeInsert()
2072 if (Traits::stopLess(posA.stop(), posB.start())) { in advance()
2157 if (Traits::stopLess(posA.stop(), x)) in advanceTo()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h151 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
176 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
603 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
638 assert((i == 0 || Traits::stopLess(stop(i - 1), a))); in insertFrom()
639 assert((i == Size || !Traits::stopLess(stop(i), a))); in insertFrom()
737 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
1151 return !Traits::stopLess(b, I.start()); in overlaps()
1837 if (Traits::stopLess(b, CurLeaf.start(0)) && in treeInsert()
2081 if (Traits::stopLess(posA.stop(), posB.start())) { in advance()
2166 if (Traits::stopLess(posA.stop(), x)) in advanceTo()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ADT/
H A DIntervalMap.h151 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
176 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
603 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
638 assert((i == 0 || Traits::stopLess(stop(i - 1), a))); in insertFrom()
639 assert((i == Size || !Traits::stopLess(stop(i), a))); in insertFrom()
737 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
1148 return !Traits::stopLess(b, I.start()); in overlaps()
1834 if (Traits::stopLess(b, CurLeaf.start(0)) && in treeInsert()
2078 if (Traits::stopLess(posA.stop(), posB.start())) { in advance()
2163 if (Traits::stopLess(posA.stop(), x)) in advanceTo()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DIntervalMap.h151 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
176 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
603 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
638 assert((i == 0 || Traits::stopLess(stop(i - 1), a))); in insertFrom()
639 assert((i == Size || !Traits::stopLess(stop(i), a))); in insertFrom()
737 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
1148 return !Traits::stopLess(b, I.start()); in overlaps()
1834 if (Traits::stopLess(b, CurLeaf.start(0)) && in treeInsert()
2078 if (Traits::stopLess(posA.stop(), posB.start())) { in advance()
2163 if (Traits::stopLess(posA.stop(), x)) in advanceTo()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DIntervalMap.h146 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
171 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
598 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
633 assert((i == 0 || Traits::stopLess(stop(i - 1), a))); in insertFrom()
634 assert((i == Size || !Traits::stopLess(stop(i), a))); in insertFrom()
732 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
1143 return !Traits::stopLess(b, I.start()); in overlaps()
1824 if (Traits::stopLess(b, CurLeaf.start(0)) && in treeInsert()
2068 if (Traits::stopLess(posA.stop(), posB.start())) { in advance()
2153 if (Traits::stopLess(posA.stop(), x)) in advanceTo()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h146 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
171 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
598 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
633 assert((i == 0 || Traits::stopLess(stop(i - 1), a))); in insertFrom()
634 assert((i == Size || !Traits::stopLess(stop(i), a))); in insertFrom()
732 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
1147 return !Traits::stopLess(b, I.start()); in overlaps()
1828 if (Traits::stopLess(b, CurLeaf.start(0)) && in treeInsert()
2072 if (Traits::stopLess(posA.stop(), posB.start())) { in advance()
2157 if (Traits::stopLess(posA.stop(), x)) in advanceTo()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DIntervalMap.h151 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
176 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
603 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
638 assert((i == 0 || Traits::stopLess(stop(i - 1), a))); in insertFrom()
639 assert((i == Size || !Traits::stopLess(stop(i), a))); in insertFrom()
737 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
1148 return !Traits::stopLess(b, I.start()); in overlaps()
1834 if (Traits::stopLess(b, CurLeaf.start(0)) && in treeInsert()
2078 if (Traits::stopLess(posA.stop(), posB.start())) { in advance()
2163 if (Traits::stopLess(posA.stop(), x)) in advanceTo()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/ADT/
H A DIntervalMap.h146 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
171 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
598 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
633 assert((i == 0 || Traits::stopLess(stop(i - 1), a))); in insertFrom()
634 assert((i == Size || !Traits::stopLess(stop(i), a))); in insertFrom()
732 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
1147 return !Traits::stopLess(b, I.start()); in overlaps()
1828 if (Traits::stopLess(b, CurLeaf.start(0)) && in treeInsert()
2072 if (Traits::stopLess(posA.stop(), posB.start())) { in advance()
2157 if (Traits::stopLess(posA.stop(), x)) in advanceTo()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/ADT/
H A DIntervalMap.h147 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
172 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
599 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
634 assert((i == 0 || Traits::stopLess(stop(i - 1), a))); in insertFrom()
635 assert((i == Size || !Traits::stopLess(stop(i), a))); in insertFrom()
733 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
1148 return !Traits::stopLess(b, I.start()); in overlaps()
1829 if (Traits::stopLess(b, CurLeaf.start(0)) && in treeInsert()
2073 if (Traits::stopLess(posA.stop(), posB.start())) { in advance()
2158 if (Traits::stopLess(posA.stop(), x)) in advanceTo()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/ADT/
H A DIntervalMap.h146 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
171 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
598 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
630 assert(!Traits::stopLess(b, a) && "Invalid interval"); in insertFrom()
633 assert((i == 0 || Traits::stopLess(stop(i - 1), a))); in insertFrom()
634 assert((i == Size || !Traits::stopLess(stop(i), a))); in insertFrom()
732 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
1819 if (Traits::stopLess(b, CurLeaf.start(0)) && in treeInsert()
2063 if (Traits::stopLess(posA.stop(), posB.start())) { in advance()
2148 if (Traits::stopLess(posA.stop(), x)) in advanceTo()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/AMDGPU/
H A Dscheduler-subrange-crash.ll5 …vm::IntervalMapInfo<llvm::SlotIndex>]: Assertion `(i == Size || Traits::stopLess(b, start(i))) && …
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/AMDGPU/
H A Dscheduler-subrange-crash.ll5 …vm::IntervalMapInfo<llvm::SlotIndex>]: Assertion `(i == Size || Traits::stopLess(b, start(i))) && …
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/AMDGPU/
H A Dscheduler-subrange-crash.ll5 …vm::IntervalMapInfo<llvm::SlotIndex>]: Assertion `(i == Size || Traits::stopLess(b, start(i))) && …
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/AMDGPU/
H A Dscheduler-subrange-crash.ll5 …vm::IntervalMapInfo<llvm::SlotIndex>]: Assertion `(i == Size || Traits::stopLess(b, start(i))) && …
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/AMDGPU/
H A Dscheduler-subrange-crash.ll5 …vm::IntervalMapInfo<llvm::SlotIndex>]: Assertion `(i == Size || Traits::stopLess(b, start(i))) && …
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/AMDGPU/
H A Dscheduler-subrange-crash.ll5 …vm::IntervalMapInfo<llvm::SlotIndex>]: Assertion `(i == Size || Traits::stopLess(b, start(i))) && …
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/AMDGPU/
H A Dscheduler-subrange-crash.ll5 …vm::IntervalMapInfo<llvm::SlotIndex>]: Assertion `(i == Size || Traits::stopLess(b, start(i))) && …
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/AMDGPU/
H A Dscheduler-subrange-crash.ll5 …vm::IntervalMapInfo<llvm::SlotIndex>]: Assertion `(i == Size || Traits::stopLess(b, start(i))) && …

12