HomeSort by relevance Sort by last modified time
    Searched refs:getHashValue (Results 126 - 150 of 401) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ValueHandle.h 251 static unsigned getHashValue(const AssertingVH<T> &Val) {
252 return DenseMapInfo<Value *>::getHashValue(Val.getRawValPtr());
486 static unsigned getHashValue(const PoisoningVH<T> &Val) {
487 return DenseMapInfo<Value *>::getHashValue(Val.getRawValPtr());
ValueMap.h 311 static unsigned getHashValue(const VH &Val) {
312 return DenseMapInfo<KeyT>::getHashValue(Val.Unwrap());
315 static unsigned getHashValue(const KeyT &Val) {
316 return DenseMapInfo<KeyT>::getHashValue(Val);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ValueHandle.h 251 static unsigned getHashValue(const AssertingVH<T> &Val) {
252 return DenseMapInfo<Value *>::getHashValue(Val.getRawValPtr());
486 static unsigned getHashValue(const PoisoningVH<T> &Val) {
487 return DenseMapInfo<Value *>::getHashValue(Val.getRawValPtr());
ValueMap.h 311 static unsigned getHashValue(const VH &Val) {
312 return DenseMapInfo<KeyT>::getHashValue(Val.Unwrap());
315 static unsigned getHashValue(const KeyT &Val) {
316 return DenseMapInfo<KeyT>::getHashValue(Val);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ValueHandle.h 251 static unsigned getHashValue(const AssertingVH<T> &Val) {
252 return DenseMapInfo<Value *>::getHashValue(Val.getRawValPtr());
486 static unsigned getHashValue(const PoisoningVH<T> &Val) {
487 return DenseMapInfo<Value *>::getHashValue(Val.getRawValPtr());
ValueMap.h 311 static unsigned getHashValue(const VH &Val) {
312 return DenseMapInfo<KeyT>::getHashValue(Val.Unwrap());
315 static unsigned getHashValue(const KeyT &Val) {
316 return DenseMapInfo<KeyT>::getHashValue(Val);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ValueHandle.h 251 static unsigned getHashValue(const AssertingVH<T> &Val) {
252 return DenseMapInfo<Value *>::getHashValue(Val.getRawValPtr());
486 static unsigned getHashValue(const PoisoningVH<T> &Val) {
487 return DenseMapInfo<Value *>::getHashValue(Val.getRawValPtr());
ValueMap.h 311 static unsigned getHashValue(const VH &Val) {
312 return DenseMapInfo<KeyT>::getHashValue(Val.Unwrap());
315 static unsigned getHashValue(const KeyT &Val) {
316 return DenseMapInfo<KeyT>::getHashValue(Val);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ValueHandle.h 251 static unsigned getHashValue(const AssertingVH<T> &Val) {
252 return DenseMapInfo<Value *>::getHashValue(Val.getRawValPtr());
486 static unsigned getHashValue(const PoisoningVH<T> &Val) {
487 return DenseMapInfo<Value *>::getHashValue(Val.getRawValPtr());
ValueMap.h 311 static unsigned getHashValue(const VH &Val) {
312 return DenseMapInfo<KeyT>::getHashValue(Val.Unwrap());
315 static unsigned getHashValue(const KeyT &Val) {
316 return DenseMapInfo<KeyT>::getHashValue(Val);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ValueHandle.h 251 static unsigned getHashValue(const AssertingVH<T> &Val) {
252 return DenseMapInfo<Value *>::getHashValue(Val.getRawValPtr());
486 static unsigned getHashValue(const PoisoningVH<T> &Val) {
487 return DenseMapInfo<Value *>::getHashValue(Val.getRawValPtr());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ValueHandle.h 251 static unsigned getHashValue(const AssertingVH<T> &Val) {
252 return DenseMapInfo<Value *>::getHashValue(Val.getRawValPtr());
486 static unsigned getHashValue(const PoisoningVH<T> &Val) {
487 return DenseMapInfo<Value *>::getHashValue(Val.getRawValPtr());
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
EarlyCSE.cpp 36 return DenseMapInfo<const void*>::getHashValue(V);
84 static unsigned getHashValue(SimpleValue Val);
89 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) {
177 static unsigned getHashValue(CallValue Val);
181 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) {
  /external/llvm/lib/IR/
ConstantsContext.h 559 static unsigned getHashValue(const ConstantClass *CP) {
561 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage)));
566 static unsigned getHashValue(const LookupKey &Val) {
569 static unsigned getHashValue(const LookupKeyHashed &Val) {
613 LookupKeyHashed Lookup(MapInfo::getHashValue(Key), Key);
641 LookupKeyHashed Lookup(MapInfo::getHashValue(Key), Key);
  /external/clang/include/clang/Basic/
SourceLocation.h 57 unsigned getHashValue() const { return static_cast<unsigned>(ID); }
409 static unsigned getHashValue(clang::FileID S) {
410 return S.getHashValue();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 57 unsigned getHashValue() const { return static_cast<unsigned>(ID); }
408 static unsigned getHashValue(clang::FileID S) {
409 return S.getHashValue();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 57 unsigned getHashValue() const { return static_cast<unsigned>(ID); }
408 static unsigned getHashValue(clang::FileID S) {
409 return S.getHashValue();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 57 unsigned getHashValue() const { return static_cast<unsigned>(ID); }
408 static unsigned getHashValue(clang::FileID S) {
409 return S.getHashValue();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 57 unsigned getHashValue() const { return static_cast<unsigned>(ID); }
408 static unsigned getHashValue(clang::FileID S) {
409 return S.getHashValue();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 57 unsigned getHashValue() const { return static_cast<unsigned>(ID); }
408 static unsigned getHashValue(clang::FileID S) {
409 return S.getHashValue();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 57 unsigned getHashValue() const { return static_cast<unsigned>(ID); }
408 static unsigned getHashValue(clang::FileID S) {
409 return S.getHashValue();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 57 unsigned getHashValue() const { return static_cast<unsigned>(ID); }
408 static unsigned getHashValue(clang::FileID S) {
409 return S.getHashValue();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 57 unsigned getHashValue() const { return static_cast<unsigned>(ID); }
408 static unsigned getHashValue(clang::FileID S) {
409 return S.getHashValue();
  /external/llvm/include/llvm/IR/
ValueMap.h 301 static unsigned getHashValue(const VH &Val) {
302 return DenseMapInfo<KeyT>::getHashValue(Val.Unwrap());
304 static unsigned getHashValue(const KeyT &Val) {
305 return DenseMapInfo<KeyT>::getHashValue(Val);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ValueMap.h 311 static unsigned getHashValue(const VH &Val) {
312 return DenseMapInfo<KeyT>::getHashValue(Val.Unwrap());
315 static unsigned getHashValue(const KeyT &Val) {
316 return DenseMapInfo<KeyT>::getHashValue(Val);

Completed in 745 milliseconds

1 2 3 4 56 7 8 91011>>