HomeSort by relevance Sort by last modified time
    Searched refs:getHashValue (Results 26 - 46 of 46) sorted by null

12

  /external/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp 63 static unsigned getHashValue(const DivOpInfo &Val) {
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 116 static inline unsigned getHashValue(QualType T) {
    [all...]
  /external/llvm/include/llvm/IR/
Attributes.h 375 static unsigned getHashValue(AttributeSet AS) {
  /external/llvm/lib/IR/
ConstantsContext.h 666 static unsigned getHashValue(const ConstantClass *CP) {
671 return getHashValue(LookupKey(CP->getType(), CPOperands));
676 static unsigned getHashValue(const LookupKey &Val) {
  /external/clang/include/clang/Basic/
IdentifierTable.h 804 static unsigned getHashValue(clang::Selector S);
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 597 static unsigned getHashValue(const LoweredPHIRecord &Val) {
598 return DenseMapInfo<PHINode*>::getHashValue(Val.PN) ^ (Val.Shift>>3) ^
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]
SelectionDAGNodes.h 184 static unsigned getHashValue(const SDValue &Val) {
    [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 1028 static inline unsigned getHashValue(const CXCursor &cursor) {
1030 ::getHashValue(std::make_pair(cursor.data[0], cursor.data[1]));
    [all...]
Indexing.cpp 129 static unsigned getHashValue(const PPRegion &S) {
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 487 static unsigned getHashValue(const ObjCSummaryKey &V) {
489 return DenseMapInfo<PairTy>::getHashValue(PairTy(V.getIdentifier(),
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 151 static unsigned getHashValue(const ComparableFunction &CF) {
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
GVN.cpp 147 static unsigned getHashValue(const Expression e) {
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]
  /external/llvm/lib/TableGen/
Record.cpp 68 static unsigned getHashValue(const TableGenStringKey& Val) {
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 8977 milliseconds

12