Home
last modified time | relevance | path

Searched refs:MapVector (Results 1 – 25 of 62) sorted by relevance

123

/external/webrtc/webrtc/base/
Dlinux.h42 typedef std::vector<SimpleMap> MapVector; typedef
49 virtual bool Parse(MapVector* key_val_pairs);
104 ConfigParser::MapVector sections_;
Dlinux_unittest.cc78 ConfigParser::MapVector key_val_pairs; in TEST()
Dlinux.cc188 bool ConfigParser::Parse(MapVector* key_val_pairs) { in Parse()
/external/clang/include/clang/Sema/
DExternalSemaSource.h85 ReadUndefinedButUsed(llvm::MapVector<NamedDecl *, SourceLocation> &Undefined);
87 virtual void ReadMismatchingDeleteExpressions(llvm::MapVector<
193 llvm::MapVector<const FunctionDecl *, LateParsedTemplate *> &LPTMap) {} in ReadLateParsedTemplates()
DMultiplexExternalSemaSource.h218 llvm::MapVector<NamedDecl *, SourceLocation> &Undefined) override;
220 void ReadMismatchingDeleteExpressions(llvm::MapVector<
325 llvm::MapVector<const FunctionDecl *, LateParsedTemplate *> &LPTMap)
/external/llvm/include/llvm/Transforms/Scalar/
DFloat2Int.h44 MapVector<Instruction *, ConstantRange> SeenInsts;
47 MapVector<Instruction *, Value *> ConvertedInsts;
/external/llvm/unittests/ADT/
DMapVectorTest.cpp18 MapVector<int, int> MV1, MV2; in TEST()
19 std::pair<MapVector<int, int>::iterator, bool> R; in TEST()
43 MapVector<int, int> MV; in TEST()
44 std::pair<MapVector<int, int>::iterator, bool> R; in TEST()
84 MapVector<int, int> MV; in TEST()
107 MapVector<int, int> MV; in TEST()
128 MapVector<int, int> MV; in TEST()
/external/llvm/include/llvm/ADT/
DMapVector.h32 class MapVector {
70 void swap(MapVector &RHS) { in swap()
170 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if()
194 : MapVector<KeyT, ValueT, SmallDenseMap<KeyT, unsigned, N>,
/external/llvm/include/llvm/Transforms/Vectorize/
DSLPVectorizer.h42 typedef MapVector<Value *, StoreList> StoreListMap;
44 typedef MapVector<Value *, WeakVHList> WeakVHListMap;
/external/clang/include/clang/AST/
DCXXInheritance.h272 typedef llvm::MapVector<unsigned, ValuesT> MapType;
357 : public llvm::MapVector<const CXXMethodDecl *, OverridingMethods> { };
/external/eigen/Eigen/src/SparseLU/
DSparseLU_gemm_kernel.h259 typedef Map<Matrix<Scalar,Dynamic,1>, Alignment > MapVector; in sparselu_gemm() typedef
261 …if(rd==1) MapVector(C+j*ldc+ib,actual_b) += B[0+d_end+j*ldb] * ConstMapVector(A+(d_end+0)*ld… in sparselu_gemm()
263 …else if(rd==2) MapVector(C+j*ldc+ib,actual_b) += B[0+d_end+j*ldb] * ConstMapVector(A+(d_end+0)*ld… in sparselu_gemm()
266 …else MapVector(C+j*ldc+ib,actual_b) += B[0+d_end+j*ldb] * ConstMapVector(A+(d_end+0)*ld… in sparselu_gemm()
/external/llvm/include/llvm/CodeGen/
DStackMaps.h193 typedef MapVector<uint64_t, uint64_t> ConstantPool;
194 typedef MapVector<const MCSymbol *, uint64_t> FnStackSizeMap;
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp200 MCStreamer &Out, MapVector<uint64_t, UnitIndexEntry> &TypeIndexEntries, in addAllTypesFromDWP()
230 MapVector<uint64_t, UnitIndexEntry> &TypeIndexEntries, in addAllTypes()
266 const MapVector<uint64_t, UnitIndexEntry> &IndexEntries, in writeIndexTable()
277 const MapVector<uint64_t, UnitIndexEntry> &IndexEntries) { in writeIndex()
483 MapVector<uint64_t, UnitIndexEntry> IndexEntries; in write()
484 MapVector<uint64_t, UnitIndexEntry> TypeIndexEntries; in write()
/external/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp212 llvm::MapVector<NamedDecl *, SourceLocation> &Undefined) { in ReadUndefinedButUsed()
218 llvm::MapVector<FieldDecl *, in ReadMismatchingDeleteExpressions()
288 llvm::MapVector<const FunctionDecl *, LateParsedTemplate *> &LPTMap) { in ReadLateParsedTemplates()
/external/llvm/lib/CodeGen/AsmPrinter/
DDbgValueHistoryCalculator.h36 typedef MapVector<InlinedVariable, InstrRanges> InstrRangesMap;
/external/llvm/include/llvm/MC/
DConstantPools.h78 typedef MapVector<MCSection *, ConstantPool> ConstantPoolMapTy;
/external/llvm/include/llvm/Analysis/
DVectorUtils.h112 MapVector<Instruction*, uint64_t>
/external/llvm/lib/Analysis/
DVectorUtils.cpp309 MapVector<Instruction *, uint64_t>
322 MapVector<Instruction *, uint64_t> MinBWs; in computeMinimumValueSizes()
368 return MapVector<Instruction *, uint64_t>(); in computeMinimumValueSizes()
/external/webrtc/talk/media/devices/
Dlinuxdevicemanager.cc182 rtc::ConfigParser::MapVector all_values; in GetVideoDeviceNameK2_4()
193 for (rtc::ConfigParser::MapVector::iterator i = all_values.begin(); in GetVideoDeviceNameK2_4()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DObjCARC.cpp58 class MapVector { class
76 ~MapVector() { in ~MapVector()
1302 typedef MapVector<const Value *, PtrState> MapTy;
1480 MapVector<Value *, RRInfo> &Retains);
1486 MapVector<Value *, RRInfo> &Retains,
1490 MapVector<Value *, RRInfo> &Retains,
1496 MapVector<Value *, RRInfo> &Retains,
2267 MapVector<Value *, RRInfo> &Retains) { in VisitBottomUp()
2628 MapVector<Value *, RRInfo> &Retains, in Visit()
2675 MapVector<Value *, RRInfo> &Retains, in MoveCalls()
[all …]
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp141 MapVector<BasicBlock *, SetVector<Value *>> KillSet;
144 MapVector<BasicBlock *, SetVector<Value *>> LiveSet;
148 MapVector<BasicBlock *, SetVector<Value *>> LiveIn;
152 MapVector<BasicBlock *, SetVector<Value *>> LiveOut;
165 typedef MapVector<Value *, Value *> DefiningValueMapTy;
167 typedef MapVector<AssertingVH<Instruction>, AssertingVH<Value>>
175 MapVector<Value *, Value *> PointerToBase;
688 MapVector<Value *, BDVState> States; in findBasePointer()
1024 MapVector<Value *, Value *> &PointerToBase, in findBasePointers()
1042 MapVector<Value *, Value *> PointerToBase; in findBasePointers()
/external/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp205 typedef MapVector<const MachineBasicBlock *,
211 typedef MapVector<const MachineBasicBlock *,
216 typedef MapVector<const MachineInstr *, SetOfMachineInstr> InstrToInstrs;
219 typedef MapVector<const MachineBasicBlock *, BitVector> BlockToRegSet;
/external/llvm/include/llvm/ProfileData/
DSampleProfWriter.h129 MapVector<StringRef, uint32_t> NameTable;
/external/clang/include/clang/Serialization/
DASTReader.h534 typedef llvm::MapVector<Decl *, uint64_t,
674 typedef llvm::MapVector<IdentifierInfo *, SmallVector<PendingMacroInfo, 2> >
930 llvm::MapVector<IdentifierInfo *, SmallVector<uint32_t, 4> >
1804 llvm::MapVector<NamedDecl *, SourceLocation> &Undefined) override;
1806 void ReadMismatchingDeleteExpressions(llvm::MapVector<
1837 llvm::MapVector<const FunctionDecl *, LateParsedTemplate *> &LPTMap)
DASTWriter.h243 llvm::MapVector<const IdentifierInfo *, serialization::IdentID> IdentifierIDs;
293 llvm::MapVector<Selector, serialization::SelectorID> SelectorIDs;
347 typedef llvm::MapVector<const Decl *, UpdateRecord> DeclUpdateMap;

123