Home
last modified time | relevance | path

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

12

/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/lib/CodeGen/
DScheduleDAGInstrs.cpp773 MapVector<ValueType, std::vector<SUnit *> > AliasMemDefs, NonAliasMemDefs; in buildSchedGraph()
774 MapVector<ValueType, std::vector<SUnit *> > AliasMemUses, NonAliasMemUses; in buildSchedGraph()
870 for (MapVector<ValueType, std::vector<SUnit *> >::iterator I = in buildSchedGraph()
876 for (MapVector<ValueType, std::vector<SUnit *> >::iterator I = in buildSchedGraph()
911 for (MapVector<ValueType, std::vector<SUnit *> >::iterator I = in buildSchedGraph()
917 for (MapVector<ValueType, std::vector<SUnit *> >::iterator I = in buildSchedGraph()
955 MapVector<ValueType, std::vector<SUnit *> >::iterator I = in buildSchedGraph()
957 MapVector<ValueType, std::vector<SUnit *> >::iterator IE = in buildSchedGraph()
980 MapVector<ValueType, std::vector<SUnit *> >::iterator J = in buildSchedGraph()
982 MapVector<ValueType, std::vector<SUnit *> >::iterator JE = in buildSchedGraph()
[all …]
/external/eigen/Eigen/src/SparseLU/
DSparseLU_gemm_kernel.h258 typedef Map<Matrix<Scalar,Dynamic,1>, Alignment > MapVector; in sparselu_gemm() typedef
260 …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()
262 …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()
265 …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.h194 typedef MapVector<uint64_t, uint64_t> ConstantPool;
195 typedef MapVector<const MCSymbol *, uint64_t> FnStackSizeMap;
DAsmPrinter.h106 MapVector<const MCSymbol *, GOTEquivUsePair> GlobalGOTEquivs;
/external/clang/include/clang/AST/
DCXXInheritance.h276 typedef llvm::MapVector<unsigned, ValuesT> MapType;
361 : public llvm::MapVector<const CXXMethodDecl *, OverridingMethods> { };
/external/llvm/lib/CodeGen/AsmPrinter/
DDbgValueHistoryCalculator.h37 typedef MapVector<InlinedVariable, InstrRanges> InstrRangesMap;
DDwarfDebug.h196 MapVector<const MDNode *, DwarfCompileUnit *> CUMap;
199 MapVector<const MDNode *, DwarfCompileUnit *> SPMap;
/external/llvm/include/llvm/MC/
DConstantPools.h76 typedef MapVector<const MCSection *, ConstantPool> ConstantPoolMapTy;
DMCContext.h139 MapVector<const MCSection *, std::pair<MCSymbol *, MCSymbol *> >
470 MapVector<const MCSection *, std::pair<MCSymbol *, MCSymbol *> > &
474 std::pair<MapVector<const MCSection *,
DMCDwarf.h168 typedef MapVector<const MCSection *, MCLineEntryCollection> MCLineDivisionMap;
/external/clang/include/clang/Sema/
DExternalSemaSource.h185 llvm::MapVector<const FunctionDecl *, LateParsedTemplate *> &LPTMap) {} in ReadLateParsedTemplates()
DMultiplexExternalSemaSource.h334 llvm::MapVector<const FunctionDecl *, LateParsedTemplate *> &LPTMap)
DSemaInternal.h149 addNamespaces(const llvm::MapVector<NamespaceDecl *, bool> &KnownNamespaces);
/external/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp198 typedef MapVector<const MachineBasicBlock *,
204 typedef MapVector<const MachineBasicBlock *,
209 typedef MapVector<const MachineInstr *, SetOfMachineInstr> InstrToInstrs;
212 typedef MapVector<const MachineBasicBlock *, BitVector> BlockToRegSet;
/external/clang/include/clang/Serialization/
DASTWriter.h229 llvm::MapVector<const IdentifierInfo *, serialization::IdentID> IdentifierIDs;
279 llvm::MapVector<Selector, serialization::SelectorID> SelectorIDs;
325 typedef llvm::MapVector<const Decl *, UpdateRecord> DeclUpdateMap;
DASTReader.h510 typedef llvm::MapVector<Decl *, uint64_t,
705 typedef llvm::MapVector<IdentifierInfo *, SmallVector<PendingMacroInfo, 2> >
951 llvm::MapVector<IdentifierInfo *, SmallVector<uint32_t, 4> >
1835 llvm::MapVector<const FunctionDecl *, LateParsedTemplate *> &LPTMap)
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp76 MapVector<Instruction*, ConstantRange > SeenInsts;
79 MapVector<Instruction*, Value*> ConvertedInsts;
DStructurizeCFG.cpp42 typedef MapVector<PHINode *, BBValueVector> PhiMap;
43 typedef MapVector<BasicBlock *, BBVector> BB2BBVecMap;
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h170 typedef MapVector<object::SectionRef, DWARFSection,
/external/clang/lib/Serialization/
DGlobalModuleIndex.cpp389 typedef llvm::MapVector<const FileEntry *, ModuleFileInfo> ModuleFilesMap;
407 llvm::MapVector<const FileEntry *, ModuleFileInfo>::iterator Known in getModuleFileInfo()
/external/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp279 llvm::MapVector<const FunctionDecl *, LateParsedTemplate *> &LPTMap) { in ReadLateParsedTemplates()
/external/llvm/include/llvm/Support/
DGCOV.h433 typedef MapVector<const GCOVFunction *, GCOVCoverage> FuncCoverageMap;
/external/clang/lib/CodeGen/
DCodeGenModule.h360 llvm::MapVector<GlobalDecl, StringRef> MangledDeclNames;
384 typedef llvm::MapVector<IdentifierInfo *,

12