Home
last modified time | relevance | path

Searched refs:ElementTypes (Results 1 – 21 of 21) sorted by relevance

/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
Dp9-0x.cpp42 template<typename ...ElementTypes, unsigned ...Bounds>
43 struct split_arrays<ElementTypes[Bounds]...> {
44 typedef tuple<ElementTypes...> element_types;
/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkModules.cpp237 SmallVector<Type*, 4> ElementTypes; in getImpl() local
238 ElementTypes.resize(Ty->getNumContainedTypes()); in getImpl()
240 ElementTypes[i] = getImpl(Ty->getContainedType(i)); in getImpl()
241 AnyChange |= ElementTypes[i] != Ty->getContainedType(i); in getImpl()
257 return *Entry = ArrayType::get(ElementTypes[0], in getImpl()
260 return *Entry = VectorType::get(ElementTypes[0], in getImpl()
263 return *Entry = PointerType::get(ElementTypes[0], in getImpl()
266 return *Entry = FunctionType::get(ElementTypes[0], in getImpl()
267 makeArrayRef(ElementTypes).slice(1), in getImpl()
271 return *Entry = StructType::get(Ty->getContext(), ElementTypes, in getImpl()
/external/llvm/lib/Linker/
DIRMover.cpp256 SmallVector<Type *, 4> ElementTypes; in get() local
265 ElementTypes.resize(Ty->getNumContainedTypes()); in get()
267 ElementTypes[I] = get(Ty->getContainedType(I), Visited); in get()
268 AnyChange |= ElementTypes[I] != Ty->getContainedType(I); in get()
277 finishType(DTy, STy, ElementTypes); in get()
293 return *Entry = ArrayType::get(ElementTypes[0], in get()
296 return *Entry = VectorType::get(ElementTypes[0], in get()
299 return *Entry = PointerType::get(ElementTypes[0], in get()
302 return *Entry = FunctionType::get(ElementTypes[0], in get()
303 makeArrayRef(ElementTypes).slice(1), in get()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
DIRMover.cpp268 SmallVector<Type *, 4> ElementTypes; in get() local
277 ElementTypes.resize(Ty->getNumContainedTypes()); in get()
279 ElementTypes[I] = get(Ty->getContainedType(I), Visited); in get()
280 AnyChange |= ElementTypes[I] != Ty->getContainedType(I); in get()
289 finishType(DTy, STy, ElementTypes); in get()
305 return *Entry = ArrayType::get(ElementTypes[0], in get()
308 return *Entry = VectorType::get(ElementTypes[0], in get()
311 return *Entry = PointerType::get(ElementTypes[0], in get()
314 return *Entry = FunctionType::get(ElementTypes[0], in get()
315 makeArrayRef(ElementTypes).slice(1), in get()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLowerEmuTLS.cpp118 Type *ElementTypes[4] = {WordType, WordType, VoidPtrType, InitPtrType}; in addEmuTlsVar() local
119 ArrayRef<Type*> ElementTypeArray(ElementTypes, 4); in addEmuTlsVar()
/external/llvm/lib/CodeGen/
DLowerEmuTLS.cpp116 Type *ElementTypes[4] = {WordType, WordType, VoidPtrType, InitPtrType}; in addEmuTlsVar() local
117 ArrayRef<Type*> ElementTypeArray(ElementTypes, 4); in addEmuTlsVar()
/external/llvm/bindings/go/llvm/
DDIBuilderBindings.cpp138 LLVMMetadataRef ElementTypes) { in LLVMDIBuilderCreateStructType() argument
144 ElementTypes ? DINodeArray(unwrap<MDTuple>(ElementTypes)) : nullptr)); in LLVMDIBuilderCreateStructType()
DDIBuilderBindings.h91 LLVMMetadataRef ElementTypes);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c283 CAMLprim LLVMTypeRef llvm_struct_type(LLVMContextRef C, value ElementTypes) { in llvm_struct_type() argument
284 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes, in llvm_struct_type()
285 Wosize_val(ElementTypes), 0); in llvm_struct_type()
290 value ElementTypes) { in llvm_packed_struct_type() argument
291 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes, in llvm_packed_struct_type()
292 Wosize_val(ElementTypes), 1); in llvm_packed_struct_type()
302 value ElementTypes, in llvm_struct_set_body() argument
304 LLVMStructSetBody(Ty, (LLVMTypeRef *) ElementTypes, in llvm_struct_set_body()
305 Wosize_val(ElementTypes), Bool_val(Packed)); in llvm_struct_set_body()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c456 CAMLprim LLVMTypeRef llvm_struct_type(LLVMContextRef C, value ElementTypes) { in llvm_struct_type() argument
457 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes, in llvm_struct_type()
458 Wosize_val(ElementTypes), 0); in llvm_struct_type()
463 value ElementTypes) { in llvm_packed_struct_type() argument
464 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes, in llvm_packed_struct_type()
465 Wosize_val(ElementTypes), 1); in llvm_packed_struct_type()
475 value ElementTypes, in llvm_struct_set_body() argument
477 LLVMStructSetBody(Ty, (LLVMTypeRef *) ElementTypes, in llvm_struct_set_body()
478 Wosize_val(ElementTypes), Bool_val(Packed)); in llvm_struct_set_body()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c387 CAMLprim LLVMTypeRef llvm_struct_type(LLVMContextRef C, value ElementTypes) { in llvm_struct_type() argument
388 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes, in llvm_struct_type()
389 Wosize_val(ElementTypes), 0); in llvm_struct_type()
394 value ElementTypes) { in llvm_packed_struct_type() argument
395 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes, in llvm_packed_struct_type()
396 Wosize_val(ElementTypes), 1); in llvm_packed_struct_type()
406 value ElementTypes, in llvm_struct_set_body() argument
408 LLVMStructSetBody(Ty, (LLVMTypeRef *) ElementTypes, in llvm_struct_set_body()
409 Wosize_val(ElementTypes), Bool_val(Packed)); in llvm_struct_set_body()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp293 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, in LLVMStructTypeInContext() argument
295 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructTypeInContext()
299 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, in LLVMStructType() argument
301 return LLVMStructTypeInContext(LLVMGetGlobalContext(), ElementTypes, in LLVMStructType()
318 void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes, in LLVMStructSetBody() argument
320 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructSetBody()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h407 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes,
409 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount,
413 void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes,
/external/llvm/include/llvm-c/
DCore.h992 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes,
1000 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount,
1022 void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h1151 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes,
1159 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount,
1181 void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes,
/external/llvm/lib/IR/
DCore.cpp507 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, in LLVMStructTypeInContext() argument
509 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructTypeInContext()
513 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, in LLVMStructType() argument
515 return LLVMStructTypeInContext(LLVMGetGlobalContext(), ElementTypes, in LLVMStructType()
532 void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes, in LLVMStructSetBody() argument
534 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructSetBody()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp654 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, in LLVMStructTypeInContext() argument
656 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructTypeInContext()
660 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, in LLVMStructType() argument
662 return LLVMStructTypeInContext(LLVMGetGlobalContext(), ElementTypes, in LLVMStructType()
679 void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes, in LLVMStructSetBody() argument
681 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructSetBody()
/external/v8/src/runtime/
Druntime-internal.cc439 isolate, object, ElementTypes::kAll)); in RUNTIME_FUNCTION()
/external/v8/src/
Dkeys.cc844 ElementTypes::kStringAndSymbol), in CollectOwnJSProxyKeys()
Dobjects.h1090 enum class ElementTypes { kAll, kStringAndSymbol }; enum
1289 Isolate* isolate, Handle<Object> object, ElementTypes element_types);
Dobjects.cc862 Isolate* isolate, Handle<Object> object, ElementTypes element_types) { in CreateListFromArrayLikeFastPath()
863 if (element_types == ElementTypes::kAll) { in CreateListFromArrayLikeFastPath()
892 Isolate* isolate, Handle<Object> object, ElementTypes element_types) { in CreateListFromArrayLike()
933 case ElementTypes::kAll: in CreateListFromArrayLike()
936 case ElementTypes::kStringAndSymbol: { in CreateListFromArrayLike()