/external/llvm/unittests/ADT/ |
D | MapVectorTest.cpp | 18 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/ |
D | MapVector.h | 32 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/ |
D | ScheduleDAGInstrs.cpp | 773 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/ |
D | SparseLU_gemm_kernel.h | 258 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/ |
D | StackMaps.h | 194 typedef MapVector<uint64_t, uint64_t> ConstantPool; 195 typedef MapVector<const MCSymbol *, uint64_t> FnStackSizeMap;
|
D | AsmPrinter.h | 106 MapVector<const MCSymbol *, GOTEquivUsePair> GlobalGOTEquivs;
|
/external/clang/include/clang/AST/ |
D | CXXInheritance.h | 276 typedef llvm::MapVector<unsigned, ValuesT> MapType; 361 : public llvm::MapVector<const CXXMethodDecl *, OverridingMethods> { };
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DbgValueHistoryCalculator.h | 37 typedef MapVector<InlinedVariable, InstrRanges> InstrRangesMap;
|
D | DwarfDebug.h | 196 MapVector<const MDNode *, DwarfCompileUnit *> CUMap; 199 MapVector<const MDNode *, DwarfCompileUnit *> SPMap;
|
/external/llvm/include/llvm/MC/ |
D | ConstantPools.h | 76 typedef MapVector<const MCSection *, ConstantPool> ConstantPoolMapTy;
|
D | MCContext.h | 139 MapVector<const MCSection *, std::pair<MCSymbol *, MCSymbol *> > 470 MapVector<const MCSection *, std::pair<MCSymbol *, MCSymbol *> > & 474 std::pair<MapVector<const MCSection *,
|
D | MCDwarf.h | 168 typedef MapVector<const MCSection *, MCLineEntryCollection> MCLineDivisionMap;
|
/external/clang/include/clang/Sema/ |
D | ExternalSemaSource.h | 185 llvm::MapVector<const FunctionDecl *, LateParsedTemplate *> &LPTMap) {} in ReadLateParsedTemplates()
|
D | MultiplexExternalSemaSource.h | 334 llvm::MapVector<const FunctionDecl *, LateParsedTemplate *> &LPTMap)
|
D | SemaInternal.h | 149 addNamespaces(const llvm::MapVector<NamespaceDecl *, bool> &KnownNamespaces);
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64CollectLOH.cpp | 198 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/ |
D | ASTWriter.h | 229 llvm::MapVector<const IdentifierInfo *, serialization::IdentID> IdentifierIDs; 279 llvm::MapVector<Selector, serialization::SelectorID> SelectorIDs; 325 typedef llvm::MapVector<const Decl *, UpdateRecord> DeclUpdateMap;
|
D | ASTReader.h | 510 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/ |
D | Float2Int.cpp | 76 MapVector<Instruction*, ConstantRange > SeenInsts; 79 MapVector<Instruction*, Value*> ConvertedInsts;
|
D | StructurizeCFG.cpp | 42 typedef MapVector<PHINode *, BBValueVector> PhiMap; 43 typedef MapVector<BasicBlock *, BBVector> BB2BBVecMap;
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 170 typedef MapVector<object::SectionRef, DWARFSection,
|
/external/clang/lib/Serialization/ |
D | GlobalModuleIndex.cpp | 389 typedef llvm::MapVector<const FileEntry *, ModuleFileInfo> ModuleFilesMap; 407 llvm::MapVector<const FileEntry *, ModuleFileInfo>::iterator Known in getModuleFileInfo()
|
/external/clang/lib/Sema/ |
D | MultiplexExternalSemaSource.cpp | 279 llvm::MapVector<const FunctionDecl *, LateParsedTemplate *> &LPTMap) { in ReadLateParsedTemplates()
|
/external/llvm/include/llvm/Support/ |
D | GCOV.h | 433 typedef MapVector<const GCOVFunction *, GCOVCoverage> FuncCoverageMap;
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.h | 360 llvm::MapVector<GlobalDecl, StringRef> MangledDeclNames; 384 typedef llvm::MapVector<IdentifierInfo *,
|