| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | DenseMap.h | 907 class SmallDenseMap 940 SmallDenseMap(const SmallDenseMap &other) : BaseT() { in SmallDenseMap() function 945 SmallDenseMap(SmallDenseMap &&other) : BaseT() { in SmallDenseMap() function 957 : SmallDenseMap(Vals.begin(), Vals.end()) {} in SmallDenseMap() 959 ~SmallDenseMap() { in ~SmallDenseMap() 964 void swap(SmallDenseMap& RHS) { in swap() 1007 SmallDenseMap &SmallSide = Small ? *this : RHS; in swap() 1008 SmallDenseMap &LargeSide = Small ? RHS : *this; in swap() 1036 SmallDenseMap& operator=(const SmallDenseMap& other) { 1042 SmallDenseMap& operator=(SmallDenseMap &&other) { [all …]
|
| H A D | DenseSet.h | 288 ValueT, SmallDenseMap<ValueT, detail::DenseSetEmpty, InlineBuckets, 292 ValueT, SmallDenseMap<ValueT, detail::DenseSetEmpty, InlineBuckets,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAG.h | 151 SmallDenseMap<SDNode *,int> RootWeights; 152 SmallDenseMap<SDNode *,int> RootHeights; 153 SmallDenseMap<const Value *,int> GAUsesInFunction;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | MicrosoftCXXABI.cpp | 109 llvm::SmallDenseMap<CXXRecordDecl *, CXXConstructorDecl *> RecordToCopyCtor; 111 llvm::SmallDenseMap<TagDecl *, DeclaratorDecl *> 113 llvm::SmallDenseMap<TagDecl *, TypedefNameDecl *>
|
| H A D | Linkage.h | 88 llvm::SmallDenseMap<QueryType, LinkageInfo, 8> CachedLinkageInfo;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNRewritePartialRegUses.cpp | 91 typedef SmallDenseMap<unsigned, SubRegInfo> SubRegMap; 139 mutable SmallDenseMap<std::pair<unsigned, unsigned>, unsigned> SubRegs; 147 mutable SmallDenseMap<std::pair<const TargetRegisterClass *, unsigned>, 159 mutable SmallDenseMap<unsigned, BitVector> AllocatableAndAlignedRegClassMasks;
|
| H A D | AMDGPUMachineFunction.h | 27 SmallDenseMap<const GlobalValue *, unsigned, 4> LocalMemoryObjects;
|
| H A D | AMDGPUArgumentUsageInfo.h | 160 SmallDenseMap<int, KernArgPreloadDescriptor> PreloadKernArgs{};
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeTypes.h | 92 SmallDenseMap<SDValue, TableId, 8> ValueToIdMap; 93 SmallDenseMap<TableId, SDValue, 8> IdToValueMap; 97 SmallDenseMap<TableId, TableId, 8> PromotedIntegers; 105 SmallDenseMap<TableId, TableId, 8> SoftenedFloats; 109 SmallDenseMap<TableId, TableId, 8> PromotedFloats; 113 SmallDenseMap<TableId, TableId, 8> SoftPromotedHalfs; 117 SmallDenseMap<TableId, std::pair<TableId, TableId>, 8> ExpandedFloats; 121 SmallDenseMap<TableId, TableId, 8> ScalarizedVectors; 125 SmallDenseMap<TableId, std::pair<TableId, TableId>, 8> SplitVectors; 129 SmallDenseMap<TableId, TableId, 8> WidenedVectors; [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTImporterLookupTable.h | 53 using NameMap = llvm::SmallDenseMap<DeclarationName, DeclList, 4>;
|
| H A D | ASTImporter.h | 189 llvm::SmallDenseMap<Decl *, int, 32> Aux; 203 llvm::SmallDenseMap<Decl *, SavedImportPathsForOneDecl, 32>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroInternal.h | 34 SmallDenseMap<Argument *, AllocaInst *, 4> &ArgToAllocaMap, 37 SmallDenseMap<Argument *, AllocaInst *, 4> &ArgToAllocaMap, DPValue &DPV,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | CaptureTracking.h | 139 SmallDenseMap<const Value *, bool, 8> *IsCapturedCache = nullptr);
|
| H A D | BranchProbabilityInfo.h | 341 SmallDenseMap<const BasicBlock *, uint32_t> EstimatedBlockWeight; 344 SmallDenseMap<LoopData, uint32_t> EstimatedLoopWeight;
|
| H A D | MemoryBuiltins.h | 232 SmallDenseMap<Instruction *, SizeOffsetAPInt, 8> SeenInsts; 265 SmallDenseMap<BasicBlock *, SizeOffsetAPInt, 8> &VisitedBlocks,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
| H A D | SPIRVInstPrinter.h | 23 SmallDenseMap<unsigned, SPIRV::InstructionSet::InstructionSet> ExtInstSetIDs;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | PassManager.h | 760 Invalidator(SmallDenseMap<AnalysisKey *, bool, 8> &IsResultInvalidated, in Invalidator() 764 SmallDenseMap<AnalysisKey *, bool, 8> &IsResultInvalidated; 841 SmallDenseMap<AnalysisKey *, bool, 8> IsResultInvalidated; in verifyNotInvalidated() 1155 const SmallDenseMap<AnalysisKey *, TinyPtrVector<AnalysisKey *>, 2> & 1165 SmallDenseMap<AnalysisKey *, TinyPtrVector<AnalysisKey *>, 2>
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopSink.cpp | 172 const SmallDenseMap<BasicBlock *, int, 16> &LoopBlockNumber, LoopInfo &LI, in sinkInstruction() 308 SmallDenseMap<BasicBlock *, int, 16> LoopBlockNumber; in sinkLoopInvariantInstructions()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CaptureTracking.cpp | 459 const Value *V, SmallDenseMap<const Value *, bool, 8> *IsCapturedCache) { in isNonEscapingLocalObject() 460 SmallDenseMap<const Value *, bool, 8>::iterator CacheIt; in isNonEscapingLocalObject()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | GISelKnownBits.h | 36 SmallDenseMap<Register, KnownBits, 16> ComputeKnownBitsCache;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CFGUpdate.h | 71 SmallDenseMap<std::pair<NodePtr, NodePtr>, int, 4> Operations;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 627 llvm::SmallDenseMap<Decl *, unsigned, 4>, 1183 llvm::SmallDenseMap<CXXRecordDecl *, llvm::SmallVector<DataPointers, 2>, 2> 1187 llvm::SmallDenseMap<RecordDecl *, llvm::SmallVector<RecordDecl *, 2>, 2> 1191 llvm::SmallDenseMap<FunctionDecl *, llvm::SmallVector<FunctionDecl *, 2>, 2> 1195 llvm::SmallDenseMap<EnumDecl *, llvm::SmallVector<EnumDecl *, 2>, 2> 1199 llvm::SmallDenseMap<ObjCInterfaceDecl *, 1204 llvm::SmallDenseMap<ObjCProtocolDecl *,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPContext.h | 151 SmallDenseMap<TraitProperty, APInt> ScoreMap;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | CBufferDataLayout.cpp | 45 SmallDenseMap<StructType *, LegacyStructLayout> StructLayouts;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | UnrollLoop.h | 38 using NewLoopsMap = SmallDenseMap<const Loop *, Loop *, 4>;
|