Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_printf.c98 context = LLVMContextCreate(); in test_printf()
Dlp_test_format.c152 context = LLVMContextCreate(); in test_format_float()
256 context = LLVMContextCreate(); in test_format_unorm8()
Dlp_context.c247 llvmpipe->context = LLVMContextCreate(); in llvmpipe_create_context()
Dlp_test_arit.c436 context = LLVMContextCreate(); in test_unary()
Dlp_test_conv.c223 context = LLVMContextCreate(); in test_one()
Dlp_test_blend.c454 context = LLVMContextCreate(); in test_one()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h496 LLVMContextRef LLVMContextCreate(void);
/third_party/flutter/skia/src/sksl/
DSkSLJIT.cpp100 fContext = LLVMContextCreate(); in JIT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp78 LLVMContextRef LLVMContextCreate() { in LLVMContextCreate() function
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c779 llvm->context = LLVMContextCreate(); in draw_llvm_create()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c64 ctx->context = LLVMContextCreate(); in ac_llvm_context_init()