Home
last modified time | relevance | path

Searched refs:SmallDenseMap (Results 1 – 25 of 130) sorted by relevance

123456

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h880 class SmallDenseMap
911 SmallDenseMap(const SmallDenseMap &other) : BaseT() { in SmallDenseMap() function
916 SmallDenseMap(SmallDenseMap &&other) : BaseT() { in SmallDenseMap() function
928 : SmallDenseMap(Vals.begin(), Vals.end()) {} in SmallDenseMap()
930 ~SmallDenseMap() { in ~SmallDenseMap()
935 void swap(SmallDenseMap& RHS) { in swap()
978 SmallDenseMap &SmallSide = Small ? *this : RHS; in swap()
979 SmallDenseMap &LargeSide = Small ? RHS : *this; in swap()
1007 SmallDenseMap& operator=(const SmallDenseMap& other) {
1013 SmallDenseMap& operator=(SmallDenseMap &&other) {
[all …]
H A DDenseSet.h288 ValueT, SmallDenseMap<ValueT, detail::DenseSetEmpty, InlineBuckets,
292 ValueT, SmallDenseMap<ValueT, detail::DenseSetEmpty, InlineBuckets,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.h149 SmallDenseMap<SDNode *,int> RootWeights;
150 SmallDenseMap<SDNode *,int> RootHeights;
151 SmallDenseMap<const Value *,int> GAUsesInFunction;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftCXXABI.cpp83 llvm::SmallDenseMap<CXXRecordDecl *, CXXConstructorDecl *> RecordToCopyCtor;
85 llvm::SmallDenseMap<TagDecl *, DeclaratorDecl *>
87 llvm::SmallDenseMap<TagDecl *, TypedefNameDecl *>
H A DLinkage.h88 llvm::SmallDenseMap<QueryType, LinkageInfo, 8> CachedLinkageInfo;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h93 SmallDenseMap<SDValue, TableId, 8> ValueToIdMap;
94 SmallDenseMap<TableId, SDValue, 8> IdToValueMap;
98 SmallDenseMap<TableId, TableId, 8> PromotedIntegers;
106 SmallDenseMap<TableId, TableId, 8> SoftenedFloats;
110 SmallDenseMap<TableId, TableId, 8> PromotedFloats;
114 SmallDenseMap<TableId, TableId, 8> SoftPromotedHalfs;
118 SmallDenseMap<TableId, std::pair<TableId, TableId>, 8> ExpandedFloats;
122 SmallDenseMap<TableId, TableId, 8> ScalarizedVectors;
126 SmallDenseMap<TableId, std::pair<TableId, TableId>, 8> SplitVectors;
130 SmallDenseMap<TableId, TableId, 8> WidenedVectors;
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCaptureTracking.h104 SmallDenseMap<const Value *, bool, 8> *IsCapturedCache = nullptr);
H A DBranchProbabilityInfo.h331 SmallDenseMap<const BasicBlock *, uint32_t> EstimatedBlockWeight;
334 SmallDenseMap<LoopData, uint32_t> EstimatedLoopWeight;
H A DMemorySSAUpdater.h53 using PhiToDefMap = SmallDenseMap<MemoryPhi *, MemoryAccess *>;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporterLookupTable.h54 using NameMap = llvm::SmallDenseMap<DeclarationName, DeclList, 4>;
H A DASTImporter.h217 llvm::SmallDenseMap<Decl *, int, 32> Aux;
231 llvm::SmallDenseMap<Decl *, SavedImportPathsForOneDecl, 32>;
H A DCXXInheritance.h137 llvm::SmallDenseMap<QualType, IsVirtBaseAndNumberNonVirtBases, 8>
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.h23 SmallDenseMap<const GlobalValue *, unsigned, 4> LocalMemoryObjects;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp378 const Value *V, SmallDenseMap<const Value *, bool, 8> *IsCapturedCache) { in isNonEscapingLocalObject()
379 SmallDenseMap<const Value *, bool, 8>::iterator CacheIt; in isNonEscapingLocalObject()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManager.h726 Invalidator(SmallDenseMap<AnalysisKey *, bool, 8> &IsResultInvalidated, in Invalidator()
730 SmallDenseMap<AnalysisKey *, bool, 8> &IsResultInvalidated;
807 SmallDenseMap<AnalysisKey *, bool, 8> IsResultInvalidated; in verifyNotInvalidated()
1121 const SmallDenseMap<AnalysisKey *, TinyPtrVector<AnalysisKey *>, 2> &
1131 SmallDenseMap<AnalysisKey *, TinyPtrVector<AnalysisKey *>, 2>
H A DPassManagerImpl.h97 SmallDenseMap<AnalysisKey *, bool, 8> IsResultInvalidated; in invalidate()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h35 using ProfilingData = SmallDenseMap<uint64_t, InstrProfRecord>;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelKnownBits.h36 SmallDenseMap<Register, KnownBits, 16> ComputeKnownBitsCache;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCFGUpdate.h71 SmallDenseMap<std::pair<NodePtr, NodePtr>, int, 4> Operations;
H A DCFGDiff.h61 using UpdateMapType = SmallDenseMap<NodePtr, DeletesInserts>;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSink.cpp188 const SmallDenseMap<BasicBlock *, int, 16> &LoopBlockNumber, LoopInfo &LI, in sinkInstruction()
312 SmallDenseMap<BasicBlock *, int, 16> LoopBlockNumber; in sinkLoopInvariantInstructions()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h93 llvm::SmallDenseMap<const FileEntry *, unsigned, 8> FileEntries;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h37 using NewLoopsMap = SmallDenseMap<const Loop *, Loop *, 4>;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPContext.h151 SmallDenseMap<TraitProperty, APInt> ScoreMap;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp78 SmallDenseMap<BasicBlock *, Value *, 8> &ValueMapping) { in IsEquivalentPHI()
150 SmallDenseMap<BasicBlock *, Value *, 8> ValueMapping(PredValues.begin(), in GetValueInMiddleOfBlock()

123456