Home
last modified time | relevance | path

Searched refs:SmallMapVector (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project/llvm/unittests/ADT/
H A DMapVectorTest.cpp310 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 DSymbolTable.h74 llvm::SmallMapVector<StringRef, ArmCmseEntryFunction, 1> cmseSymMap;
H A DSyntheticSections.h338 llvm::SmallMapVector<const OutputSection *, PageBlock, 16> pagesMap;
/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h130 llvm::SmallMapVector<IdentifierInfo *, TokenType, 8> Macros;
/llvm-project/mlir/lib/Transforms/Utils/
H A DCFGToSCF.cpp241 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 DASTReader.h588 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 DMapVector.h252 struct SmallMapVector struct
/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp167 SmallMapVector<unsigned /*TerminatorOpcode*/, SmallVector<BasicBlock *, 2>, 4> in tailMergeBlocksWithSimilarFunctionTerminators()
/llvm-project/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h301 SmallMapVector<Value *, WeakTrackingVH, 16> IndirectVHs;
/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h308 SmallMapVector<Value *, Value *, 4> ReplaceOperandsWithMap;
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DClustering.cpp192 std::vector<SmallMapVector<unsigned, SmallVector<size_t, 1>, 1>> in clusterizeNaive()
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp36 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 DCoroFrame.cpp
/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h221 llvm::SmallMapVector<ParmVarDecl *, Stmt *, 4> CoroutineParameterMoves;
/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp107 SmallMapVector<MapKey, uint64_t, 8> AssumedKnowledgeMap;
H A DSimplifyCFG.cpp1191 SmallMapVector<BasicBlock *, int, 8> NewSuccessors; in PerformValueComparisonIntoPredecessorFolding()
3567 SmallMapVector<ConstantInt *, SmallSetVector<BasicBlock *, 2>, 2> KnownValues; in FoldTwoEntryPHINode()
/llvm-project/mlir/lib/IR/
H A DDiagnostics.cpp234 llvm::SmallMapVector<DiagnosticEngine::HandlerID, DiagnosticEngine::HandlerTy,
/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp380 SmallMapVector<Value *, WeakTrackingVH, 16> &CallHandles) { in run()
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1042 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 DOMPIRBuilder.h2319 SmallMapVector<const Value *, std::pair<Value *, Value *>, 4>
/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp586 SmallMapVector<MachineInstr *, SmallVector<const MachineOperand *>, 2> in spill()
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2555 SmallMapVector<Use *, Value *, 32> ToBeChangedUses;
2559 SmallMapVector<Value *, PointerIntPair<Value *, 1, bool>, 32>
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp1008 SmallMapVector<unsigned, SmallVector<const Record *, 8>, 4> ClassInstrs;
/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1539 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 DSCF.cpp1802 llvm::SmallMapVector<unsigned, TypeCast, 2> tensorCastProducers; in matchAndRewrite()

12