HomeSort by relevance Sort by last modified time
    Searched refs:LLVMTypeRef (Results 1 - 25 of 99) 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/
Target.h 222 LLVMTypeRef LLVMIntPtrType(LLVMTargetDataRef TD);
227 LLVMTypeRef LLVMIntPtrTypeForAS(LLVMTargetDataRef TD, unsigned AS);
231 LLVMTypeRef LLVMIntPtrTypeInContext(LLVMContextRef C, LLVMTargetDataRef TD);
236 LLVMTypeRef LLVMIntPtrTypeForASInContext(LLVMContextRef C, LLVMTargetDataRef TD,
241 unsigned long long LLVMSizeOfTypeInBits(LLVMTargetDataRef TD, LLVMTypeRef Ty);
245 unsigned long long LLVMStoreSizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty);
249 unsigned long long LLVMABISizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty);
253 unsigned LLVMABIAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty);
257 unsigned LLVMCallFrameAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty);
261 unsigned LLVMPreferredAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty)
    [all...]
Core.h 81 * Each value in the LLVM IR has a type, an LLVMTypeRef.
85 typedef struct LLVMOpaqueType *LLVMTypeRef;
640 LLVMTypeRef LLVMGetTypeByName(LLVMModuleRef M, const char *Name);
677 LLVMTypeRef FunctionTy);
756 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty);
765 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty);
772 LLVMContextRef LLVMGetTypeContext(LLVMTypeRef Ty);
779 void LLVMDumpType(LLVMTypeRef Val);
787 char *LLVMPrintTypeToString(LLVMTypeRef Val);
800 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C)
    [all...]
  /external/llvm/lib/Target/
Target.cpp 77 LLVMTypeRef LLVMIntPtrType(LLVMTargetDataRef TD) {
81 LLVMTypeRef LLVMIntPtrTypeForAS(LLVMTargetDataRef TD, unsigned AS) {
85 LLVMTypeRef LLVMIntPtrTypeInContext(LLVMContextRef C, LLVMTargetDataRef TD) {
89 LLVMTypeRef LLVMIntPtrTypeForASInContext(LLVMContextRef C, LLVMTargetDataRef TD, unsigned AS) {
93 unsigned long long LLVMSizeOfTypeInBits(LLVMTargetDataRef TD, LLVMTypeRef Ty) {
97 unsigned long long LLVMStoreSizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) {
101 unsigned long long LLVMABISizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) {
105 unsigned LLVMABIAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) {
109 unsigned LLVMCallFrameAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) {
113 unsigned LLVMPreferredAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty)
    [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;
  /external/llvm/lib/IR/
Core.cpp 229 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty) {
267 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty)
272 LLVMContextRef LLVMGetTypeContext(LLVMTypeRef Ty) {
276 void LLVMDumpType(LLVMTypeRef Ty) {
280 char *LLVMPrintTypeToString(LLVMTypeRef Ty) {
296 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C) {
297 return (LLVMTypeRef) Type::getInt1Ty(*unwrap(C));
299 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C) {
300 return (LLVMTypeRef) Type::getInt8Ty(*unwrap(C));
302 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C)
    [all...]

Completed in 359 milliseconds

1 2 3 4