HomeSort by relevance Sort by last modified time
    Searched refs:LLVMTypeRef (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_intr.h 53 LLVMTypeRef ret_type,
54 LLVMTypeRef *arg_types,
60 LLVMTypeRef ret_type,
68 LLVMTypeRef ret_type,
75 LLVMTypeRef ret_type,
92 LLVMTypeRef ret_type,
100 LLVMTypeRef ret_type,
107 LLVMTypeRef ret_type,
lp_bld_type.c 36 LLVMTypeRef
61 LLVMTypeRef
64 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, type);
79 lp_check_elem_type(struct lp_type type, LLVMTypeRef elem_type)
121 lp_check_vec_type(struct lp_type type, LLVMTypeRef vec_type)
123 LLVMTypeRef elem_type;
147 LLVMTypeRef vec_type;
159 LLVMTypeRef
166 LLVMTypeRef
169 LLVMTypeRef elem_type = lp_build_int_elem_type(gallivm, type)
    [all...]
lp_bld_gather.c 82 LLVMTypeRef src_type = LLVMIntTypeInContext(gallivm->context, src_width);
83 LLVMTypeRef src_ptr_type = LLVMPointerType(src_type, 0);
84 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width);
133 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width);
134 LLVMTypeRef dst_vec_type = LLVMVectorType(dst_elem_type, length);
156 LLVMTypeRef vec_type = LLVMVectorType(LLVMTypeOf(values[0]), value_count);
lp_bld_assert.c 66 LLVMTypeRef arg_types[2];
67 LLVMTypeRef ret_type;
lp_bld_tgsi_action.h 64 LLVMTypeRef dst_type;
lp_bld_intr.c 58 LLVMTypeRef ret_type,
59 LLVMTypeRef *arg_types,
62 LLVMTypeRef function_type;
82 LLVMTypeRef ret_type,
91 LLVMTypeRef arg_types[LP_MAX_FUNC_ARGS];
111 LLVMTypeRef ret_type,
121 LLVMTypeRef ret_type,
170 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, intrin_type);
226 LLVMTypeRef ret_type,
231 LLVMTypeRef ret_elem_type = LLVMGetElementType(ret_type)
    [all...]
lp_bld_type.h 146 LLVMTypeRef elem_type;
149 LLVMTypeRef vec_type;
152 LLVMTypeRef int_elem_type;
155 LLVMTypeRef int_vec_type;
308 LLVMTypeRef
312 LLVMTypeRef
317 lp_check_elem_type(struct lp_type type, LLVMTypeRef elem_type);
321 lp_check_vec_type(struct lp_type type, LLVMTypeRef vec_type);
328 LLVMTypeRef
332 LLVMTypeRef
    [all...]
lp_bld_const.c 227 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, type);
242 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, type);
251 LLVMTypeRef elem_type;
272 LLVMTypeRef vec_type = LLVMVectorType(elem_type, type.length);
303 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, type);
345 LLVMTypeRef elem_type = lp_build_int_elem_type(gallivm, type);
368 LLVMTypeRef elem_type;
400 LLVMTypeRef elem_type = LLVMIntTypeInContext(gallivm->context, type.width);
445 LLVMTypeRef i8 = LLVMInt8TypeInContext(gallivm->context);
464 LLVMTypeRef ret_type
    [all...]
lp_bld_const.h 139 LLVMTypeRef int_type;
160 LLVMTypeRef ret_type,
161 LLVMTypeRef *arg_types,
lp_bld_flow.h 72 LLVMTypeRef reg_type;
192 LLVMTypeRef type,
197 LLVMTypeRef type,
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_intr.h 53 LLVMTypeRef ret_type,
54 LLVMTypeRef *arg_types,
60 LLVMTypeRef ret_type,
68 LLVMTypeRef ret_type,
75 LLVMTypeRef ret_type,
92 LLVMTypeRef ret_type,
100 LLVMTypeRef ret_type,
107 LLVMTypeRef ret_type,
lp_bld_type.c 36 LLVMTypeRef
61 LLVMTypeRef
64 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, type);
79 lp_check_elem_type(struct lp_type type, LLVMTypeRef elem_type)
121 lp_check_vec_type(struct lp_type type, LLVMTypeRef vec_type)
123 LLVMTypeRef elem_type;
147 LLVMTypeRef vec_type;
159 LLVMTypeRef
166 LLVMTypeRef
169 LLVMTypeRef elem_type = lp_build_int_elem_type(gallivm, type)
    [all...]
lp_bld_gather.c 82 LLVMTypeRef src_type = LLVMIntTypeInContext(gallivm->context, src_width);
83 LLVMTypeRef src_ptr_type = LLVMPointerType(src_type, 0);
84 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width);
133 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width);
134 LLVMTypeRef dst_vec_type = LLVMVectorType(dst_elem_type, length);
156 LLVMTypeRef vec_type = LLVMVectorType(LLVMTypeOf(values[0]), value_count);
lp_bld_assert.c 66 LLVMTypeRef arg_types[2];
67 LLVMTypeRef ret_type;
lp_bld_tgsi_action.h 64 LLVMTypeRef dst_type;
lp_bld_intr.c 58 LLVMTypeRef ret_type,
59 LLVMTypeRef *arg_types,
62 LLVMTypeRef function_type;
82 LLVMTypeRef ret_type,
91 LLVMTypeRef arg_types[LP_MAX_FUNC_ARGS];
111 LLVMTypeRef ret_type,
121 LLVMTypeRef ret_type,
170 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, intrin_type);
226 LLVMTypeRef ret_type,
231 LLVMTypeRef ret_elem_type = LLVMGetElementType(ret_type)
    [all...]
lp_bld_type.h 146 LLVMTypeRef elem_type;
149 LLVMTypeRef vec_type;
152 LLVMTypeRef int_elem_type;
155 LLVMTypeRef int_vec_type;
308 LLVMTypeRef
312 LLVMTypeRef
317 lp_check_elem_type(struct lp_type type, LLVMTypeRef elem_type);
321 lp_check_vec_type(struct lp_type type, LLVMTypeRef vec_type);
328 LLVMTypeRef
332 LLVMTypeRef
    [all...]
lp_bld_const.c 227 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, type);
242 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, type);
251 LLVMTypeRef elem_type;
272 LLVMTypeRef vec_type = LLVMVectorType(elem_type, type.length);
303 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, type);
345 LLVMTypeRef elem_type = lp_build_int_elem_type(gallivm, type);
368 LLVMTypeRef elem_type;
400 LLVMTypeRef elem_type = LLVMIntTypeInContext(gallivm->context, type.width);
445 LLVMTypeRef i8 = LLVMInt8TypeInContext(gallivm->context);
464 LLVMTypeRef ret_type
    [all...]
lp_bld_const.h 139 LLVMTypeRef int_type;
160 LLVMTypeRef ret_type,
161 LLVMTypeRef *arg_types,
  /external/llvm/include/llvm-c/
Core.h 83 * Each value in the LLVM IR has a type, an LLVMTypeRef.
87 typedef struct LLVMOpaqueType *LLVMTypeRef;
559 LLVMTypeRef LLVMGetTypeByName(LLVMModuleRef M, const char *Name);
596 LLVMTypeRef FunctionTy);
675 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty);
684 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty);
691 LLVMContextRef LLVMGetTypeContext(LLVMTypeRef Ty);
704 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C);
705 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C);
706 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C)
    [all...]
Target.h 182 LLVMTypeRef LLVMIntPtrType(LLVMTargetDataRef);
187 LLVMTypeRef LLVMIntPtrTypeForAS(LLVMTargetDataRef, unsigned AS);
191 unsigned long long LLVMSizeOfTypeInBits(LLVMTargetDataRef, LLVMTypeRef);
195 unsigned long long LLVMStoreSizeOfType(LLVMTargetDataRef, LLVMTypeRef);
199 unsigned long long LLVMABISizeOfType(LLVMTargetDataRef, LLVMTypeRef);
203 unsigned LLVMABIAlignmentOfType(LLVMTargetDataRef, LLVMTypeRef);
207 unsigned LLVMCallFrameAlignmentOfType(LLVMTargetDataRef, LLVMTypeRef);
211 unsigned LLVMPreferredAlignmentOfType(LLVMTargetDataRef, LLVMTypeRef);
220 unsigned LLVMElementAtOffset(LLVMTargetDataRef, LLVMTypeRef StructTy,
225 unsigned long long LLVMOffsetOfElement(LLVMTargetDataRef, LLVMTypeRef StructTy
    [all...]
  /external/llvm/bindings/ocaml/target/
target_ocaml.c 57 CAMLprim value llvm_size_in_bits(LLVMTargetDataRef TD, LLVMTypeRef Ty) {
62 CAMLprim value llvm_store_size(LLVMTargetDataRef TD, LLVMTypeRef Ty) {
67 CAMLprim value llvm_abi_size(LLVMTargetDataRef TD, LLVMTypeRef Ty) {
72 CAMLprim value llvm_abi_align(LLVMTargetDataRef TD, LLVMTypeRef Ty) {
77 CAMLprim value llvm_stack_align(LLVMTargetDataRef TD, LLVMTypeRef Ty) {
82 CAMLprim value llvm_preferred_align(LLVMTargetDataRef TD, LLVMTypeRef Ty) {
93 CAMLprim value llvm_element_at_offset(LLVMTargetDataRef TD, LLVMTypeRef Ty,
99 CAMLprim value llvm_offset_of_element(LLVMTargetDataRef TD, LLVMTypeRef Ty,
  /external/llvm/lib/Target/
Target.cpp 83 LLVMTypeRef LLVMIntPtrType(LLVMTargetDataRef TD) {
87 LLVMTypeRef LLVMIntPtrTypeForAS(LLVMTargetDataRef TD, unsigned AS) {
91 unsigned long long LLVMSizeOfTypeInBits(LLVMTargetDataRef TD, LLVMTypeRef Ty) {
95 unsigned long long LLVMStoreSizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) {
99 unsigned long long LLVMABISizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) {
103 unsigned LLVMABIAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) {
107 unsigned LLVMCallFrameAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) {
111 unsigned LLVMPreferredAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) {
120 unsigned LLVMElementAtOffset(LLVMTargetDataRef TD, LLVMTypeRef StructTy,
126 unsigned long long LLVMOffsetOfElement(LLVMTargetDataRef TD, LLVMTypeRef StructTy
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_fs.h 89 LLVMTypeRef jit_context_ptr_type;
90 LLVMTypeRef jit_thread_data_ptr_type;
91 LLVMTypeRef jit_linear_context_ptr_type;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.h 89 LLVMTypeRef jit_context_ptr_type;
90 LLVMTypeRef jit_thread_data_ptr_type;
91 LLVMTypeRef jit_linear_context_ptr_type;

Completed in 160 milliseconds

1 2 3 4