Home
last modified time | relevance | path

Searched refs:LLVMModuleCreateWithNameInContext (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c310 gallivm->module = LLVMModuleCreateWithNameInContext(name, in init_gallivm_state()
/external/llvm/tools/llvm-c-test/
Decho.cpp933 LLVMModuleRef M = LLVMModuleCreateWithNameInContext(ModuleName, Ctx); in llvm_echo()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp1087 LLVMModuleRef M = LLVMModuleCreateWithNameInContext(ModuleName, Ctx); in llvm_echo()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c1013 ctx->gallivm.module = LLVMModuleCreateWithNameInContext("tgsi", in si_llvm_context_init()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h321 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
/external/llvm/include/llvm-c/
DCore.h578 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h630 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c125 return LLVMModuleCreateWithNameInContext(String_val(ModuleID), C); in llvm_create_module()
/external/skqp/src/sksl/
DSkSLJIT.cpp1807 fModule = LLVMModuleCreateWithNameInContext("skslmodule", fContext); in createModule()
/external/skia/src/sksl/
DSkSLJIT.cpp1807 fModule = LLVMModuleCreateWithNameInContext("skslmodule", fContext); in createModule()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c192 return LLVMModuleCreateWithNameInContext(String_val(ModuleID), C); in llvm_create_module()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c256 return LLVMModuleCreateWithNameInContext(String_val(ModuleID), C); in llvm_create_module()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp86 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext() function
/external/llvm/lib/IR/
DCore.cpp218 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext() function
/external/llvm/bindings/go/llvm/
Dir.go385 m.C = C.LLVMModuleCreateWithNameInContext(cname, c.C)
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go412 m.C = C.LLVMModuleCreateWithNameInContext(cname, c.C)
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c6813 ctx.module = LLVMModuleCreateWithNameInContext("shader", ctx.context); in ac_translate_nir_to_llvm()
7236 ctx.module = LLVMModuleCreateWithNameInContext("shader", ctx.context); in ac_create_gs_copy_shader()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp218 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext() function