Home
last modified time | relevance | path

Searched defs:CSEDenseMapInfo (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3192 struct CSEDenseMapInfo { struct
3193 static bool canHandle(Instruction *I) { in canHandle()
3197 static inline Instruction *getEmptyKey() { in getEmptyKey()
3200 static inline Instruction *getTombstoneKey() { in getTombstoneKey()
3203 static unsigned getHashValue(Instruction *I) { in getHashValue()
3208 static bool isEqual(Instruction *LHS, Instruction *RHS) { in isEqual()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3046 struct CSEDenseMapInfo { struct
3047 static bool canHandle(const Instruction *I) { in canHandle()
3052 static inline Instruction *getEmptyKey() { in getEmptyKey()
3056 static inline Instruction *getTombstoneKey() { in getTombstoneKey()
3060 static unsigned getHashValue(const Instruction *I) { in getHashValue()
3066 static bool isEqual(const Instruction *LHS, const Instruction *RHS) { in isEqual()