Searched refs:Map (Results 26 - 50 of 144) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1332 StoredDeclsMap *Map; local
1333 if (!(Map = DC->LookupPtr))
1334 Map = DC->CreateStoredDeclsMap(Context);
1338 (*Map)[Name].removeExternalDecls();
1348 StoredDeclsMap *Map; local
1349 if (!(Map = DC->LookupPtr))
1350 Map = DC->CreateStoredDeclsMap(Context);
1354 StoredDeclsList &List = (*Map)[Name];
1488 StoredDeclsMap *Map = DC->getPrimaryContext()->LookupPtr; local
1489 if (Map) {
1637 StoredDeclsMap *Map = LookupPtr; local
1664 StoredDeclsMap *Map = LookupPtr; local
1690 StoredDeclsMap *Map = LookupPtr; local
1864 StoredDeclsMap *Map = LookupPtr; local
1949 DestroyAll(StoredDeclsMap *Map, bool Dependent) argument
1973 auto *Map = static_cast<DependentStoredDeclsMap *>(Parent->LookupPtr); local
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h74 T *Map(IndexT idx) { function in class:__tsan::DenseSlabAlloc
84 *(IndexT*)Map(idx) = freelist_;
125 freelist_ = *(IndexT*)Map(idx);
133 *(IndexT*)Map(idx) = freelist_;
H A Dtsan_sync.cpp63 MBlock *b = block_alloc_.Map(idx);
102 SyncVar *s = sync_alloc_.Map(idx & ~kFlagMask);
189 return block_alloc_.Map(idx & ~kFlagMask);
191 SyncVar * s = sync_alloc_.Map(idx & ~kFlagMask);
219 SyncVar * s = sync_alloc_.Map(idx & ~kFlagMask);
243 mys = sync_alloc_.Map(myidx);
284 SyncVar *s = sync_alloc_.Map(idx & ~kFlagMask);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DUserIDResolver.cpp17 id_t id, Map &cache,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp138 inline bool remapIndex(TypeIndex &Idx, ArrayRef<TypeIndex> Map) { argument
139 if (LLVM_LIKELY(remapIndexSimple(Idx, Map)))
142 return remapIndexFallback(Idx, Map);
145 inline bool remapIndexSimple(TypeIndex &Idx, ArrayRef<TypeIndex> Map) const {
154 if (LLVM_UNLIKELY(MapPos >= Map.size() || Map[MapPos] == Untranslated))
157 Idx = Map[MapPos];
161 bool remapIndexFallback(TypeIndex &Idx, ArrayRef<TypeIndex> Map);
191 /// Map from source type index to destination type index. Indexed by source
218 ArrayRef<TypeIndex> Map) {
217 remapIndexFallback(TypeIndex &Idx, ArrayRef<TypeIndex> Map) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDependentDiagnostic.h178 const DependentStoredDeclsMap *Map local
181 if (!Map)
185 return ddiag_range(ddiag_iterator(Map->FirstDiagnostic), ddiag_iterator());
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersChecker.cpp176 ArraySizeMapTy Map = State->get<ArraySizeMap>(); local
177 if (Map.isEmpty())
181 for (auto I : Map) {
H A DAnalysisOrderChecker.cpp133 CFGStmtMap *Map = C.getCurrentAnalysisDeclContext()->getCFGStmtMap(); local
134 CFGElement LastElement = Map->getBlock(S)->back();
H A DInnerPointerChecker.cpp64 RawPtrMapTy Map = State->get<RawPtrMap>(); local
65 for (const auto &Entry : Map) {
268 RawPtrMapTy Map = State->get<RawPtrMap>(); local
269 for (const auto &Entry : Map) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp113 Obj.Kind = Type::Map;
116 Obj.Kind = Type::Map;
171 if ((FB & FixBitsMask::Map) == FixBits::Map) {
172 Obj.Kind = Type::Map;
173 Obj.Length = FB & ~FixBitsMask::Map;
214 "Invalid Map/Array with invalid length",
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp309 PersistentSValsTy& Map = *((PersistentSValsTy*) PersistentSVals); local
313 FoldNodeTy* P = Map.FindNodeOrInsertPos(ID, InsertPos);
318 Map.InsertNode(P, InsertPos);
334 PersistentSValPairsTy& Map = *((PersistentSValPairsTy*) PersistentSValPairs); local
338 FoldNodeTy* P = Map.FindNodeOrInsertPos(ID, InsertPos);
343 Map.InsertNode(P, InsertPos);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h55 /// LiveOutMap - Map basic blocks to the value leaving the block.
64 /// Map LiveRange to sets of blocks (represented by bit vectors) that
78 /// Map each basic block where a live range is live out to the live-out value
95 LiveOutMap Map; member in class:llvm::LiveRangeCalc
175 /// Reset Map and Seen fields.
257 Map[MBB] = LiveOutPair(VNI, nullptr);
H A DLiveIntervalUnion.h81 using Map = LiveSegments;
82 const Map &getMap() const { return Segments; }
H A DRDFLiveness.h41 return Map.emplace(B, Empty).first->second;
46 std::map<MachineBasicBlock*,RegisterAggr> Map; member in struct:llvm::rdf::Liveness::LiveMapType
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h57 Map, member in class:llvm::msgpack::Type
88 /// Value for \c Type::Array and \c Type::Map.
113 /// For the collection objects (Array and Map), only the length is read, and
115 /// \c N*2 calls (in the case of Map) to \c Read to retrieve the collection
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h133 friend raw_ostream &operator<< (raw_ostream &OS, const InstrIndexMap &Map);
139 std::map<IndexType,MachineInstr*> Map; member in class:llvm::HexagonBlockRanges::IndexType::InstrIndexMap
151 : Map(M), TRI(I) {}
156 const RegToRangeMap &Map; member in struct:llvm::HexagonBlockRanges::IndexType::PrintRangeMap
H A DBitTracker.h99 Cmp(DenseMap<const MachineInstr*,unsigned> &Map) : Dist(Map) {} argument
115 CellMapType &Map; member in struct:llvm::BitTracker
352 return Map.find(Reg) != Map.end();
357 CellMapType::const_iterator F = Map.find(Reg);
358 assert(F != Map.end());
H A DBitTracker.cpp183 for (const std::pair<unsigned, RegisterCell> P : Map)
188 : ME(E), MF(F), MRI(F.getRegInfo()), Map(*new CellMapType), Trace(false) {
192 delete &Map;
808 RegisterCell DefC = ME.getCell(DefRR, Map);
827 RegisterCell ResC = ME.getCell(RU, Map);
838 ME.putCell(DefRR, DefC, Map);
851 bool Eval = ME.evaluate(MI, Map, ResMap);
860 << " cell: " << ME.getCell(RU, Map) << "\n";
886 if (RefC != ME.getCell(RD, Map)) {
887 ME.putCell(RD, RefC, Map);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFormMemoryClauses.cpp226 RegUse &Map = MO.isDef() ? Uses : Defs;
227 auto Conflict = Map.find(Reg);
228 if (Conflict == Map.end())
276 RegUse &Map = MO.isDef() ? Defs : Uses; local
278 auto Loc = Map.find(Reg);
280 if (Loc == Map.end()) {
281 Map[Reg] = std::make_pair(State, Mask);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp48 Map.resize(NumBlocks);
233 Map[MBB] = LiveOutPair(I.Value, nullptr);
303 const LiveOutPair &LOB = Map[&B];
389 if (VNInfo *VNI = Map[Pred].first) {
444 Map[MF->getBlockNumbered(BN)] = LiveOutPair(TheVNI, nullptr);
509 IDomValue = Map[IDom->getBlock()];
514 Map[IDom->getBlock()].second = IDomValue.second =
519 LiveOutPair &Value = Map[Pred];
545 LiveOutPair &LOP = Map[MBB];
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantsContext.h625 MapTy Map; member in class:llvm::ConstantUniqueMap
628 typename MapTy::iterator begin() { return Map.begin(); }
629 typename MapTy::iterator end() { return Map.end(); }
632 for (auto &I : Map)
641 Map.insert_as(Result, HashKey);
655 auto I = Map.find_as(Lookup);
656 if (I == Map.end())
667 typename MapTy::iterator I = Map.find(CP);
668 assert(I != Map.end() && "Constant not found in constant table!");
670 Map
[all...]
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/ld/
H A Dt_script.sh140 ld -r -T test.x -Map test.map -o test.ro test.o
186 ld -r -T test.x -Map test.map -o x.o c.o b.o a.o
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp71 auto &Map = PP.getHeaderSearchInfo().getModuleMap(); local
72 auto *GlobalModule = Map.createGlobalModuleFragmentForModuleUnit(ModuleLoc);
179 auto &Map = PP.getHeaderSearchInfo().getModuleMap(); local
186 if (auto *M = Map.findModule(ModuleName)) {
198 Mod = Map.createModuleForInterfaceUnit(ModuleLoc, ModuleName,
213 Mod = Map.createModuleForInterfaceUnit(ModuleLoc, ModuleName,
283 auto &Map = PP.getHeaderSearchInfo().getModuleMap(); local
285 Map.createPrivateModuleFragmentForInterfaceUnit(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h111 typedef std::multimap<lldb_private::FileSpec, shared_ptr> Map; typedef in class:ObjectContainerBSDArchive::Archive
119 static Map &GetArchiveCache();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h75 using Map = DenseSet<DeclContext *, DeclMapInfo>;
141 DeclContext::Map Contexts;

Completed in 1889 milliseconds

123456