/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.h | 78 class IndexRange : public std::pair<IndexType,IndexType> { class in llvm::HexagonBlockRanges::IndexType 80 IndexRange() = default; 81 IndexRange(IndexType Start, IndexType End, bool F = false, bool T = false) in IndexRange() function in llvm::HexagonBlockRanges::IndexType::IndexRange 87 bool operator< (const IndexRange &A) const { in operator <() 91 bool overlaps(const IndexRange &A) const; 92 bool contains(const IndexRange &A) const; 93 void merge(const IndexRange &A); 105 class RangeList : public std::vector<IndexRange> { 108 push_back(IndexRange(Start, End, Fixed, TiedEnd)); in add() 110 void add(const IndexRange in add() [all...] |
H A D | HexagonBlockRanges.cpp | 34 bool HexagonBlockRanges::IndexRange::overlaps(const IndexRange &A) const { in overlaps() 47 bool HexagonBlockRanges::IndexRange::contains(const IndexRange &A) const { in contains() 58 void HexagonBlockRanges::IndexRange::merge(const IndexRange &A) { in merge() 105 void HexagonBlockRanges::RangeList::addsub(const IndexRange &A, in addsub() 106 const IndexRange &B) { in addsub() 141 void HexagonBlockRanges::RangeList::subtract(const IndexRange &Range) { in subtract() 146 IndexRange in subtract() [all...] |
H A D | HexagonFrameLowering.h | 158 unsigned findPhysReg(MachineFunction &MF, HexagonBlockRanges::IndexRange &FIR,
|
/third_party/node/deps/v8/src/compiler/ |
H A D | load-elimination.h | 198 class IndexRange { class in v8::internal::compiler::final 200 IndexRange(int begin, int size) : begin_(begin), end_(begin + size) { in IndexRange() function in v8::internal::compiler::final::IndexRange 204 *this = IndexRange::Invalid(); in IndexRange() 207 static IndexRange Invalid() { return IndexRange(); } in Invalid() 209 bool operator==(const IndexRange& other) { in operator ==() 212 bool operator!=(const IndexRange& other) { return !(*this == other); } in operator !=() 228 IndexRange() : begin_(-1), end_(-1) {} in IndexRange() function in v8::internal::compiler::final::IndexRange 243 AbstractState const* AddField(Node* object, IndexRange index, 245 AbstractState const* KillConstField(Node* object, IndexRange index_rang [all...] |
H A D | load-elimination.cc | 552 Node* object, IndexRange index_range, LoadElimination::FieldInfo info, in AddField() 569 IndexRange index_range, in KillConstField() 586 Node* object, IndexRange index_range, MaybeHandle<Name> name, in KillField() 593 const AliasStateInfo& alias_info, IndexRange index_range, in KillField() 645 Node* object, IndexRange index_range, in LookupField() 924 IndexRange field_index = FieldIndexOf(access); in ReduceLoadField() 925 if (field_index != IndexRange::Invalid()) { in ReduceLoadField() 990 IndexRange field_index = FieldIndexOf(access); in ReduceStoreField() 991 if (field_index != IndexRange::Invalid()) { in ReduceStoreField() 1265 IndexRange field_inde in ComputeLoopStateForStoreField() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | BufferMtl.h | 35 struct IndexRange struct 37 IndexRange(size_t begin, size_t end) : restartBegin(begin), restartEnd(end) {} in IndexRange() function 79 IndexRange getRangeForConvertedBuffer(size_t count); 143 gl::IndexRange *outRange) override; 169 const std::vector<IndexRange> &getRestartIndices(ContextMtl *ctx, 172 static const std::vector<IndexRange> getRestartIndicesFromClientData( 217 std::vector<IndexRange> mRestartIndices;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | IndexRangeCache.h | 33 const IndexRange &range); 38 IndexRange *outRange) const; 57 typedef std::map<IndexRangeKey, IndexRange> IndexRangeMap;
|
H A D | IndexRangeCache.cpp | 26 const IndexRange &range) in addRange() 35 IndexRange *outRange) const in findRange() 50 *outRange = IndexRange(); in findRange()
|
H A D | VertexArray.h | 298 IndexRange *indexRangeOut) const in getIndexRange() 339 IndexRange *indexRangeOut) const; 389 IndexRange *indexRangeOut) in get() 404 const IndexRange &indexRange); 410 IndexRange mPayload;
|
H A D | Buffer.h | 137 IndexRange *outRange) const;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | VertexArrayGL.h | 83 gl::IndexRange *outIndexRange, 90 const gl::IndexRange &indexRange, 98 const gl::IndexRange &indexRange,
|
H A D | BufferGL.h | 57 gl::IndexRange *outRange) override;
|
H A D | BufferGL.cpp | 248 gl::IndexRange *outRange) in getIndexRange() 278 *outRange = gl::IndexRange(0, 0, 1); in getIndexRange()
|
H A D | RendererGL.h | 29 struct IndexRange;
|
H A D | VertexArrayGL.cpp | 202 IndexRange indexRange; in syncDrawState() 266 IndexRange *outIndexRange, in syncIndexData() 345 const gl::IndexRange &indexRange, in computeStreamingAttributeSizes() 378 const gl::IndexRange &indexRange, in streamAttributes()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | utilities.cpp | 28 gl::IndexRange ComputeTypedIndexRange(const IndexType *indices, in ComputeTypedIndexRange() 90 return gl::IndexRange(static_cast<size_t>(minIndex), static_cast<size_t>(maxIndex), in ComputeTypedIndexRange() 692 IndexRange ComputeIndexRange(DrawElementsType indexType, in ComputeIndexRange() 713 return IndexRange(); in ComputeIndexRange()
|
H A D | mathutil.h | 747 struct IndexRange struct 751 IndexRange(Undefined) {} in IndexRange() function 752 IndexRange() : IndexRange(0, 0, 0) {} in IndexRange() function 753 IndexRange(size_t start_, size_t end_, size_t vertexIndexCount_) in IndexRange() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | BufferImpl_mock.h | 52 gl::IndexRange *));
|
H A D | BufferImpl.h | 73 gl::IndexRange *outRange) = 0;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | BufferD3D.h | 65 gl::IndexRange *outRange) override;
|
H A D | BufferD3D.cpp | 182 gl::IndexRange *outRange) in getIndexRange()
|
H A D | IndexDataManager.cpp | 302 gl::IndexRange indexRange; in GetIndexTranslationDestType()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | BufferNULL.h | 61 gl::IndexRange *outRange) override;
|
H A D | BufferNULL.cpp | 123 gl::IndexRange *outRange) in getIndexRange()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | IndexDataManagerTest.cpp | 184 gl::IndexRange indexRange; in step()
|