HomeSort by relevance Sort by last modified time
    Searched refs:SmallDenseMap (Results 1 - 25 of 33) sorted by null

1 2

  /external/llvm/include/llvm/ADT/
DenseMap.h 681 class SmallDenseMap
682 : public DenseMapBase<SmallDenseMap<KeyT, ValueT, InlineBuckets, KeyInfoT>,
686 typedef DenseMapBase<SmallDenseMap, KeyT, ValueT, KeyInfoT> BaseT;
688 friend class DenseMapBase<SmallDenseMap, KeyT, ValueT, KeyInfoT>;
704 explicit SmallDenseMap(unsigned NumInitBuckets = 0) {
708 SmallDenseMap(const SmallDenseMap &other) : BaseT() {
713 SmallDenseMap(SmallDenseMap &&other) : BaseT() {
719 SmallDenseMap(const InputIt &I, const InputIt &E)
    [all...]
  /external/llvm/unittests/ADT/
DenseMapTest.cpp 103 SmallDenseMap<uint32_t, uint32_t>,
104 SmallDenseMap<uint32_t *, uint32_t *>,
105 SmallDenseMap<CtorTester, CtorTester, 4,
212 // Test copy constructor method where SmallDenseMap isn't small.
230 // Test copying from an empty map where SmallDenseMap isn't small.
373 SmallDenseMap<unsigned, unsigned, 32, ContiguousDenseMapInfo> map;
388 // SmallDenseMap which led to a map with num elements == small capacity not
  /external/clang/include/clang/AST/
CXXInheritance.h 131 llvm::SmallDenseMap<QualType, std::pair<bool, unsigned>, 8> ClassSubobjects;
DeclContextInternals.h 242 : public llvm::SmallDenseMap<DeclarationName, StoredDeclsList, 4> {
ASTContext.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 86 SmallDenseMap<SDValue, SDValue, 8> PromotedIntegers;
90 SmallDenseMap<SDValue, std::pair<SDValue, SDValue>, 8> ExpandedIntegers;
94 SmallDenseMap<SDValue, SDValue, 8> SoftenedFloats;
98 SmallDenseMap<SDValue, std::pair<SDValue, SDValue>, 8> ExpandedFloats;
102 SmallDenseMap<SDValue, SDValue, 8> ScalarizedVectors;
106 SmallDenseMap<SDValue, std::pair<SDValue, SDValue>, 8> SplitVectors;
110 SmallDenseMap<SDValue, SDValue, 8> WidenedVectors;
114 SmallDenseMap<SDValue, SDValue, 8> ReplacedValues;
    [all...]
LegalizeVectorOps.cpp 43 SmallDenseMap<SDValue, SDValue, 64> LegalizedNodes;
    [all...]
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 65 SmallDenseMap<BasicBlock*, Value*, 8> &ValueMapping) {
138 SmallDenseMap<BasicBlock*, Value*, 8> ValueMapping(PredValues.begin(),
SimplifyCFG.cpp     [all...]
  /external/clang/include/clang/Sema/
Template.h 188 typedef llvm::SmallDenseMap<
ScopeInfo.h 277 typedef llvm::SmallDenseMap<WeakObjectProfileTy, WeakUseVector, 8,
  /external/clang/include/clang/Serialization/
ASTReader.h 471 llvm::SmallDenseMap<Decl *, unsigned, 4>,
569 typedef llvm::SmallDenseMap<IdentifierInfo*,
    [all...]
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 342 llvm::SmallDenseMap<FileID, SourceLocation> BeginLocsMap;
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 599 SmallDenseMap<const IrreducibleGraph::IrrNode *, bool, 8> InSCC;
BasicAliasAnalysis.cpp 473 // SmallDenseMap if it ever grows larger.
518 typedef SmallDenseMap<LocPair, AliasResult, 8> AliasCacheTy;
    [all...]
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 68 typedef SmallDenseMap<MachineBasicBlock*, MachineInstr*, 2> BB2BrMap;
  /external/llvm/lib/Transforms/Scalar/
ConstantHoisting.cpp 116 SmallDenseMap<Instruction *, Instruction *> ClonedCastMap;
LICM.cpp 591 SmallDenseMap<BasicBlock *, Instruction *, 32> SunkCopies;
    [all...]
SROA.cpp 339 SmallDenseMap<Instruction *, unsigned> MemTransferSliceMap;
340 SmallDenseMap<Instruction *, uint64_t> PHIOrSelectSizes;
536 SmallDenseMap<Instruction *, unsigned>::iterator MTPI = MemTransferSliceMap.find(&II);
559 SmallDenseMap<Instruction *, unsigned>::iterator MTPI;
    [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 556 SmallDenseMap<uint32_t, IrrNode *, 4> Lookup;
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 113 SmallDenseMap<Instruction *, int> InstrIdx;
535 SmallDenseMap<Value*, int> ScalarToTreeEntry;
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 101 mutable llvm::SmallDenseMap<Selector, unsigned, 16> StringSelectors;
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 140 llvm::SmallDenseMap<const IdentifierInfo *, tok::TokenKind>
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]
  /external/clang/lib/Parse/
Parser.cpp     [all...]

Completed in 567 milliseconds

1 2