Home
last modified time | relevance | path

Searched refs:OffsetMap (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.cpp83 OffsetMap[Entry.FileNameOffset] = SerializedSize; in addChecksum()
112 auto Iter = OffsetMap.find(Offset); in mapChecksumOffset()
113 assert(Iter != OffsetMap.end()); in mapChecksumOffset()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp105 DenseMap<MachineBasicBlock*, unsigned> &OffsetMap) { in computeOffset() argument
115 OffsetMap[&B] = InstOffset; in computeOffset()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp754 SmallVector<int64_t, 8> OffsetMap(NumStoresRequired, INT64_MAX); in mergeTruncStore() local
755 OffsetMap[*LowestShiftAmt] = LastOffset; in mergeTruncStore()
796 OffsetMap[*ShiftByteOffset] != INT64_MAX) in mergeTruncStore()
798 OffsetMap[*ShiftByteOffset] = MemOffset; in mergeTruncStore()
833 if (OffsetMap[i] != i * (NarrowBits / 8) + LowestIdxOffset) in mergeTruncStore()
838 if (OffsetMap[j] != i * (NarrowBits / 8) + LowestIdxOffset) in mergeTruncStore()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h69 OffsetMap; typedef
74 OffsetMap base_offsets;
75 OffsetMap vbase_offsets;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.h95 DenseMap<uint32_t, uint32_t> OffsetMap;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8929 SmallVector<int64_t, 8> OffsetMap(NumStores, INT64_MAX); in mergeTruncStores() local
8990 if (Offset < 0 || Offset >= NumStores || OffsetMap[Offset] != INT64_MAX) in mergeTruncStores()
8992 OffsetMap[Offset] = ByteOffsetFromBase; in mergeTruncStores()
9011 if (OffsetMap[i] != i * (NarrowNumBits / 8) + FirstOffset) in mergeTruncStores()
9015 if (OffsetMap[j] != i * (NarrowNumBits / 8) + FirstOffset) in mergeTruncStores()