/llvm-project/llvm/unittests/ADT/ |
H A D | MapVectorTest.cpp | 310 SmallMapVector<int, int, 32> MV; in TEST() 311 std::pair<SmallMapVector<int, int, 32>::iterator, bool> R; in TEST() 351 SmallMapVector<int, int, 32> MV; in TEST() 374 SmallMapVector<int, int, 32> MV; in TEST() 395 SmallMapVector<int, int, 32> MV; in TEST() 419 SmallMapVector<int, std::unique_ptr<int>, 8> MV; in TEST() 428 SmallMapVector<int, int, 1> MV; in TEST() 429 std::pair<SmallMapVector<int, int, 1>::iterator, bool> R; in TEST() 469 SmallMapVector<int, int, 1> MV; in TEST() 492 SmallMapVector<int, int, 1> MV; in TEST() [all …]
|
/llvm-project/lld/ELF/ |
H A D | SymbolTable.h | 74 llvm::SmallMapVector<StringRef, ArmCmseEntryFunction, 1> cmseSymMap;
|
H A D | SyntheticSections.h | 338 llvm::SmallMapVector<const OutputSection *, PageBlock, 16> pagesMap;
|
/llvm-project/clang/lib/Format/ |
H A D | FormatTokenLexer.h | 130 llvm::SmallMapVector<IdentifierInfo *, TokenType, 8> Macros;
|
/llvm-project/mlir/lib/Transforms/Utils/ |
H A D | CFGToSCF.cpp | 241 llvm::SmallMapVector<Block *, unsigned, 4> blockArgMapping; 375 llvm::SmallMapVector<Block *, unsigned, 4> blockArgMapping; 384 llvm::SmallMapVector<Block *, unsigned, 4> &&entries, in EdgeMultiplexer()
|
/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 588 llvm::SmallMapVector<Decl *, FunctionDecl *, 4> PendingExceptionSpecUpdates; 593 llvm::SmallMapVector<FunctionDecl *, QualType, 4> PendingDeducedTypeUpdates; 1195 llvm::SmallMapVector<const IdentifierInfo *, SmallVector<NamedDecl *, 2>, 16> 1253 llvm::SmallMapVector<DuplicateObjCDecls<ObjCCategoryDecl>,
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | MapVector.h | 252 struct SmallMapVector struct
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SimplifyCFGPass.cpp | 167 SmallMapVector<unsigned /*TerminatorOpcode*/, SmallVector<BasicBlock *, 2>, 4> in tailMergeBlocksWithSimilarFunctionTerminators()
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | CGSCCPassManager.h | 301 SmallMapVector<Value *, WeakTrackingVH, 16> IndirectVHs;
|
/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVN.h | 308 SmallMapVector<Value *, Value *, 4> ReplaceOperandsWithMap;
|
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | Clustering.cpp | 192 std::vector<SmallMapVector<unsigned, SmallVector<size_t, 1>, 1>> in clusterizeNaive()
|
/llvm-project/mlir/lib/Dialect/Affine/Utils/ |
H A D | LoopUtils.cpp | 36 using llvm::SmallMapVector; 2296 SmallMapVector<Value, std::unique_ptr<MemRefRegion>, 4> readRegions; in affineDataCopyGenerate() 2297 SmallMapVector<Value, std::unique_ptr<MemRefRegion>, 4> writeRegions; in affineDataCopyGenerate() 2359 [&](const SmallMapVector<Value, std::unique_ptr<MemRefRegion>, 4> in affineDataCopyGenerate() 2411 [&](const SmallMapVector<Value, std::unique_ptr<MemRefRegion>, 4> in affineDataCopyGenerate()
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp |
|
/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 221 llvm::SmallMapVector<ParmVarDecl *, Stmt *, 4> CoroutineParameterMoves;
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | AssumeBundleBuilder.cpp | 107 SmallMapVector<MapKey, uint64_t, 8> AssumedKnowledgeMap;
|
H A D | SimplifyCFG.cpp | 1191 SmallMapVector<BasicBlock *, int, 8> NewSuccessors; in PerformValueComparisonIntoPredecessorFolding() 3567 SmallMapVector<ConstantInt *, SmallSetVector<BasicBlock *, 2>, 2> KnownValues; in FoldTwoEntryPHINode()
|
/llvm-project/mlir/lib/IR/ |
H A D | Diagnostics.cpp | 234 llvm::SmallMapVector<DiagnosticEngine::HandlerID, DiagnosticEngine::HandlerTy,
|
/llvm-project/llvm/lib/Analysis/ |
H A D | CGSCCPassManager.cpp | 380 SmallMapVector<Value *, WeakTrackingVH, 16> &CallHandles) { in run()
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 1042 SmallMapVector<unsigned, unsigned, 4> LoopInvariantRegs; 1045 SmallMapVector<unsigned, unsigned, 4> MaxLocalUsers; 5222 SmallVector<SmallMapVector<unsigned, unsigned, 4>, 8> MaxUsages(VFs.size()); in selectInterleaveCount() 5257 // Note that elements in this SmallMapVector will be default constructed in selectInterleaveCount() 5260 SmallMapVector<unsigned, unsigned, 4> RegUsage; in selectInterleaveCount() 5304 // Note that elements in this SmallMapVector will be default constructed in selectInterleaveCount() 5307 SmallMapVector<unsigned, unsigned, 4> Invariant; in selectInterleaveCount()
|
/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 2319 SmallMapVector<const Value *, std::pair<Value *, Value *>, 4>
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocFast.cpp | 586 SmallMapVector<MachineInstr *, SmallVector<const MachineOperand *>, 2> in spill()
|
/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 2555 SmallMapVector<Use *, Value *, 32> ToBeChangedUses; 2559 SmallMapVector<Value *, PointerIntPair<Value *, 1, bool>, 32>
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenSchedule.cpp | 1008 SmallMapVector<unsigned, SmallVector<const Record *, 8>, 4> ClassInstrs;
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 1539 SmallMapVector<Value *, APInt, 4> VariableOffsets; in collectConstantsForGEP() 10912 SmallMapVector<AA::ValueAndContext, int, 8> ValueScopeMap; in manifest() 11240 SmallMapVector<const Function *, LivenessInfo, 4> &LivenessAAs) { 11345 SmallMapVector<const Function *, LivenessInfo, 4> &LivenessAAs) { in genericValueTraversal() 11364 SmallMapVector<const Function *, LivenessInfo, 4> LivenessAAs; in genericValueTraversal()
|
/llvm-project/mlir/lib/Dialect/SCF/IR/ |
H A D | SCF.cpp | 1802 llvm::SmallMapVector<unsigned, TypeCast, 2> tensorCastProducers; in matchAndRewrite()
|