Searched defs:getHashValue (Results 1 - 25 of 42) sorted by last modified time

12

/external/skia/tools/
H A Dimage_expectations.cpp75 uint64_t ImageDigest::getHashValue() const { function in class:sk_tools::ImageDigest
152 Json::Value actualChecksumValue = Json::UInt64(digest.getHashValue());
198 Json::Value actualChecksumValue = Json::UInt64(digest.getHashValue());
/external/llvm/unittests/ADT/
H A DDenseMapTest.cpp63 static unsigned getHashValue(const CtorTester &Val) {
325 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; } function in struct:__anon26440::TestDenseMapInfo
326 static unsigned getHashValue(const char* Val) { function in struct:__anon26440::TestDenseMapInfo
364 static unsigned getHashValue(const unsigned& Val) { return Val; } function in struct:__anon26440::ContiguousDenseMapInfo
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2535 static unsigned getHashValue(Instruction *I) { function in struct:__anon26369::CSEDenseMapInfo
/external/llvm/include/llvm/ADT/
H A DDenseMap.h125 /// getHashValue(LookupKeyT) and isEqual(LookupKeyT, KeyT) for each key
330 static unsigned getHashValue(const KeyT &Val) { function in class:llvm::DenseMapBase
331 return KeyInfoT::getHashValue(Val);
334 static unsigned getHashValue(const LookupKeyT &Val) { function in class:llvm::DenseMapBase
335 return KeyInfoT::getHashValue(Val);
477 unsigned BucketNo = getHashValue(Val) & (NumBuckets-1);
H A DDenseMapInfo.h26 //static unsigned getHashValue(const T &Val);
43 static unsigned getHashValue(const T *PtrVal) { function in struct:llvm::DenseMapInfo
54 static unsigned getHashValue(const char& Val) { return Val * 37U; } function in struct:llvm::DenseMapInfo
64 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; } function in struct:llvm::DenseMapInfo
74 static unsigned getHashValue(const unsigned long& Val) { function in struct:llvm::DenseMapInfo
86 static unsigned getHashValue(const unsigned long long& Val) { function in struct:llvm::DenseMapInfo
99 static unsigned getHashValue(const int& Val) { return (unsigned)(Val * 37U); } function in struct:llvm::DenseMapInfo
111 static unsigned getHashValue(const long& Val) { function in struct:llvm::DenseMapInfo
123 static unsigned getHashValue(const long long& Val) { function in struct:llvm::DenseMapInfo
147 static unsigned getHashValue(cons function in struct:llvm::DenseMapInfo
[all...]
H A DImmutableList.h213 static unsigned getHashValue(ImmutableList<T> X) { function in struct:llvm::DenseMapInfo
H A DPointerUnion.h491 static unsigned getHashValue(const Pair &PairVal) { function in struct:llvm::DenseMapInfo
493 return DenseMapInfo<intptr_t>::getHashValue(key);
/external/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h578 static unsigned getHashValue(const AliasAnalysis::Location &Val) { function in struct:llvm::DenseMapInfo
579 return DenseMapInfo<const Value *>::getHashValue(Val.Ptr) ^
580 DenseMapInfo<uint64_t>::getHashValue(Val.Size) ^
581 DenseMapInfo<const MDNode *>::getHashValue(Val.TBAATag);
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h216 static unsigned getHashValue(const SDValue &Val) { function in struct:llvm::DenseMapInfo
/external/llvm/include/llvm/IR/
H A DAttributes.h380 static unsigned getHashValue(AttributeSet AS) { function in struct:llvm::AttributeSet::DenseMapInfo
H A DValueHandle.h248 static unsigned getHashValue(const AssertingVH<T> &Val) { function in struct:llvm::DenseMapInfo
249 return PointerInfo::getHashValue(Val);
H A DValueMap.h264 static unsigned getHashValue(const VH &Val) { function in struct:llvm::DenseMapInfo
265 return PointerInfo::getHashValue(Val.Unwrap());
267 static unsigned getHashValue(const KeyT &Val) { function in struct:llvm::DenseMapInfo
268 return PointerInfo::getHashValue(Val);
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp1860 MachineInstrExpressionTrait::getHashValue(const MachineInstr* const &MI) { function in class:MachineInstrExpressionTrait
/external/llvm/lib/IR/
H A DConstantsContext.h658 static unsigned getHashValue(const ConstantClass *CP) { function in struct:llvm::ConstantAggrUniqueMap::MapInfo
663 return getHashValue(LookupKey(CP->getType(), CPOperands));
668 static unsigned getHashValue(const LookupKey &Val) { function in struct:llvm::ConstantAggrUniqueMap::MapInfo
H A DDebugLoc.cpp196 unsigned DenseMapInfo<DebugLoc>::getHashValue(const DebugLoc &Key) { function in class:DenseMapInfo
H A DLLVMContextImpl.h64 static unsigned getHashValue(const KeyTy &Key) { function in struct:llvm::DenseMapAPIntKeyInfo
92 static unsigned getHashValue(const KeyTy &Key) { function in struct:llvm::DenseMapAPFloatKeyInfo
126 static unsigned getHashValue(const KeyTy& Key) { function in struct:llvm::AnonStructTypeKeyInfo
131 static unsigned getHashValue(const StructType *ST) { function in struct:llvm::AnonStructTypeKeyInfo
132 return getHashValue(KeyTy(ST));
174 static unsigned getHashValue(const KeyTy& Key) { function in struct:llvm::FunctionTypeKeyInfo
180 static unsigned getHashValue(const FunctionType *FT) { function in struct:llvm::FunctionTypeKeyInfo
181 return getHashValue(KeyTy(FT));
/external/llvm/lib/MC/
H A DMCDwarf.cpp1552 static unsigned getHashValue(const CIEKey &Key) { function in struct:llvm::DenseMapInfo
/external/llvm/lib/TableGen/
H A DRecord.cpp68 static unsigned getHashValue(const TableGenStringKey& Val) { function in struct:llvm::DenseMapInfo
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp597 static unsigned getHashValue(const LoweredPHIRecord &Val) { function in struct:llvm::DenseMapInfo
598 return DenseMapInfo<PHINode*>::getHashValue(Val.PN) ^ (Val.Shift>>3) ^
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp40 return DenseMapInfo<const void*>::getHashValue(V);
83 static unsigned getHashValue(SimpleValue Val);
88 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { function in class:DenseMapInfo
226 static unsigned getHashValue(CallValue Val);
230 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { function in class:DenseMapInfo
H A DGVN.cpp149 static unsigned getHashValue(const Expression e) { function in struct:llvm::DenseMapInfo
H A DLoopStrengthReduce.cpp1191 static unsigned getHashValue(const SmallVector<const SCEV *, 4> &V) { function in struct:__anon26301::UniquifierDenseMapInfo
H A DSampleProfile.cpp96 static inline unsigned getHashValue(InstructionLocation Val) { function in struct:llvm::DenseMapInfo
97 return DenseMapInfo<std::pair<int, unsigned>>::getHashValue(
/external/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp64 static unsigned getHashValue(const DivOpInfo &Val) { function in struct:llvm::DenseMapInfo
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 4579 milliseconds

12