Home
last modified time | relevance | path

Searched refs:ETypes (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/Linker/
DIRMover.h29 ArrayRef<Type *> ETypes; member
59 StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool IsPacked);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Linker/
DIRMover.h29 ArrayRef<Type *> ETypes; member
59 StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool IsPacked);
/external/llvm/lib/Linker/
DIRMover.cpp68 void finishType(StructType *DTy, StructType *STy, ArrayRef<Type *> ETypes);
213 ArrayRef<Type *> ETypes) { in finishType() argument
214 DTy->setBody(ETypes, STy->isPacked()); in finishType()
1260 : ETypes(E), IsPacked(P) {} in KeyTy()
1263 : ETypes(ST->elements()), IsPacked(ST->isPacked()) {} in KeyTy()
1266 return IsPacked == That.IsPacked && ETypes == That.ETypes; in operator ==()
1282 return hash_combine(hash_combine_range(Key.ETypes.begin(), Key.ETypes.end()), in getHashValue()
1323 IRMover::IdentifiedStructTypeSet::findNonOpaque(ArrayRef<Type *> ETypes, in findNonOpaque() argument
1325 IRMover::StructTypeKeyInfo::KeyTy Key(ETypes, IsPacked); in findNonOpaque()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
DIRMover.cpp68 void finishType(StructType *DTy, StructType *STy, ArrayRef<Type *> ETypes);
216 ArrayRef<Type *> ETypes) { in finishType() argument
217 DTy->setBody(ETypes, STy->isPacked()); in finishType()
1375 : ETypes(E), IsPacked(P) {} in KeyTy()
1378 : ETypes(ST->elements()), IsPacked(ST->isPacked()) {} in KeyTy()
1381 return IsPacked == That.IsPacked && ETypes == That.ETypes; in operator ==()
1397 return hash_combine(hash_combine_range(Key.ETypes.begin(), Key.ETypes.end()), in getHashValue()
1438 IRMover::IdentifiedStructTypeSet::findNonOpaque(ArrayRef<Type *> ETypes, in findNonOpaque() argument
1440 IRMover::StructTypeKeyInfo::KeyTy Key(ETypes, IsPacked); in findNonOpaque()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp378 StructType *StructType::get(LLVMContext &Context, ArrayRef<Type*> ETypes, in get() argument
382 for (unsigned i = 0, e = ETypes.size(); i != e; ++i) { in get()
383 assert(isValidElementType(ETypes[i]) && in get()
385 Key.push_back(ETypes[i]); in get()
396 ST->setBody(ETypes, isPacked); in get()
/external/llvm/lib/IR/
DLLVMContextImpl.h82 ArrayRef<Type*> ETypes; member
85 ETypes(E), isPacked(P) {} in KeyTy()
87 : ETypes(ST->elements()), isPacked(ST->isPacked()) {} in KeyTy()
91 if (ETypes != that.ETypes)
106 return hash_combine(hash_combine_range(Key.ETypes.begin(), in getHashValue()
107 Key.ETypes.end()), in getHashValue()
DType.cpp330 StructType *StructType::get(LLVMContext &Context, ArrayRef<Type*> ETypes, in get() argument
333 AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked); in get()
341 ST->setBody(ETypes, isPacked); in get()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLLVMContextImpl.h99 ArrayRef<Type*> ETypes; member
103 ETypes(E), isPacked(P) {} in KeyTy()
106 : ETypes(ST->elements()), isPacked(ST->isPacked()) {} in KeyTy()
111 if (ETypes != that.ETypes)
129 return hash_combine(hash_combine_range(Key.ETypes.begin(), in getHashValue()
130 Key.ETypes.end()), in getHashValue()
DType.cpp336 StructType *StructType::get(LLVMContext &Context, ArrayRef<Type*> ETypes, in get() argument
339 AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked); in get()
347 ST->setBody(ETypes, isPacked); in get()