Home
last modified time | relevance | path

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

/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()
253 context = LLVMContextCreate(); in test_format_unorm8()
Dlp_context.c215 llvmpipe->context = LLVMContextCreate(); in llvmpipe_create_context()
Dlp_test_arit.c419 context = LLVMContextCreate(); in test_unary()
Dlp_test_conv.c223 context = LLVMContextCreate(); in test_one()
Dlp_test_blend.c454 context = LLVMContextCreate(); in test_one()
/external/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/
DOrcV2CBindingsAddObjectFile.c82 LLVMContextRef Ctx = LLVMContextCreate(); in main()
/external/llvm/bindings/python/llvm/
Dcore.py423 context = lib.LLVMContextCreate()
482 library.LLVMContextCreate.argtypes = []
483 library.LLVMContextCreate.restype = c_object_p
/external/llvm-project/llvm/bindings/python/llvm/
Dcore.py434 context = lib.LLVMContextCreate()
496 library.LLVMContextCreate.argtypes = []
497 library.LLVMContextCreate.restype = c_object_p
/external/llvm/tools/llvm-c-test/
Decho.cpp932 LLVMContextRef Ctx = LLVMContextCreate(); in llvm_echo()
/external/llvm-project/llvm/tools/llvm-c-test/
Decho.cpp1375 LLVMContextRef Ctx = LLVMContextCreate(); in llvm_echo()
/external/llvm/include/llvm-c/
DCore.h434 LLVMContextRef LLVMContextCreate(void);
/external/llvm-project/llvm/include/llvm-c/
DCore.h499 LLVMContextRef LLVMContextCreate(void);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h496 LLVMContextRef LLVMContextCreate(void);
/external/skqp/src/sksl/
DSkSLJIT.cpp100 fContext = LLVMContextCreate(); in JIT()
/external/llvm-project/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/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/llvm-project/llvm/bindings/go/llvm/
Dir.go359 func NewContext() Context { return Context{C.LLVMContextCreate()} }
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c786 llvm->context = LLVMContextCreate(); in draw_llvm_create()
/external/llvm-project/llvm/lib/IR/
DCore.cpp78 LLVMContextRef LLVMContextCreate() { in LLVMContextCreate() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp78 LLVMContextRef LLVMContextCreate() { in LLVMContextCreate() function
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c63 ctx->context = LLVMContextCreate(); in ac_llvm_context_init()