Home
last modified time | relevance | path

Searched refs:LLVMInt64TypeInContext (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format.c37 return LLVMInt64TypeInContext(gallivm->context); in lp_build_format_cache_elem_type()
65 LLVMInt64TypeInContext(gallivm->context); in lp_build_format_cache_type()
67 LLVMInt64TypeInContext(gallivm->context); in lp_build_format_cache_type()
Dlp_bld_const.h132 return LLVMConstInt(LLVMInt64TypeInContext(gallivm->context), i, 0); in lp_build_const_int64()
Dlp_bld_format_s3tc.c234 LLVMTypeRef type64 = LLVMInt64TypeInContext(gallivm->context); in lp_build_gather_s3tc()
905 LLVMTypeRef i64t = LLVMInt64TypeInContext(gallivm->context); in s3tc_dxt5_alpha_channel()
1204 LLVMConstInt(LLVMInt64TypeInContext(gallivm->context), in s3tc_update_cache_access()
1970 LLVMInt64TypeInContext(gallivm->context), ""); in generate_update_cache_one_block()
2052 LLVMTypeRef i64t = LLVMInt64TypeInContext(gallivm->context); in compressed_fetch_cached()
2334 LLVMTypeRef type64 = LLVMInt64TypeInContext(gallivm->context); in lp_build_gather_rgtc()
Dlp_bld_nir_soa.c100 return LLVMConstInt(LLVMInt64TypeInContext(gallivm->context), 0, 0); in lp_build_zero_bits()
811 …addr_ptr = LLVMBuildIntToPtr(builder, addr_ptr, LLVMPointerType(LLVMInt64TypeInContext(gallivm->co… in global_addr_to_ptr()
911 … value_ptr = LLVMBuildBitCast(builder, value_ptr, LLVMInt64TypeInContext(gallivm->context), ""); in emit_store_global()
Dlp_bld_tgsi_soa.c898 LLVMTypeRef u64ptr_type = LLVMPointerType(LLVMInt64TypeInContext(gallivm->context), 0); in emit_fetch_constant()
902 LLVMTypeRef i64ptr_type = LLVMPointerType(LLVMInt64TypeInContext(gallivm->context), 0); in emit_fetch_constant()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.c307 elem_types[LP_JIT_THREAD_DATA_COUNTER] = LLVMInt64TypeInContext(lc); in lp_jit_create_types()
308 elem_types[LP_JIT_THREAD_DATA_INVOCATIONS] = LLVMInt64TypeInContext(lc); in lp_jit_create_types()
Dlp_state_fs.c3149 arg_types[9] = LLVMInt64TypeInContext(gallivm->context); /* mask_input */ in generate_fragment()
3228 LLVMConstInt(LLVMInt64TypeInContext(gallivm->context), 1, 0), in generate_fragment()
/third_party/flutter/skia/src/sksl/
DSkSLJIT.cpp110 fInt64Type = LLVMInt64TypeInContext(fContext); in JIT()
111 fSizeTType = LLVMInt64TypeInContext(fContext); in JIT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1133 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp558 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C) { in LLVMInt64TypeInContext() function
581 return LLVMInt64TypeInContext(LLVMGetGlobalContext()); in LLVMInt64Type()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c2044 LLVMVectorType(LLVMInt64TypeInContext(context), 4), ""); in draw_llvm_generate()