Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3205 struct CSEDenseMapInfo { struct
3206 static bool canHandle(const Instruction *I) { in canHandle()
3211 static inline Instruction *getEmptyKey() { in getEmptyKey()
3215 static inline Instruction *getTombstoneKey() { in getTombstoneKey()
3219 static unsigned getHashValue(const Instruction *I) { in getHashValue()
3225 static bool isEqual(const Instruction *LHS, const Instruction *RHS) { in isEqual()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3383 struct CSEDenseMapInfo { struct
3384 static bool canHandle(const Instruction *I) { in canHandle()
3389 static inline Instruction *getEmptyKey() { in getEmptyKey()
3393 static inline Instruction *getTombstoneKey() { in getTombstoneKey()
3397 static unsigned getHashValue(const Instruction *I) { in getHashValue()
3403 static bool isEqual(const Instruction *LHS, const Instruction *RHS) { in isEqual()