/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
H A D | interval_map_test.cpp | 20 IntervalMap<unsigned, unsigned, IntervalCoalescing::Enabled> M; in TEST() 29 IntervalMap<unsigned, unsigned, IntervalCoalescing::Enabled> M; in TEST() 46 IntervalMap<unsigned, unsigned, IntervalCoalescing::Enabled> M1; in TEST() 58 IntervalMap<unsigned, unsigned, IntervalCoalescing::Enabled> M2; in TEST() 75 IntervalMap<unsigned, unsigned, IntervalCoalescing::Enabled> M1; in TEST() 87 IntervalMap<unsigned, unsigned, IntervalCoalescing::Enabled> M2; in TEST() 104 IntervalMap<unsigned, unsigned, IntervalCoalescing::Enabled> M1; in TEST() 123 IntervalMap<unsigned, unsigned, IntervalCoalescing::Enabled> M2; in TEST() 141 IntervalMap<unsigned, unsigned, IntervalCoalescing::Enabled> M; in TEST() 152 IntervalMap<unsigned, unsigned, IntervalCoalescing::Enabled> M; in TEST() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | IntervalMap.h | 1 //===- llvm/ADT/IntervalMap.h - A sorted interval map -----------*- C++ -*-===// 18 /// Like SmallVector, IntervalMap will store the first N intervals in the map 23 /// A Traits class specifies how keys are compared. It also allows IntervalMap 31 /// IntervalMap is optimized for small key and value objects, 4 or 8 bytes 39 // class IntervalMap { 47 // explicit IntervalMap(Allocator&); 48 // ~IntervalMap(): 67 // class IntervalMap::const_iterator { 96 // class IntervalMap::iterator : public const_iterator { 123 // The IntervalMap work 1041 explicit IntervalMap(Allocator &a) : allocator(&a) { IntervalMap() function 1049 IntervalMap(IntervalMap const &RHS) : IntervalMap(*RHS.allocator) { IntervalMap() function 1063 IntervalMap(IntervalMap &&RHS) : IntervalMap(*RHS.allocator) { IntervalMap() function 1344 friend class IntervalMap; global() variable 1573 friend class IntervalMap; global() variable [all...] |
H A D | CoalescingBitVector.h | 45 using MapT = IntervalMap<IndexT, char>;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | MapperJITLinkMemoryManager.h | 58 using AvailableMemoryMap = IntervalMap<ExecutorAddr, bool>; 60 IntervalMap<ExecutorAddr, bool> AvailableMemory;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | interval_map.h | 126 class IntervalMap; variable 129 class IntervalMap<KeyT, ValT, IntervalCoalescing::Enabled> 157 class IntervalMap<KeyT, ValT, IntervalCoalescing::Disabled>
|
H A D | interval_set.h | 30 using ImplMap = IntervalMap<KeyT, std::monostate, Coalescing>;
|
H A D | macho_platform.cpp | 267 IntervalMap<char *, UnwindSections, IntervalCoalescing::Disabled>;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbIndex.h | 99 llvm::IntervalMap<lldb::addr_t, uint32_t>::Allocator m_allocator; 102 llvm::IntervalMap<lldb::addr_t, uint16_t> m_va_to_modi;
|
H A D | PdbIndex.cpp | 92 llvm::IntervalMap<uint64_t, uint16_t> &m_imap; in ParseSectionContribs() 95 Visitor(PdbIndex &ctx, llvm::IntervalMap<uint64_t, uint16_t> &imap) in ParseSectionContribs()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | DeadStoreElimination.cpp | 656 static bool tryToShortenEnd(Instruction *DeadI, OverlapIntervalsTy &IntervalMap, in tryToShortenEnd() argument 658 if (IntervalMap.empty() || !isShortenableAtTheEnd(DeadI)) in tryToShortenEnd() 661 OverlapIntervalsTy::iterator OII = --IntervalMap.end(); in tryToShortenEnd() 676 IntervalMap.erase(OII); in tryToShortenEnd() 684 OverlapIntervalsTy &IntervalMap, in tryToShortenBegin() argument 686 if (IntervalMap.empty() || !isShortenableAtTheBeginning(DeadI)) in tryToShortenBegin() 689 OverlapIntervalsTy::iterator OII = IntervalMap.begin(); in tryToShortenBegin() 705 IntervalMap.erase(OII); in tryToShortenBegin() 2068 OverlapIntervalsTy &IntervalMap = OI.second; in removePartiallyOverlappedStores() local 2069 Changed |= tryToShortenEnd(DeadI, IntervalMap, DeadStart, DeadSize); in removePartiallyOverlappedStores() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveIntervalUnion.h | 46 using LiveSegments = IntervalMap<SlotIndex, const LiveInterval *>;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeSession.h | 135 IntervalMap<uint64_t, uint16_t, 8, IntervalMapHalfOpenInfo<uint64_t>>;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SplitKit.h | 21 #include "llvm/ADT/IntervalMap.h" 313 using RegAssignMap = IntervalMap<SlotIndex, unsigned>;
|
H A D | LiveDebugVariables.cpp | 261 using LocMap = IntervalMap<SlotIndex, DbgVariableValue, 4>;
|
H A D | AssignmentTrackingAnalysis.cpp | 383 using FragsInMemMap = IntervalMap<
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 456 IntervalMap<uint64_t, uint64_t, 4, IntervalMapHalfOpenInfo<uint64_t>>;
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 480 using MapType = IntervalMap<uint64_t, uint64_t>; in verifyIndex()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 1779 using VMMap = llvm::IntervalMap<addr_t, SectionSP, 4,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 5134 using IntervalMap = DenseMap<Instruction *, unsigned>; in calculateRegisterUsage() typedef 5139 IntervalMap EndPoint; in calculateRegisterUsage()
|
/freebsd/lib/clang/libllvm/ |
H A D | Makefile | 1151 SRCS_MIN+= Support/IntervalMap.cpp
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 28558 using IMap = llvm::IntervalMap<int64_t, std::monostate, 8, in parallelizeChainedStores()
|