Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DLLVMContextImpl.h193 struct TargetExtTypeKeyInfo { struct
194 struct KeyTy {
212 static inline TargetExtType *getEmptyKey() { in getEmptyKey()
216 static inline TargetExtType *getTombstoneKey() { in getTombstoneKey()
220 static unsigned getHashValue(const KeyTy &Key) { in getHashValue()
227 static unsigned getHashValue(const TargetExtType *FT) { in getHashValue()
231 static bool isEqual(const KeyTy &LHS, const TargetExtType *RHS) { in isEqual()
237 static bool isEqual(const TargetExtType *LHS, const TargetExtType *RHS) { in isEqual()