| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | MapVectorTest.cpp | 199 SmallMapVector<int, int, 32> MV; in TEST() 200 std::pair<SmallMapVector<int, int, 32>::iterator, bool> R; in TEST() 240 SmallMapVector<int, int, 32> MV; in TEST() 263 SmallMapVector<int, int, 32> MV; in TEST() 284 SmallMapVector<int, int, 32> MV; in TEST() 308 SmallMapVector<int, std::unique_ptr<int>, 8> MV; in TEST() 317 SmallMapVector<int, int, 1> MV; in TEST() 318 std::pair<SmallMapVector<int, int, 1>::iterator, bool> R; in TEST() 358 SmallMapVector<int, int, 1> MV; in TEST() 381 SmallMapVector<int, int, 1> MV; in TEST() [all …]
|
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | FormatTokenLexer.h | 119 llvm::SmallMapVector<IdentifierInfo *, TokenType, 8> Macros;
|
| /llvm-project-15.0.7/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 528 llvm::SmallMapVector<Decl *, FunctionDecl *, 4> PendingExceptionSpecUpdates; 533 llvm::SmallMapVector<FunctionDecl *, QualType, 4> PendingDeducedTypeUpdates; 1053 llvm::SmallMapVector<IdentifierInfo *, SmallVector<NamedDecl*, 2>, 16> 1119 llvm::SmallMapVector<DuplicateObjCDecls<ObjCCategoryDecl>,
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | MapVector.h | 233 struct SmallMapVector struct
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | CGSCCPassManager.h | 317 SmallMapVector<Value *, WeakTrackingVH, 16> IndirectVHs;
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/ |
| H A D | GVN.h | 245 SmallMapVector<Value *, Value *, 4> ReplaceOperandsWithMap;
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | SimplifyCFGPass.cpp | 158 SmallMapVector<unsigned /*TerminatorOpcode*/, SmallVector<BasicBlock *, 2>, 4> in tailMergeBlocksWithSimilarFunctionTerminators()
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | Clustering.cpp | 192 std::vector<SmallMapVector<unsigned, SmallVector<size_t, 1>, 1>> in clusterizeNaive()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/ |
| H A D | LoopUtils.cpp | 38 using llvm::SmallMapVector; 2394 SmallMapVector<Value, std::unique_ptr<MemRefRegion>, 4> readRegions; in affineDataCopyGenerate() 2395 SmallMapVector<Value, std::unique_ptr<MemRefRegion>, 4> writeRegions; in affineDataCopyGenerate() 2452 [&](const SmallMapVector<Value, std::unique_ptr<MemRefRegion>, 4> in affineDataCopyGenerate() 2504 [&](const SmallMapVector<Value, std::unique_ptr<MemRefRegion>, 4> in affineDataCopyGenerate()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 212 llvm::SmallMapVector<ParmVarDecl *, Stmt *, 4> CoroutineParameterMoves;
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | AssumeBundleBuilder.cpp | 108 SmallMapVector<MapKey, uint64_t, 8> AssumedKnowledgeMap;
|
| H A D | SimplifyCFG.cpp | 1176 SmallMapVector<BasicBlock *, int, 8> NewSuccessors; in PerformValueComparisonIntoPredecessorFolding() 2990 SmallMapVector<ConstantInt *, SmallSetVector<BasicBlock *, 2>, 2> KnownValues; in FoldCondBranchOnValueKnownInPredecessorImpl()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | FunctionSpecialization.cpp | 125 using SpecializationMap = SmallMapVector<CallBase *, SpecializationInfo, 8>;
|
| H A D | AttributorAttributes.cpp | 9914 SmallMapVector<AA::ValueAndContext, int, 8> ValueScopeMap; in recurseForValue() 10183 SmallMapVector<const Function *, LivenessInfo, 4> &LivenessAAs) { in handlePHINode() 10261 SmallMapVector<const Function *, LivenessInfo, 4> &LivenessAAs) { in simplifyInstruction() 10280 SmallMapVector<const Function *, LivenessInfo, 4> LivenessAAs; in genericValueTraversal()
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Diagnostics.cpp | 228 llvm::SmallMapVector<DiagnosticEngine::HandlerID, DiagnosticEngine::HandlerTy,
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | CGSCCPassManager.cpp | 384 SmallMapVector<Value *, WeakTrackingVH, 16> &CallHandles) { in run()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | SyntheticSections.h | 342 llvm::SmallMapVector<const OutputSection *, PageBlock, 16> pagesMap;
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 731 SmallMapVector<const RecurrenceDescriptor *, PHINode *, 4> 1201 SmallMapVector<unsigned, unsigned, 4> LoopInvariantRegs; 1204 SmallMapVector<unsigned, unsigned, 4> MaxLocalUsers; 1530 SmallMapVector<PHINode *, SmallVector<Instruction *, 4>, 4>; 5930 SmallVector<SmallMapVector<unsigned, unsigned, 4>, 8> MaxUsages(VFs.size()); in calculateRegisterUsage() 5960 SmallMapVector<unsigned, unsigned, 4> RegUsage; in calculateRegisterUsage() 6008 SmallMapVector<unsigned, unsigned, 4> Invariant; in calculateRegisterUsage()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | RegAllocFast.cpp | 440 SmallMapVector<MachineInstr *, SmallVector<const MachineOperand *>, 2> in spill()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 2187 SmallMapVector<Use *, Value *, 32> ToBeChangedUses; 2191 SmallMapVector<Value *, std::pair<Value *, bool>, 32> ToBeChangedValues;
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.cpp | 1052 SmallMapVector<unsigned, SmallVector<Record *, 8>, 4> ClassInstrs; in createInstRWClass()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 302 using SpillInfo = SmallMapVector<Value *, SmallVector<Instruction *, 2>, 8>;
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 4483 SmallMapVector<std::pair<BasicBlock *, BasicBlock *>, BasicBlock *, 4> in parseFunctionBody()
|