Searched defs:DenseMap (Results 1 - 3 of 3) sorted by path

/external/llvm/include/llvm/ADT/
H A DDenseMap.h1 //===- llvm/ADT/DenseMap.h - Dense probed hash table ------------*- C++ -*-===//
10 // This file defines the DenseMap class.
233 /// somewhere into the DenseMap's array of buckets (i.e. either to a key or
234 /// value in the DenseMap).
241 /// determine whether an insertion caused the DenseMap to reallocate.
519 /// This is just the raw memory used by DenseMap.
529 class DenseMap class in namespace:llvm
530 : public DenseMapBase<DenseMap<KeyT, ValueT, KeyInfoT>,
534 typedef DenseMapBase<DenseMap, KeyT, ValueT, KeyInfoT> BaseT;
536 friend class DenseMapBase<DenseMap, Key
544 explicit DenseMap(unsigned NumInitBuckets = 0) { function in class:llvm::DenseMap
548 DenseMap(const DenseMap &other) : BaseT() { function in class:llvm::DenseMap
553 DenseMap(DenseMap &&other) : BaseT() { function in class:llvm::DenseMap
559 DenseMap(const InputIt &I, const InputIt &E) { function in class:llvm::DenseMap
1040 capacity_in_bytes(const DenseMap<KeyT, ValueT, KeyInfoT> &X) argument
[all...]
/external/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp34 /// GetSortedStubs - Return the entries from a DenseMap in a deterministic
37 MachineModuleInfoImpl::GetSortedStubs(const DenseMap<MCSymbol*, argument
/external/llvm/lib/Target/R600/
H A DR600Packetizer.cpp72 DenseMap<unsigned, unsigned> getPreviousVector(MachineBasicBlock::iterator I)
74 DenseMap<unsigned, unsigned> Result;
132 void substitutePV(MachineInstr *MI, const DenseMap<unsigned, unsigned> &PVs) argument
144 const DenseMap<unsigned, unsigned>::const_iterator It = PVs.find(Src);
235 const DenseMap<unsigned, unsigned> &PV,
299 const DenseMap<unsigned, unsigned> &PV =
234 isBundlableWithCurrentPMI(MachineInstr *MI, const DenseMap<unsigned, unsigned> &PV, std::vector<R600InstrInfo::BankSwizzle> &BS, bool &isTransSlot) argument

Completed in 509 milliseconds