Home
last modified time | relevance | path

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

/freebsd/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/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/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp768 SmallVector<int64_t, 8> OffsetMap(NumStoresRequired, INT64_MAX); in mergeTruncStore() local
769 OffsetMap[*LowestShiftAmt] = LastOffset; in mergeTruncStore()
810 OffsetMap[*ShiftByteOffset] != INT64_MAX) in mergeTruncStore()
812 OffsetMap[*ShiftByteOffset] = MemOffset; in mergeTruncStore()
847 if (OffsetMap[i] != i * (NarrowBits / 8) + LowestIdxOffset) in mergeTruncStore()
852 if (OffsetMap[j] != i * (NarrowBits / 8) + LowestIdxOffset) in mergeTruncStore()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h70 OffsetMap; typedef
75 OffsetMap base_offsets;
76 OffsetMap vbase_offsets;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.h95 DenseMap<uint32_t, uint32_t> OffsetMap;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8936 SmallVector<int64_t, 8> OffsetMap(NumStores, INT64_MAX); in mergeTruncStores() local
9003 if (Offset < 0 || Offset >= NumStores || OffsetMap[Offset] != INT64_MAX) in mergeTruncStores()
9005 OffsetMap[Offset] = ByteOffsetFromBase; in mergeTruncStores()
9024 if (OffsetMap[i] != i * (NarrowNumBits / 8) + FirstOffset) in mergeTruncStores()
9028 if (OffsetMap[j] != i * (NarrowNumBits / 8) + FirstOffset) in mergeTruncStores()