HomeSort by relevance Sort by last modified time
    Searched refs:DenseMapInfo (Results 26 - 50 of 56) sorted by null

12 3

  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/IR/
LLVMContextImpl.h 99 return DenseMapInfo<StructType*>::getEmptyKey();
102 return DenseMapInfo<StructType*>::getTombstoneKey();
146 return DenseMapInfo<FunctionType*>::getEmptyKey();
149 return DenseMapInfo<FunctionType*>::getTombstoneKey();
214 /// \brief DenseMapInfo for MDTuple.
231 /// \brief DenseMapInfo for DILocation.
255 /// \brief DenseMapInfo for GenericDINode.
838 /// \brief DenseMapInfo for MDNode subclasses.
842 return DenseMapInfo<NodeTy *>::getEmptyKey();
845 return DenseMapInfo<NodeTy *>::getTombstoneKey()
    [all...]
ConstantsContext.h 557 typedef DenseMapInfo<ConstantClass *> ConstantClassInfo;
Value.cpp 675 Entry->operator=(DenseMapInfo<Value *>::getTombstoneKey());
  /external/clang/include/clang/Basic/
IdentifierTable.h 27 template <typename T> struct DenseMapInfo;
814 /// Define DenseMapInfo so that Selectors can be used as keys in DenseMap and
817 struct DenseMapInfo<clang::Selector> {
  /external/llvm/lib/Support/
SmallPtrSet.cpp 16 #include "llvm/ADT/DenseMapInfo.h"
105 unsigned Bucket = DenseMapInfo<void *>::getHashValue(Ptr) & (CurArraySize-1);
  /external/llvm/lib/Target/Mips/
MipsOptimizePICCall.cpp 44 typedef ScopedHashTable<ValueType, CntRegP, DenseMapInfo<ValueType>,
  /external/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp 49 struct DenseMapInfo<DivOpInfo> {
Local.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 491 template <> struct DenseMapInfo<ObjCSummaryKey> {
493 return ObjCSummaryKey(DenseMapInfo<IdentifierInfo*>::getEmptyKey(),
494 DenseMapInfo<Selector>::getEmptyKey());
498 return ObjCSummaryKey(DenseMapInfo<IdentifierInfo*>::getTombstoneKey(),
499 DenseMapInfo<Selector>::getTombstoneKey());
504 return DenseMapInfo<PairTy>::getHashValue(PairTy(V.getIdentifier(),
    [all...]
  /external/clang/lib/Basic/
IdentifierTable.cpp 344 unsigned llvm::DenseMapInfo<clang::Selector>::getHashValue(clang::Selector S) {
345 return DenseMapInfo<void*>::getHashValue(S.getAsOpaquePtr());
  /external/llvm/lib/CodeGen/
StackMaps.cpp 317 assert((uint64_t)Loc.Offset != DenseMapInfo<uint64_t>::getEmptyKey() &&
319 DenseMapInfo<uint64_t>::getTombstoneKey() &&
  /external/llvm/include/llvm/ADT/
DenseMap.h 17 #include "llvm/ADT/DenseMapInfo.h"
48 typename KeyT, typename ValueT, typename KeyInfoT = DenseMapInfo<KeyT>,
139 /// The DenseMapInfo is responsible for supplying methods
538 typename KeyInfoT = DenseMapInfo<KeyT>,
691 typename KeyInfoT = DenseMapInfo<KeyT>,
    [all...]
  /external/clang/include/clang/Serialization/
ASTBitCodes.h     [all...]
  /external/llvm/include/llvm/ProfileData/
CoverageMapping.h 459 /// \brief Provide DenseMapInfo for CounterExpression
460 template<> struct DenseMapInfo<coverage::CounterExpression> {
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 680 struct DenseMapInfo<LoweredPHIRecord> {
688 return DenseMapInfo<PHINode*>::getHashValue(Val.PN) ^ (Val.Shift>>3) ^
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 50 template <typename T> struct DenseMapInfo;
102 friend struct DenseMapInfo<SDValue>;
188 template<> struct DenseMapInfo<SDValue> {
    [all...]
MachineInstr.h 20 #include "llvm/ADT/DenseMapInfo.h"
    [all...]
  /external/clang/tools/libclang/
CXCursor.cpp     [all...]
Indexing.cpp 122 struct DenseMapInfo<PPRegion> {
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
  /external/llvm/lib/Linker/
IRMover.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 388 typedef DenseMap<SCEVCallbackVH, const SCEV *, DenseMapInfo<Value *> >
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 138 struct DeclMapInfo : private DenseMapInfo<DeclContext *> {
139 using DenseMapInfo<DeclContext *>::getEmptyKey;
140 using DenseMapInfo<DeclContext *>::getTombstoneKey;
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]

Completed in 1085 milliseconds

12 3