Searched refs:Segs (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MapperJITLinkMemoryManager.cpp | 24 std::vector<MemoryMapper::AllocInfo::SegInfo> Segs) in InFlightAlloc() argument 25 : Parent(Parent), G(G), AllocAddr(AllocAddr), Segs(std::move(Segs)) {} in InFlightAlloc() 31 std::swap(AI.Segments, Segs); in finalize() 53 std::vector<MemoryMapper::AllocInfo::SegInfo> Segs; member in llvm::orc::MapperJITLinkMemoryManager::InFlightAlloc
|
| H A D | EPCGenericJITLinkMemoryManager.cpp | 41 ExecutorAddr AllocAddr, SegInfoMap Segs) in InFlightAlloc() argument 42 : Parent(Parent), G(G), AllocAddr(AllocAddr), Segs(std::move(Segs)) {} in InFlightAlloc() 46 for (auto &KV : Segs) { in finalize() 96 SegInfoMap Segs; member in llvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAGHVX.cpp | 1058 BitVector Segs(alignTo(SM.MaxSrc + 1, SegLen) >> Shift); in getInputSegmentList() local 1062 Segs.set(M >> Shift); in getInputSegmentList() 1065 llvm::append_range(SegList, Segs.set_bits()); in getInputSegmentList()
|