reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/ADT/DenseMapInfo.h
   51   static unsigned getHashValue(const T *PtrVal) {
   85   static unsigned getHashValue(const unsigned short &Val) { return Val * 37U; }
  232   static unsigned getHashValue(StringRef Val) {
include/llvm/CodeGen/PBQP/CostAllocator.h
   57     static unsigned getHashValue(const ValueKeyT &C) {
include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
  336     static unsigned getHashValue(uint32_t Code) {
include/llvm/IR/ValueMap.h
  313   static unsigned getHashValue(const KeyT &Val) {
lib/CodeGen/MachineInstr.cpp
 1977 MachineInstrExpressionTrait::getHashValue(const MachineInstr* const &MI) {
lib/IR/ConstantsContext.h
  591     static unsigned getHashValue(const ConstantClass *CP) {
  604     static unsigned getHashValue(const LookupKeyHashed &Val) {
lib/IR/LLVMContextImpl.h
  128   static unsigned getHashValue(const KeyTy& Key) {
  183   static unsigned getHashValue(const KeyTy& Key) {
 1150   static unsigned getHashValue(const KeyTy &Key) { return Key.getHashValue(); }
lib/Linker/IRMover.cpp
 1482 unsigned IRMover::StructTypeKeyInfo::getHashValue(const KeyTy &Key) {
 1487 unsigned IRMover::StructTypeKeyInfo::getHashValue(const StructType *ST) {
lib/Transforms/Scalar/NewGVN.cpp
  460   static unsigned getHashValue(const ExactEqualsExpression &E) {
lib/Transforms/Vectorize/LoopVectorize.cpp
 3182   static unsigned getHashValue(const Instruction *I) {
tools/dsymutil/DeclContext.h
  153   static unsigned getHashValue(const DeclContext *Ctxt) {
tools/llvm-c-test/echo.cpp
   46     static unsigned getHashValue(const T *PtrVal) {
unittests/ADT/DenseMapTest.cpp
  515   static unsigned getHashValue(const char* Val) {
unittests/ADT/DenseSetTest.cpp
   37   static unsigned getHashValue(const char* Val) {