Home
last modified time | relevance | path

Searched refs:LLVMTypeRef (Results 1 – 25 of 105) sorted by relevance

12345

/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h69 typedef struct LLVMOpaqueType *LLVMTypeRef; typedef
362 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty);
363 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty);
366 LLVMContextRef LLVMGetTypeContext(LLVMTypeRef Ty);
369 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C);
370 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C);
371 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C);
372 LLVMTypeRef LLVMInt32TypeInContext(LLVMContextRef C);
373 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C);
374 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits);
[all …]
DTarget.h115 LLVMTypeRef LLVMIntPtrType(LLVMTargetDataRef);
119 unsigned long long LLVMSizeOfTypeInBits(LLVMTargetDataRef, LLVMTypeRef);
123 unsigned long long LLVMStoreSizeOfType(LLVMTargetDataRef, LLVMTypeRef);
127 unsigned long long LLVMABISizeOfType(LLVMTargetDataRef, LLVMTypeRef);
131 unsigned LLVMABIAlignmentOfType(LLVMTargetDataRef, LLVMTypeRef);
135 unsigned LLVMCallFrameAlignmentOfType(LLVMTargetDataRef, LLVMTypeRef);
139 unsigned LLVMPreferredAlignmentOfType(LLVMTargetDataRef, LLVMTypeRef);
148 unsigned LLVMElementAtOffset(LLVMTargetDataRef, LLVMTypeRef StructTy,
153 unsigned long long LLVMOffsetOfElement(LLVMTargetDataRef, LLVMTypeRef StructTy,
/external/llvm/include/llvm-c/
DCore.h687 LLVMTypeRef LLVMGetTypeByName(LLVMModuleRef M, const char *Name);
725 LLVMTypeRef FunctionTy);
804 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty);
813 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty);
820 LLVMContextRef LLVMGetTypeContext(LLVMTypeRef Ty);
827 void LLVMDumpType(LLVMTypeRef Val);
835 char *LLVMPrintTypeToString(LLVMTypeRef Val);
848 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C);
849 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C);
850 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C);
[all …]
DTarget.h235 LLVMTypeRef LLVMIntPtrType(LLVMTargetDataRef TD);
240 LLVMTypeRef LLVMIntPtrTypeForAS(LLVMTargetDataRef TD, unsigned AS);
244 LLVMTypeRef LLVMIntPtrTypeInContext(LLVMContextRef C, LLVMTargetDataRef TD);
249 LLVMTypeRef LLVMIntPtrTypeForASInContext(LLVMContextRef C, LLVMTargetDataRef TD,
254 unsigned long long LLVMSizeOfTypeInBits(LLVMTargetDataRef TD, LLVMTypeRef Ty);
258 unsigned long long LLVMStoreSizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty);
262 unsigned long long LLVMABISizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty);
266 unsigned LLVMABIAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty);
270 unsigned LLVMCallFrameAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty);
274 unsigned LLVMPreferredAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty);
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h827 LLVMValueRef LLVMGetInlineAsm(LLVMTypeRef Ty,
843 LLVMTypeRef LLVMGetTypeByName(LLVMModuleRef M, const char *Name);
881 LLVMTypeRef FunctionTy);
963 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty);
972 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty);
979 LLVMContextRef LLVMGetTypeContext(LLVMTypeRef Ty);
986 void LLVMDumpType(LLVMTypeRef Val);
994 char *LLVMPrintTypeToString(LLVMTypeRef Val);
1007 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C);
1008 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C);
[all …]
DTarget.h235 LLVMTypeRef LLVMIntPtrType(LLVMTargetDataRef TD);
240 LLVMTypeRef LLVMIntPtrTypeForAS(LLVMTargetDataRef TD, unsigned AS);
244 LLVMTypeRef LLVMIntPtrTypeInContext(LLVMContextRef C, LLVMTargetDataRef TD);
249 LLVMTypeRef LLVMIntPtrTypeForASInContext(LLVMContextRef C, LLVMTargetDataRef TD,
254 unsigned long long LLVMSizeOfTypeInBits(LLVMTargetDataRef TD, LLVMTypeRef Ty);
258 unsigned long long LLVMStoreSizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty);
262 unsigned long long LLVMABISizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty);
266 unsigned LLVMABIAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty);
270 unsigned LLVMCallFrameAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty);
274 unsigned LLVMPreferredAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty);
[all …]
/external/mesa3d/src/amd/common/
Dac_llvm_build.h48 LLVMTypeRef voidt;
49 LLVMTypeRef i1;
50 LLVMTypeRef i8;
51 LLVMTypeRef i16;
52 LLVMTypeRef i32;
53 LLVMTypeRef i64;
54 LLVMTypeRef f16;
55 LLVMTypeRef f32;
56 LLVMTypeRef f64;
57 LLVMTypeRef v2i32;
[all …]
/external/skia/src/sksl/
DSkSLJIT.h142 void addBuiltinFunction(const char* ourName, const char* realName, LLVMTypeRef returnType,
143 std::vector<LLVMTypeRef> parameters);
149 LLVMTypeRef getType(const Type& type);
307 LLVMTypeRef fVoidType;
308 LLVMTypeRef fInt1Type;
309 LLVMTypeRef fInt1VectorType;
310 LLVMTypeRef fInt1Vector2Type;
311 LLVMTypeRef fInt1Vector3Type;
312 LLVMTypeRef fInt1Vector4Type;
313 LLVMTypeRef fInt8Type;
[all …]
/external/skqp/src/sksl/
DSkSLJIT.h142 void addBuiltinFunction(const char* ourName, const char* realName, LLVMTypeRef returnType,
143 std::vector<LLVMTypeRef> parameters);
149 LLVMTypeRef getType(const Type& type);
307 LLVMTypeRef fVoidType;
308 LLVMTypeRef fInt1Type;
309 LLVMTypeRef fInt1VectorType;
310 LLVMTypeRef fInt1Vector2Type;
311 LLVMTypeRef fInt1Vector3Type;
312 LLVMTypeRef fInt1Vector4Type;
313 LLVMTypeRef fInt8Type;
[all …]
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_internal.h105 LLVMTypeRef return_type;
199 LLVMTypeRef voidt;
200 LLVMTypeRef i1;
201 LLVMTypeRef i8;
202 LLVMTypeRef i32;
203 LLVMTypeRef i64;
204 LLVMTypeRef i128;
205 LLVMTypeRef f32;
206 LLVMTypeRef v2i32;
207 LLVMTypeRef v4i32;
[all …]
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp133 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty) { in LLVMGetTypeKind()
170 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty) in LLVMTypeIsSized()
175 LLVMContextRef LLVMGetTypeContext(LLVMTypeRef Ty) { in LLVMGetTypeContext()
181 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C) { in LLVMInt1TypeInContext()
182 return (LLVMTypeRef) Type::getInt1Ty(*unwrap(C)); in LLVMInt1TypeInContext()
184 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C) { in LLVMInt8TypeInContext()
185 return (LLVMTypeRef) Type::getInt8Ty(*unwrap(C)); in LLVMInt8TypeInContext()
187 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C) { in LLVMInt16TypeInContext()
188 return (LLVMTypeRef) Type::getInt16Ty(*unwrap(C)); in LLVMInt16TypeInContext()
190 LLVMTypeRef LLVMInt32TypeInContext(LLVMContextRef C) { in LLVMInt32TypeInContext()
[all …]
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_intr.h72 LLVMTypeRef type);
77 LLVMTypeRef ret_type,
78 LLVMTypeRef *arg_types,
88 LLVMTypeRef ret_type,
97 LLVMTypeRef ret_type,
104 LLVMTypeRef ret_type,
121 LLVMTypeRef ret_type,
129 LLVMTypeRef ret_type,
136 LLVMTypeRef ret_type,
Dlp_bld_type.c36 LLVMTypeRef
61 LLVMTypeRef
64 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, type); in lp_build_vec_type()
79 lp_check_elem_type(struct lp_type type, LLVMTypeRef elem_type) in lp_check_elem_type()
121 lp_check_vec_type(struct lp_type type, LLVMTypeRef vec_type) in lp_check_vec_type()
123 LLVMTypeRef elem_type; in lp_check_vec_type()
147 LLVMTypeRef vec_type; in lp_check_value()
159 LLVMTypeRef
166 LLVMTypeRef
169 LLVMTypeRef elem_type = lp_build_int_elem_type(gallivm, type); in lp_build_int_vec_type()
[all …]
Dlp_bld_type.h151 LLVMTypeRef elem_type;
154 LLVMTypeRef vec_type;
157 LLVMTypeRef int_elem_type;
160 LLVMTypeRef int_vec_type;
343 LLVMTypeRef
347 LLVMTypeRef
352 lp_check_elem_type(struct lp_type type, LLVMTypeRef elem_type);
356 lp_check_vec_type(struct lp_type type, LLVMTypeRef vec_type);
363 LLVMTypeRef
367 LLVMTypeRef
[all …]
Dlp_bld_gather.c90 LLVMTypeRef src_type = LLVMIntTypeInContext(gallivm->context, src_width); in lp_build_gather_elem()
91 LLVMTypeRef src_ptr_type = LLVMPointerType(src_type, 0); in lp_build_gather_elem()
92 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width); in lp_build_gather_elem()
167 LLVMTypeRef src_type, in lp_build_gather_elem_vec()
176 LLVMTypeRef src_ptr_type = LLVMPointerType(src_type, 0); in lp_build_gather_elem_vec()
230 LLVMTypeRef dst_elem_type = lp_build_vec_type(gallivm, dst_type); in lp_build_gather_elem_vec()
287 LLVMTypeRef src_type, src_vec_type; in lp_build_gather_avx2()
312 LLVMTypeRef i32_type = LLVMIntTypeInContext(gallivm->context, 32); in lp_build_gather_avx2()
313 LLVMTypeRef i32_vec_type = LLVMVectorType(i32_type, length); in lp_build_gather_avx2()
314 LLVMTypeRef i1_type = LLVMIntTypeInContext(gallivm->context, 1); in lp_build_gather_avx2()
[all …]
Dlp_bld_intr.c62 LLVMTypeRef type) in lp_format_intrinsic()
103 LLVMTypeRef ret_type, in lp_declare_intrinsic()
104 LLVMTypeRef *arg_types, in lp_declare_intrinsic()
107 LLVMTypeRef function_type; in lp_declare_intrinsic()
222 LLVMTypeRef ret_type, in lp_build_intrinsic()
234 LLVMTypeRef arg_types[LP_MAX_FUNC_ARGS]; in lp_build_intrinsic()
264 LLVMTypeRef ret_type, in lp_build_intrinsic_unary()
274 LLVMTypeRef ret_type, in lp_build_intrinsic_binary()
323 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, intrin_type); in lp_build_intrinsic_binary_anylength()
379 LLVMTypeRef ret_type, in lp_build_intrinsic_map()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTarget.cpp86 LLVMTypeRef LLVMIntPtrType(LLVMTargetDataRef TD) { in LLVMIntPtrType()
90 LLVMTypeRef LLVMIntPtrTypeForAS(LLVMTargetDataRef TD, unsigned AS) { in LLVMIntPtrTypeForAS()
94 LLVMTypeRef LLVMIntPtrTypeInContext(LLVMContextRef C, LLVMTargetDataRef TD) { in LLVMIntPtrTypeInContext()
98 LLVMTypeRef LLVMIntPtrTypeForASInContext(LLVMContextRef C, LLVMTargetDataRef TD, unsigned AS) { in LLVMIntPtrTypeForASInContext()
102 unsigned long long LLVMSizeOfTypeInBits(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMSizeOfTypeInBits()
106 unsigned long long LLVMStoreSizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMStoreSizeOfType()
110 unsigned long long LLVMABISizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMABISizeOfType()
114 unsigned LLVMABIAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMABIAlignmentOfType()
118 unsigned LLVMCallFrameAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMCallFrameAlignmentOfType()
122 unsigned LLVMPreferredAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMPreferredAlignmentOfType()
[all …]
/external/llvm/lib/Target/
DTarget.cpp86 LLVMTypeRef LLVMIntPtrType(LLVMTargetDataRef TD) { in LLVMIntPtrType()
90 LLVMTypeRef LLVMIntPtrTypeForAS(LLVMTargetDataRef TD, unsigned AS) { in LLVMIntPtrTypeForAS()
94 LLVMTypeRef LLVMIntPtrTypeInContext(LLVMContextRef C, LLVMTargetDataRef TD) { in LLVMIntPtrTypeInContext()
98 LLVMTypeRef LLVMIntPtrTypeForASInContext(LLVMContextRef C, LLVMTargetDataRef TD, unsigned AS) { in LLVMIntPtrTypeForASInContext()
102 unsigned long long LLVMSizeOfTypeInBits(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMSizeOfTypeInBits()
106 unsigned long long LLVMStoreSizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMStoreSizeOfType()
110 unsigned long long LLVMABISizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMABISizeOfType()
114 unsigned LLVMABIAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMABIAlignmentOfType()
118 unsigned LLVMCallFrameAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMCallFrameAlignmentOfType()
122 unsigned LLVMPreferredAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMPreferredAlignmentOfType()
[all …]
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c171 CAMLprim value llvm_classify_type(LLVMTypeRef Ty) { in llvm_classify_type()
175 CAMLprim value llvm_type_is_sized(LLVMTypeRef Ty) { in llvm_type_is_sized()
180 CAMLprim LLVMContextRef llvm_type_context(LLVMTypeRef Ty) { in llvm_type_context()
187 CAMLprim LLVMTypeRef llvm_i1_type (LLVMContextRef Context) { in llvm_i1_type()
192 CAMLprim LLVMTypeRef llvm_i8_type (LLVMContextRef Context) { in llvm_i8_type()
197 CAMLprim LLVMTypeRef llvm_i16_type (LLVMContextRef Context) { in llvm_i16_type()
202 CAMLprim LLVMTypeRef llvm_i32_type (LLVMContextRef Context) { in llvm_i32_type()
207 CAMLprim LLVMTypeRef llvm_i64_type (LLVMContextRef Context) { in llvm_i64_type()
212 CAMLprim LLVMTypeRef llvm_integer_type(LLVMContextRef Context, value Width) { in llvm_integer_type()
217 CAMLprim value llvm_integer_bitwidth(LLVMTypeRef IntegerTy) { in llvm_integer_bitwidth()
[all …]
/external/llvm/lib/IR/
DCore.cpp311 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty) { in LLVMGetTypeKind()
351 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty) in LLVMTypeIsSized()
356 LLVMContextRef LLVMGetTypeContext(LLVMTypeRef Ty) { in LLVMGetTypeContext()
360 void LLVMDumpType(LLVMTypeRef Ty) { in LLVMDumpType()
364 char *LLVMPrintTypeToString(LLVMTypeRef Ty) { in LLVMPrintTypeToString()
380 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C) { in LLVMInt1TypeInContext()
381 return (LLVMTypeRef) Type::getInt1Ty(*unwrap(C)); in LLVMInt1TypeInContext()
383 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C) { in LLVMInt8TypeInContext()
384 return (LLVMTypeRef) Type::getInt8Ty(*unwrap(C)); in LLVMInt8TypeInContext()
386 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C) { in LLVMInt16TypeInContext()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c325 CAMLprim value llvm_classify_type(LLVMTypeRef Ty) { in llvm_classify_type()
329 CAMLprim value llvm_type_is_sized(LLVMTypeRef Ty) { in llvm_type_is_sized()
334 CAMLprim LLVMContextRef llvm_type_context(LLVMTypeRef Ty) { in llvm_type_context()
339 CAMLprim value llvm_dump_type(LLVMTypeRef Val) { in llvm_dump_type()
350 CAMLprim value llvm_string_of_lltype(LLVMTypeRef M) { in llvm_string_of_lltype()
365 CAMLprim LLVMTypeRef llvm_i1_type (LLVMContextRef Context) { in llvm_i1_type()
370 CAMLprim LLVMTypeRef llvm_i8_type (LLVMContextRef Context) { in llvm_i8_type()
375 CAMLprim LLVMTypeRef llvm_i16_type (LLVMContextRef Context) { in llvm_i16_type()
380 CAMLprim LLVMTypeRef llvm_i32_type (LLVMContextRef Context) { in llvm_i32_type()
385 CAMLprim LLVMTypeRef llvm_i64_type (LLVMContextRef Context) { in llvm_i64_type()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/
DTarget.cpp61 LLVMTypeRef LLVMIntPtrType(LLVMTargetDataRef TD) { in LLVMIntPtrType()
65 unsigned long long LLVMSizeOfTypeInBits(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMSizeOfTypeInBits()
69 unsigned long long LLVMStoreSizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMStoreSizeOfType()
73 unsigned long long LLVMABISizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMABISizeOfType()
77 unsigned LLVMABIAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMABIAlignmentOfType()
81 unsigned LLVMCallFrameAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMCallFrameAlignmentOfType()
85 unsigned LLVMPreferredAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMPreferredAlignmentOfType()
94 unsigned LLVMElementAtOffset(LLVMTargetDataRef TD, LLVMTypeRef StructTy, in LLVMElementAtOffset()
100 unsigned long long LLVMOffsetOfElement(LLVMTargetDataRef TD, LLVMTypeRef StructTy, in LLVMOffsetOfElement()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp430 LLVMValueRef LLVMGetInlineAsm(LLVMTypeRef Ty, in LLVMGetInlineAsm()
461 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty) { in LLVMGetTypeKind()
501 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty) in LLVMTypeIsSized()
506 LLVMContextRef LLVMGetTypeContext(LLVMTypeRef Ty) { in LLVMGetTypeContext()
510 void LLVMDumpType(LLVMTypeRef Ty) { in LLVMDumpType()
514 char *LLVMPrintTypeToString(LLVMTypeRef Ty) { in LLVMPrintTypeToString()
530 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C) { in LLVMInt1TypeInContext()
531 return (LLVMTypeRef) Type::getInt1Ty(*unwrap(C)); in LLVMInt1TypeInContext()
533 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C) { in LLVMInt8TypeInContext()
534 return (LLVMTypeRef) Type::getInt8Ty(*unwrap(C)); in LLVMInt8TypeInContext()
[all …]
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c261 CAMLprim value llvm_classify_type(LLVMTypeRef Ty) { in llvm_classify_type()
265 CAMLprim value llvm_type_is_sized(LLVMTypeRef Ty) { in llvm_type_is_sized()
270 CAMLprim LLVMContextRef llvm_type_context(LLVMTypeRef Ty) { in llvm_type_context()
275 CAMLprim value llvm_dump_type(LLVMTypeRef Val) { in llvm_dump_type()
281 CAMLprim value llvm_string_of_lltype(LLVMTypeRef M) { in llvm_string_of_lltype()
296 CAMLprim LLVMTypeRef llvm_i1_type (LLVMContextRef Context) { in llvm_i1_type()
301 CAMLprim LLVMTypeRef llvm_i8_type (LLVMContextRef Context) { in llvm_i8_type()
306 CAMLprim LLVMTypeRef llvm_i16_type (LLVMContextRef Context) { in llvm_i16_type()
311 CAMLprim LLVMTypeRef llvm_i32_type (LLVMContextRef Context) { in llvm_i32_type()
316 CAMLprim LLVMTypeRef llvm_i64_type (LLVMContextRef Context) { in llvm_i64_type()
[all …]
/external/swiftshader/third_party/LLVM/bindings/ocaml/target/
Dtarget_ocaml.c57 CAMLprim value llvm_size_in_bits(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in llvm_size_in_bits()
62 CAMLprim value llvm_store_size(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in llvm_store_size()
67 CAMLprim value llvm_abi_size(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in llvm_abi_size()
72 CAMLprim value llvm_abi_align(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in llvm_abi_align()
77 CAMLprim value llvm_stack_align(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in llvm_stack_align()
82 CAMLprim value llvm_preferred_align(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in llvm_preferred_align()
93 CAMLprim value llvm_element_at_offset(LLVMTargetDataRef TD, LLVMTypeRef Ty, in llvm_element_at_offset()
99 CAMLprim value llvm_offset_of_element(LLVMTargetDataRef TD, LLVMTypeRef Ty, in llvm_offset_of_element()

12345