Searched refs:LLVMInt64TypeInContext (Results 1 – 19 of 19) sorted by relevance
43 LLVMArrayType(LLVMInt64TypeInContext(gallivm->context), in lp_build_format_cache_type()47 LLVMInt64TypeInContext(gallivm->context); in lp_build_format_cache_type()49 LLVMInt64TypeInContext(gallivm->context); in lp_build_format_cache_type()
70 LLVMConstInt(LLVMInt64TypeInContext(gallivm->context), in update_cache_access()233 LLVMInt64TypeInContext(gallivm->context), ""); in update_cached_block()260 LLVMTypeRef i64t = LLVMInt64TypeInContext(gallivm->context); in lp_build_fetch_cached_texels()
1252 LLVMTypeRef u64ptr_type = LLVMPointerType(LLVMInt64TypeInContext(gallivm->context), 0); in emit_fetch_constant()1256 LLVMTypeRef i64ptr_type = LLVMPointerType(LLVMInt64TypeInContext(gallivm->context), 0); in emit_fetch_constant()
214 elem_types[LP_JIT_THREAD_DATA_COUNTER] = LLVMInt64TypeInContext(lc); in lp_jit_create_types()
110 fInt64Type = LLVMInt64TypeInContext(fContext); in JIT()111 fSizeTType = LLVMInt64TypeInContext(fContext); in JIT()
1081 ctx->i64 = LLVMInt64TypeInContext(ctx->ac.context); in si_llvm_context_init()
193 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C) { in LLVMInt64TypeInContext() function213 return LLVMInt64TypeInContext(LLVMGetGlobalContext()); in LLVMInt64Type()
373 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C);
852 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C);
1011 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C);
392 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C) { in LLVMInt64TypeInContext() function415 return LLVMInt64TypeInContext(LLVMGetGlobalContext()); in LLVMInt64Type()
208 return LLVMInt64TypeInContext(Context); in llvm_i64_type()
542 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C) { in LLVMInt64TypeInContext() function565 return LLVMInt64TypeInContext(LLVMGetGlobalContext()); in LLVMInt64Type()
1661 LLVMVectorType(LLVMInt64TypeInContext(context), 4), ""); in draw_llvm_generate()
317 return LLVMInt64TypeInContext(Context); in llvm_i64_type()
386 return LLVMInt64TypeInContext(Context); in llvm_i64_type()
484 func (c Context) Int64Type() (t Type) { t.C = C.LLVMInt64TypeInContext(c.C); return }
511 func (c Context) Int64Type() (t Type) { t.C = C.LLVMInt64TypeInContext(c.C); return }