HomeSort by relevance Sort by last modified time
    Searched refs:IndexRange (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonBlockRanges.h 77 class IndexRange : public std::pair<IndexType,IndexType> {
79 IndexRange() : Fixed(false), TiedEnd(false) {}
80 IndexRange(IndexType Start, IndexType End, bool F = false, bool T = false)
85 bool operator< (const IndexRange &A) const {
88 bool overlaps(const IndexRange &A) const;
89 bool contains(const IndexRange &A) const;
90 void merge(const IndexRange &A);
102 class RangeList : public std::vector<IndexRange> {
105 push_back(IndexRange(Start, End, Fixed, TiedEnd));
107 void add(const IndexRange &Range)
    [all...]
HexagonBlockRanges.cpp 30 bool HexagonBlockRanges::IndexRange::overlaps(const IndexRange &A) const {
44 bool HexagonBlockRanges::IndexRange::contains(const IndexRange &A) const {
56 void HexagonBlockRanges::IndexRange::merge(const IndexRange &A) {
106 void HexagonBlockRanges::RangeList::addsub(const IndexRange &A,
107 const IndexRange &B) {
143 void HexagonBlockRanges::RangeList::subtract(const IndexRange &Range) {
148 IndexRange &Rg = *I
    [all...]
HexagonFrameLowering.h 131 unsigned findPhysReg(MachineFunction &MF, HexagonBlockRanges::IndexRange &FIR,
HexagonFrameLowering.cpp     [all...]
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
IndexRangeCache.h 18 // external/angle/src/common/mathutil.h: IndexRange +
36 struct IndexRange {
100 typedef std::map<IndexRangeKey, IndexRange> IndexRangeMap;
IndexRangeCache.cpp 28 IndexRange r;
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorSyclTuple.h 168 /// \brief IndexRange that returns a [MIN, MAX) index range
172 struct IndexRange: RangeBuilder<MIN, MAX>::type {};
190 /// generate the \ref IndexRange
198 return utility::tuple::append_base(t, a, IndexRange<0, sizeof...(Args)>());
205 /// IndexRange for each of them and create an output tuple T that contains both
221 /// t1 by tuple t2. In this case the \ref IndexRange for both tuple are
230 return utility::tuple::append_base(t1, t2, IndexRange<0, sizeof...(Args1)>(), IndexRange<0, sizeof...(Args2)>());
  /external/vulkan-validation-layers/layers/
descriptor_sets.h 46 struct IndexRange {
47 IndexRange(uint32_t start_in, uint32_t end_in) : start(start_in), end(end_in) {}
48 IndexRange() = default;
143 const IndexRange &GetGlobalIndexRangeFromBinding(const uint32_t) const;
166 std::unordered_map<uint32_t, IndexRange> binding_to_global_index_range_map_; // range is exclusive of .end
409 const IndexRange &GetGlobalIndexRangeFromBinding(const uint32_t binding) const {
descriptor_sets.cpp 93 binding_to_global_index_range_map_[binding_num] = IndexRange(global_index, final_index);
210 const cvdescriptorset::IndexRange &cvdescriptorset::DescriptorSetLayout::GetGlobalIndexRangeFromBinding(
214 const static IndexRange kInvalidRange = {0xFFFFFFFF, 0xFFFFFFFF};
451 IndexRange index_range = p_layout_->GetGlobalIndexRangeFromBinding(binding);
    [all...]
  /prebuilts/tools/common/m2/repository/org/parboiled/parboiled-core/1.0.2/
parboiled-core-1.0.2.jar 

Completed in 146 milliseconds