Home
last modified time | relevance | path

Searched defs:IndexMap (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/external/llvm/lib/DebugInfo/CodeView/
H A DTypeRecord.cpp382 static bool remapIndex(ArrayRef<TypeIndex> IndexMap, TypeIndex &Idx) { in remapIndex()
398 bool ModifierRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) { in remapTypeIndices()
402 bool ProcedureRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) { in remapTypeIndices()
409 bool MemberFunctionRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) { in remapTypeIndices()
418 bool MemberFuncIdRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) { in remapTypeIndices()
425 bool ArgListRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) { in remapTypeIndices()
432 bool MemberPointerInfo::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) { in remapTypeIndices()
436 bool PointerRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) { in remapTypeIndices()
444 bool NestedTypeRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) { in remapTypeIndices()
448 bool ArrayRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) { in remapTypeIndices()
[all …]
H A DTypeStreamMerger.cpp91 SmallVector<TypeIndex, 0> IndexMap; member in __anon93554eff0111::TypeStreamMerger
/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/src/
Dmap.rs71 pub struct IndexMap<K, V, S = RandomState> { struct
72 pub(crate) core: IndexMapCore<K, V>, argument
76 pub struct IndexMap<K, V, S> { struct
77 pub(crate) core: IndexMapCore<K, V>, argument
81 impl<K, V, S> Clone for IndexMap<K, V, S> implementation
100 impl<K, V, S> Entries for IndexMap<K, V, S> { implementation
126 impl<K, V, S> fmt::Debug for IndexMap<K, V, S> implementation
144 impl<K, V> IndexMap<K, V> { implementation
161 impl<K, V, S> IndexMap<K, V, S> { implementation
319 impl<K, V, S> IndexMap<K, V, S> implementation
[all …]
Dserde.rs14 impl<K, V, S> Serialize for IndexMap<K, V, S> implementation
58 impl<'de, K, V, S> Deserialize<'de> for IndexMap<K, V, S> implementation
72 impl<'de, K, V, S, E> IntoDeserializer<'de, E> for IndexMap<K, V, S> implementation
Drustc.rs12 impl<K, V, S> IntoParallelIterator for IndexMap<K, V, S> implementation
41 impl<'a, K, V, S> IntoParallelIterator for &'a IndexMap<K, V, S> implementation
70 impl<'a, K, V, S> IntoParallelIterator for &'a mut IndexMap<K, V, S> implementation
Darbitrary.rs7 impl<'a, K, V, S> Arbitrary<'a> for IndexMap<K, V, S> implementation
45 impl<K, V, S> Arbitrary for IndexMap<K, V, S> implementation
Dmutable_keys.rs51 impl<K, V, S> MutableKeys for IndexMap<K, V, S> implementation
/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/src/rayon/
Dmap.rs23 impl<K, V, S> IntoParallelIterator for IndexMap<K, V, S> implementation
67 impl<'a, K, V, S> IntoParallelIterator for &'a IndexMap<K, V, S> implementation
117 impl<'a, K, V, S> IntoParallelIterator for &'a mut IndexMap<K, V, S> implementation
161 impl<'a, K, V, S> ParallelDrainRange<usize> for &'a mut IndexMap<K, V, S> implementation
202 impl<K, V, S> IndexMap<K, V, S> impl
228 impl<K, V, S> IndexMap<K, V, S> implementation
318 impl<K, V, S> IndexMap<K, V, S> impl
334 impl<K, V, S> IndexMap<K, V, S> impl
440 impl<K, V, S> FromParallelIterator<(K, V)> for IndexMap<K, V, S> implementation
461 impl<K, V, S> ParallelExtend<(K, V)> for IndexMap<K, V, S> implementation
[all …]
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp283 void HexagonBlockRanges::computeInitialLiveRanges(InstrIndexMap &IndexMap, in computeInitialLiveRanges()
368 InstrIndexMap &IndexMap) { in computeLiveMap()
379 InstrIndexMap &IndexMap, RegToRangeMap &LiveMap) { in computeDeadMap()
H A DHexagonFrameLowering.cpp1829 HexagonBlockRanges::InstrIndexMap &IndexMap, in findPhysReg()
1923 auto &IndexMap = P.first->second; in optimizeSpillSlots() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp290 void HexagonBlockRanges::computeInitialLiveRanges(InstrIndexMap &IndexMap, in computeInitialLiveRanges()
422 InstrIndexMap &IndexMap) { in computeLiveMap()
432 InstrIndexMap &IndexMap, RegToRangeMap &LiveMap) { in computeDeadMap()
H A DHexagonFrameLowering.cpp2133 HexagonBlockRanges::InstrIndexMap &IndexMap, in findPhysReg()
2214 auto &IndexMap = P.first->second; in optimizeSpillSlots() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp290 void HexagonBlockRanges::computeInitialLiveRanges(InstrIndexMap &IndexMap, in computeInitialLiveRanges()
422 InstrIndexMap &IndexMap) { in computeLiveMap()
432 InstrIndexMap &IndexMap, RegToRangeMap &LiveMap) { in computeDeadMap()
H A DHexagonFrameLowering.cpp2032 HexagonBlockRanges::InstrIndexMap &IndexMap, in findPhysReg()
2113 auto &IndexMap = P.first->second; in optimizeSpillSlots() local
/aosp_15_r20/dalvik/dx/src/com/android/dx/merge/
H A DIndexMap.java61 public final class IndexMap { class
77 public IndexMap(Dex target, TableOfContents tableOfContents) { in IndexMap() method in IndexMap
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/autogen/
Dmod.rs38 pub type IndexMap<K, V> = indexmap::IndexMap<K, V, ahash::RandomState>; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp194 SmallVectorImpl<TypeIndex> &IndexMap; member in __anon9dfa10a70111::TypeStreamMerger
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp193 SmallVectorImpl<TypeIndex> &IndexMap; member in __anon68f762610111::TypeStreamMerger
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp430 DenseMap<uint32_t, uint32_t> IndexMap; in writeSecHdrTable() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_algebraic.py841 class IndexMap(object): class in TreeAutomaton
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp63 DTN2UnsignedMap IndexMap; member in __anon8b8d930f0111::NearestCommonDominator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp703 SmallVector<uint32_t, 16> IndexMap(SecHdrTable.size(), -1); in writeSecHdrTable() local
/aosp_15_r20/external/perfetto/src/trace_processor/storage/
H A Dtrace_storage.h228 using IndexMap = std::map<int, int64_t>; member
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dexport_json.cc84 using IndexMap = perfetto::trace_processor::TraceStorage::Stats::IndexMap; typedef
/aosp_15_r20/external/dexmaker/lib/
HDdalvik-dx-9.0.0_r3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...

12