Home
last modified time | relevance | path

Searched refs:LLVMContextCreate (Results 1 – 25 of 26) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_printf.c98 context = LLVMContextCreate(); in test_printf()
Dlp_test_format.c152 context = LLVMContextCreate(); in test_format_float()
251 context = LLVMContextCreate(); in test_format_unorm8()
Dlp_context.c181 llvmpipe->context = LLVMContextCreate(); in llvmpipe_create_context()
Dlp_test_arit.c419 context = LLVMContextCreate(); in test_unary()
Dlp_test_conv.c215 context = LLVMContextCreate(); in test_one()
Dlp_test_blend.c454 context = LLVMContextCreate(); in test_one()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/
Dcore.py423 context = lib.LLVMContextCreate()
485 library.LLVMContextCreate.argtypes = []
486 library.LLVMContextCreate.restype = c_object_p
/external/llvm/bindings/python/llvm/
Dcore.py423 context = lib.LLVMContextCreate()
482 library.LLVMContextCreate.argtypes = []
483 library.LLVMContextCreate.restype = c_object_p
/external/llvm/tools/llvm-c-test/
Decho.cpp932 LLVMContextRef Ctx = LLVMContextCreate(); in llvm_echo()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp1086 LLVMContextRef Ctx = LLVMContextCreate(); in llvm_echo()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c1012 ctx->gallivm.context = LLVMContextCreate(); in si_llvm_context_init()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h308 LLVMContextRef LLVMContextCreate(void);
/external/llvm/include/llvm-c/
DCore.h434 LLVMContextRef LLVMContextCreate(void);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h486 LLVMContextRef LLVMContextCreate(void);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c100 return LLVMContextCreate(); in llvm_create_context()
/external/skia/src/sksl/
DSkSLJIT.cpp100 fContext = LLVMContextCreate(); in JIT()
/external/skqp/src/sksl/
DSkSLJIT.cpp100 fContext = LLVMContextCreate(); in JIT()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c167 return LLVMContextCreate(); in llvm_create_context()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c166 return LLVMContextCreate(); in llvm_create_context()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c507 llvm->context = LLVMContextCreate(); in draw_llvm_create()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp58 LLVMContextRef LLVMContextCreate() { in LLVMContextCreate() function
/external/llvm/lib/IR/
DCore.cpp79 LLVMContextRef LLVMContextCreate() { in LLVMContextCreate() function
/external/llvm/bindings/go/llvm/
Dir.go351 func NewContext() Context { return Context{C.LLVMContextCreate()} }
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go321 func NewContext() Context { return Context{C.LLVMContextCreate()} }
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c6812 ctx.context = LLVMContextCreate(); in ac_translate_nir_to_llvm()
7235 ctx.context = LLVMContextCreate(); in ac_create_gs_copy_shader()

12