Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp105 DenseMap<MachineBasicBlock*, unsigned> &OffsetMap) { in computeOffset() argument
115 OffsetMap[&B] = InstOffset; in computeOffset()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h69 OffsetMap; typedef
74 OffsetMap base_offsets;
75 OffsetMap vbase_offsets;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.h95 DenseMap<uint32_t, uint32_t> OffsetMap;
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3669 SmallVector<int64_t, 8> OffsetMap(NumStoresRequired, INT64_MAX); in matchTruncStoreMerge() local
3670 OffsetMap[*LowestShiftAmt] = LastOffset; in matchTruncStoreMerge()
3717 OffsetMap[*ShiftByteOffset] != INT64_MAX) in matchTruncStoreMerge()
3719 OffsetMap[*ShiftByteOffset] = MemOffset; in matchTruncStoreMerge()
3747 if (OffsetMap[i] != i * (NarrowBits / 8) + LowestIdxOffset) in matchTruncStoreMerge()
3752 if (OffsetMap[j] != i * (NarrowBits / 8) + LowestIdxOffset) in matchTruncStoreMerge()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp346 CUOffsetMap OffsetMap = finalizeDebugSections(*DebugInfoPatcher); in updateDebugInfo() local
353 updateGdbIndexSection(OffsetMap); in updateDebugInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7974 SmallVector<int64_t, 8> OffsetMap(NumStores, INT64_MAX); in mergeTruncStores() local
8035 if (Offset < 0 || Offset >= NumStores || OffsetMap[Offset] != INT64_MAX) in mergeTruncStores()
8037 OffsetMap[Offset] = ByteOffsetFromBase; in mergeTruncStores()
8056 if (OffsetMap[i] != i * (NarrowNumBits / 8) + FirstOffset) in mergeTruncStores()
8060 if (OffsetMap[j] != i * (NarrowNumBits / 8) + FirstOffset) in mergeTruncStores()