Home
last modified time | relevance | path

Searched refs:LLVMSetDataLayout (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c132 LLVMSetDataLayout(gallivm->module, td_str); in create_pass_manager()
632 LLVMSetDataLayout(gallivm->module, ""); in gallivm_compile_module()
/external/llvm/bindings/python/llvm/
Dcore.py212 lib.LLVMSetDataLayout(self, new_data_layout)
510 library.LLVMSetDataLayout.argtypes = [Module, c_char_p]
511 library.LLVMSetDataLayout.restype = None
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/
Dcore.py212 lib.LLVMSetDataLayout(self, new_data_layout)
513 library.LLVMSetDataLayout.argtypes = [Module, c_char_p]
514 library.LLVMSetDataLayout.restype = None
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c1019 LLVMSetDataLayout(ctx->gallivm.module, data_layout_str); in si_llvm_context_init()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h329 void LLVMSetDataLayout(LLVMModuleRef M, const char *Triple);
/external/llvm/include/llvm-c/
DCore.h630 void LLVMSetDataLayout(LLVMModuleRef M, const char *DataLayoutStr);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h703 void LLVMSetDataLayout(LLVMModuleRef M, const char *DataLayoutStr);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c152 LLVMSetDataLayout(M, String_val(Layout)); in llvm_set_data_layout()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c219 LLVMSetDataLayout(M, String_val(Layout)); in llvm_set_data_layout()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c283 LLVMSetDataLayout(M, String_val(Layout)); in llvm_set_data_layout()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp100 void LLVMSetDataLayout(LLVMModuleRef M, const char *Triple) { in LLVMSetDataLayout() function
/external/llvm/lib/IR/
DCore.cpp247 void LLVMSetDataLayout(LLVMModuleRef M, const char *DataLayoutStr) { in LLVMSetDataLayout() function
/external/llvm/bindings/go/llvm/
Dir.go401 C.LLVMSetDataLayout(m.C, clayout)
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go428 C.LLVMSetDataLayout(m.C, clayout)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp256 void LLVMSetDataLayout(LLVMModuleRef M, const char *DataLayoutStr) { in LLVMSetDataLayout() function
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c6822 LLVMSetDataLayout(ctx.module, data_layout_str); in ac_translate_nir_to_llvm()