Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DLLVMContextImpl.h149 struct FunctionTypeKeyInfo { struct
150 struct KeyTy {
175 static inline FunctionType* getEmptyKey() { in getEmptyKey()
179 static inline FunctionType* getTombstoneKey() { in getTombstoneKey()
183 static unsigned getHashValue(const KeyTy& Key) { in getHashValue()
190 static unsigned getHashValue(const FunctionType *FT) { in getHashValue()
194 static bool isEqual(const KeyTy& LHS, const FunctionType *RHS) { in isEqual()
200 static bool isEqual(const FunctionType *LHS, const FunctionType *RHS) { in isEqual()
/aosp_15_r20/external/llvm/lib/IR/
H A DLLVMContextImpl.h123 struct FunctionTypeKeyInfo { struct
124 struct KeyTy {
146 static inline FunctionType* getEmptyKey() { in getEmptyKey()
149 static inline FunctionType* getTombstoneKey() { in getTombstoneKey()
152 static unsigned getHashValue(const KeyTy& Key) { in getHashValue()
158 static unsigned getHashValue(const FunctionType *FT) { in getHashValue()
161 static bool isEqual(const KeyTy& LHS, const FunctionType *RHS) { in isEqual()
166 static bool isEqual(const FunctionType *LHS, const FunctionType *RHS) { in isEqual()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DLLVMContextImpl.h140 struct FunctionTypeKeyInfo { struct
141 struct KeyTy {
164 static inline FunctionType *getEmptyKey() { in getEmptyKey()
168 static inline FunctionType *getTombstoneKey() { in getTombstoneKey()
172 static unsigned getHashValue(const KeyTy &Key) { in getHashValue()
178 static unsigned getHashValue(const FunctionType *FT) { in getHashValue()
182 static bool isEqual(const KeyTy &LHS, const FunctionType *RHS) { in isEqual()
188 static bool isEqual(const FunctionType *LHS, const FunctionType *RHS) { in isEqual()