Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format.c43 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()
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()
1200 LLVMConstInt(LLVMInt64TypeInContext(gallivm->context), in s3tc_update_cache_access()
1966 LLVMInt64TypeInContext(gallivm->context), ""); in generate_update_cache_one_block()
2055 LLVMTypeRef i64t = LLVMInt64TypeInContext(gallivm->context); in compressed_fetch_cached()
2337 LLVMTypeRef type64 = LLVMInt64TypeInContext(gallivm->context); in lp_build_gather_rgtc()
Dlp_bld_nir_soa.c769 …addr_ptr = LLVMBuildIntToPtr(builder, addr_ptr, LLVMPointerType(LLVMInt64TypeInContext(gallivm->co… in global_addr_to_ptr()
853 … value_ptr = LLVMBuildBitCast(builder, value_ptr, LLVMInt64TypeInContext(gallivm->context), ""); in emit_store_global()
1073 zero = LLVMConstInt(LLVMInt64TypeInContext(gallivm->context), 0, 0); in emit_load_mem()
1911 zero = LLVMConstInt(LLVMInt64TypeInContext(gallivm->context), 0, 0); in emit_load_scratch()
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()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.c297 elem_types[LP_JIT_THREAD_DATA_COUNTER] = LLVMInt64TypeInContext(lc); in lp_jit_create_types()
298 elem_types[LP_JIT_THREAD_DATA_INVOCATIONS] = LLVMInt64TypeInContext(lc); in lp_jit_create_types()
Dlp_state_fs.c3023 arg_types[9] = LLVMInt64TypeInContext(gallivm->context); /* mask_input */ in generate_fragment()
3102 LLVMConstInt(LLVMInt64TypeInContext(gallivm->context), 1, 0), in generate_fragment()
/external/skqp/src/sksl/
DSkSLJIT.cpp110 fInt64Type = LLVMInt64TypeInContext(fContext); in JIT()
111 fSizeTType = LLVMInt64TypeInContext(fContext); in JIT()
/external/llvm/include/llvm-c/
DCore.h852 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C);
/external/llvm/lib/IR/
DCore.cpp392 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C) { in LLVMInt64TypeInContext() function
415 return LLVMInt64TypeInContext(LLVMGetGlobalContext()); in LLVMInt64Type()
/external/llvm-project/llvm/include/llvm-c/
DCore.h1139 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1133 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C);
/external/llvm-project/llvm/lib/IR/
DCore.cpp564 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C) { in LLVMInt64TypeInContext() function
587 return LLVMInt64TypeInContext(LLVMGetGlobalContext()); in LLVMInt64Type()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp558 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C) { in LLVMInt64TypeInContext() function
581 return LLVMInt64TypeInContext(LLVMGetGlobalContext()); in LLVMInt64Type()
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c386 return LLVMInt64TypeInContext(Context); in llvm_i64_type()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c317 return LLVMInt64TypeInContext(Context); in llvm_i64_type()
/external/llvm/bindings/go/llvm/
Dir.go484 func (c Context) Int64Type() (t Type) { t.C = C.LLVMInt64TypeInContext(c.C); return }
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go549 func (c Context) Int64Type() (t Type) { t.C = C.LLVMInt64TypeInContext(c.C); return }
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c2034 LLVMVectorType(LLVMInt64TypeInContext(context), 4), ""); in draw_llvm_generate()