Home
last modified time | relevance | path

Searched refs:IdxPair (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DIntervalMap.cpp19 void Path::replaceRoot(void *Root, unsigned Size, IdxPair Offsets) { in replaceRoot()
120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
126 return IdxPair(); in distribute()
131 IdxPair PosPair = IdxPair(Nodes, 0); in distribute()
136 PosPair = IdxPair(n, Position - (Sum - NewSize[n])); in distribute()
/external/swiftshader/third_party/LLVM/lib/Support/
DIntervalMap.cpp19 void Path::replaceRoot(void *Root, unsigned Size, IdxPair Offsets) { in replaceRoot()
120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
126 return IdxPair(); in distribute()
131 IdxPair PosPair = IdxPair(Nodes, 0); in distribute()
136 PosPair = IdxPair(n, Position - (Sum - NewSize[n])); in distribute()
/external/llvm/lib/Support/
DIntervalMap.cpp19 void Path::replaceRoot(void *Root, unsigned Size, IdxPair Offsets) { in replaceRoot()
120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
126 return IdxPair(); in distribute()
131 IdxPair PosPair = IdxPair(Nodes, 0); in distribute()
136 PosPair = IdxPair(n, Position - (Sum - NewSize[n])); in distribute()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DIntervalMap.h162 typedef std::pair<unsigned,unsigned> IdxPair; typedef
384 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity,
844 void replaceRoot(void *Root, unsigned Size, IdxPair Offsets);
917 typedef IntervalMapImpl::IdxPair IdxPair; typedef
1010 IdxPair branchRoot(unsigned Position);
1011 IdxPair splitRoot(unsigned Position);
1146 IntervalMapImpl::IdxPair IntervalMap<KeyT, ValT, N, Traits>::
1154 IdxPair NewOffset(0, Position); in branchRoot()
1187 IntervalMapImpl::IdxPair IntervalMap<KeyT, ValT, N, Traits>::
1195 IdxPair NewOffset(0, Position); in splitRoot()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DIntervalMap.h190 using IdxPair = std::pair<unsigned,unsigned>; variable
411 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity,
867 void replaceRoot(void *Root, unsigned Size, IdxPair Offsets);
939 using IdxPair = IntervalMapImpl::IdxPair; variable
1023 IdxPair branchRoot(unsigned Position);
1024 IdxPair splitRoot(unsigned Position);
1158 IntervalMapImpl::IdxPair IntervalMap<KeyT, ValT, N, Traits>::
1166 IdxPair NewOffset(0, Position); in branchRoot()
1199 IntervalMapImpl::IdxPair IntervalMap<KeyT, ValT, N, Traits>::
1207 IdxPair NewOffset(0, Position); in splitRoot()
[all …]
/external/llvm/include/llvm/ADT/
DIntervalMap.h183 typedef std::pair<unsigned,unsigned> IdxPair; typedef
405 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity,
865 void replaceRoot(void *Root, unsigned Size, IdxPair Offsets);
938 typedef IntervalMapImpl::IdxPair IdxPair; typedef
1020 IdxPair branchRoot(unsigned Position);
1021 IdxPair splitRoot(unsigned Position);
1156 IntervalMapImpl::IdxPair IntervalMap<KeyT, ValT, N, Traits>::
1164 IdxPair NewOffset(0, Position); in branchRoot()
1197 IntervalMapImpl::IdxPair IntervalMap<KeyT, ValT, N, Traits>::
1205 IdxPair NewOffset(0, Position); in splitRoot()
[all …]
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenRegisters.cpp628 std::pair<Record*, Record*> IdxPair(Idx1, i2->first); in computeComposites() local
638 Composite.insert(std::make_pair(IdxPair, i1d->first)); in computeComposites()
642 << " and " << getQualifiedName(IdxPair.second) in computeComposites()