| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| ASTImporterLookupTable.h | 54 using NameMap = llvm::SmallDenseMap<DeclarationName, DeclList, 4>;
|
| CXXInheritance.h | 137 llvm::SmallDenseMap<QualType, IsVirtBaseAndNumberNonVirtBases, 8>
|
| ASTImporter.h | 217 llvm::SmallDenseMap<Decl *, int, 32> Aux; 231 llvm::SmallDenseMap<Decl *, SavedImportPathsForOneDecl, 32>;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| CaptureTracking.h | 104 SmallDenseMap<const Value *, bool, 8> *IsCapturedCache = nullptr);
|
| MemorySSAUpdater.h | 53 using PhiToDefMap = SmallDenseMap<MemoryPhi *, MemoryAccess *>;
|
| BranchProbabilityInfo.h | 337 SmallDenseMap<const BasicBlock *, uint32_t> EstimatedBlockWeight; 340 SmallDenseMap<LoopData, uint32_t> EstimatedLoopWeight;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| AMDGPUMachineFunction.h | 23 SmallDenseMap<const GlobalValue *, unsigned, 4> LocalMemoryObjects;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| DenseMap.h | 880 class SmallDenseMap 882 SmallDenseMap<KeyT, ValueT, InlineBuckets, KeyInfoT, BucketT>, KeyT, 884 friend class DenseMapBase<SmallDenseMap, KeyT, ValueT, KeyInfoT, BucketT>; 888 using BaseT = DenseMapBase<SmallDenseMap, KeyT, ValueT, KeyInfoT, BucketT>; 907 explicit SmallDenseMap(unsigned NumInitBuckets = 0) { 911 SmallDenseMap(const SmallDenseMap &other) : BaseT() { 916 SmallDenseMap(SmallDenseMap &&other) : BaseT() { 922 SmallDenseMap(const InputIt &I, const InputIt &E) [all...] |
| PriorityWorklist.h | 53 /// and a SmallDenseMap if custom data structures are not provided. 258 SmallDenseMap<T, ptrdiff_t>> {
|
| DenseSet.h | 51 /// or the equivalent SmallDenseMap type. ValueInfoT must implement the 288 ValueT, SmallDenseMap<ValueT, detail::DenseSetEmpty, InlineBuckets, 292 ValueT, SmallDenseMap<ValueT, detail::DenseSetEmpty, InlineBuckets,
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| SpeculateAroundPHIs.cpp | 203 PHINode &PN, SmallDenseMap<PHINode *, InstructionCost, 16> &CostSavingsMap, 216 SmallDenseMap<ConstantInt *, CostsAndCount, 16> CostsAndCounts; 428 const SmallDenseMap<PHINode *, InstructionCost, 16> &CostSavingsMap, 436 SmallDenseMap<Instruction *, TinyPtrVector<PHINode *>, 16> UserToPNMap; 437 SmallDenseMap<PHINode *, int, 16> PNUserCountMap; 452 SmallDenseMap<Instruction *, InstructionCost, 16> SpecCostMap; 627 SmallDenseMap<Instruction *, SmallVector<Value *, 2>, 16> SpeculatedValueMap; 649 SmallDenseMap<BasicBlock *, Value *, 16> IncomingValueMap; 744 SmallDenseMap<PHINode *, InstructionCost, 16> CostSavingsMap;
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| MicrosoftCXXABI.cpp | 83 llvm::SmallDenseMap<CXXRecordDecl *, CXXConstructorDecl *> RecordToCopyCtor; 85 llvm::SmallDenseMap<TagDecl *, DeclaratorDecl *> 87 llvm::SmallDenseMap<TagDecl *, TypedefNameDecl *>
|
| Linkage.h | 88 llvm::SmallDenseMap<QueryType, LinkageInfo, 8> CachedLinkageInfo;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonISelDAGToDAG.h | 149 SmallDenseMap<SDNode *,int> RootWeights; 150 SmallDenseMap<SDNode *,int> RootHeights; 151 SmallDenseMap<const Value *,int> GAUsesInFunction;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
| GISelKnownBits.h | 36 SmallDenseMap<Register, KnownBits, 16> ComputeKnownBitsCache;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| InstrProfWriter.h | 35 using ProfilingData = SmallDenseMap<uint64_t, InstrProfRecord>;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| CFGUpdate.h | 70 SmallDenseMap<std::pair<NodePtr, NodePtr>, int, 4> Operations;
|
| CFGDiff.h | 61 using UpdateMapType = SmallDenseMap<NodePtr, DeletesInserts>;
|
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| CaptureTracking.cpp | 378 const Value *V, SmallDenseMap<const Value *, bool, 8> *IsCapturedCache) { 379 SmallDenseMap<const Value *, bool, 8>::iterator CacheIt;
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| LegalizeTypes.h | 93 SmallDenseMap<SDValue, TableId, 8> ValueToIdMap; 94 SmallDenseMap<TableId, SDValue, 8> IdToValueMap; 98 SmallDenseMap<TableId, TableId, 8> PromotedIntegers; 102 SmallDenseMap<TableId, std::pair<TableId, TableId>, 8> ExpandedIntegers; 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 [all...] |
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CoverageMappingGen.h | 93 llvm::SmallDenseMap<const FileEntry *, unsigned, 8> FileEntries;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/ |
| OMPContext.h | 151 SmallDenseMap<TraitProperty, APInt> ScoreMap;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| PassManagerImpl.h | 97 SmallDenseMap<AnalysisKey *, bool, 8> IsResultInvalidated;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/ |
| ResourceManager.h | 354 SmallDenseMap<ResourceRef, unsigned> BusyResources;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| UnrollLoop.h | 38 using NewLoopsMap = SmallDenseMap<const Loop *, Loop *, 4>;
|