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_format_cached.c70 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()
Dlp_bld_tgsi_soa.c1252 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()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.c214 elem_types[LP_JIT_THREAD_DATA_COUNTER] = LLVMInt64TypeInContext(lc); in lp_jit_create_types()
/external/skqp/src/sksl/
DSkSLJIT.cpp110 fInt64Type = LLVMInt64TypeInContext(fContext); in JIT()
111 fSizeTType = LLVMInt64TypeInContext(fContext); in JIT()
/external/skia/src/sksl/
DSkSLJIT.cpp110 fInt64Type = LLVMInt64TypeInContext(fContext); in JIT()
111 fSizeTType = LLVMInt64TypeInContext(fContext); in JIT()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c1081 ctx->i64 = LLVMInt64TypeInContext(ctx->ac.context); in si_llvm_context_init()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp193 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C) { in LLVMInt64TypeInContext() function
213 return LLVMInt64TypeInContext(LLVMGetGlobalContext()); in LLVMInt64Type()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h373 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C);
/external/llvm/include/llvm-c/
DCore.h852 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h1011 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C);
/external/llvm/lib/IR/
DCore.cpp392 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C) { in LLVMInt64TypeInContext() function
415 return LLVMInt64TypeInContext(LLVMGetGlobalContext()); in LLVMInt64Type()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c208 return LLVMInt64TypeInContext(Context); in llvm_i64_type()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp542 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C) { in LLVMInt64TypeInContext() function
565 return LLVMInt64TypeInContext(LLVMGetGlobalContext()); in LLVMInt64Type()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1661 LLVMVectorType(LLVMInt64TypeInContext(context), 4), ""); in draw_llvm_generate()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c317 return LLVMInt64TypeInContext(Context); in llvm_i64_type()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c386 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/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go511 func (c Context) Int64Type() (t Type) { t.C = C.LLVMInt64TypeInContext(c.C); return }