Home
last modified time | relevance | path

Searched refs:LLVMSetTarget (Results 1 – 13 of 13) sorted by relevance

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp168 LLVMSetTarget(Module, HostTriple.c_str()); in buildSimpleFunction()
188 LLVMSetTarget(Module, HostTriple.c_str()); in buildFunctionThatUsesStackmap()
218 LLVMSetTarget(Module, HostTriple.c_str()); in buildModuleWithCodeAndData()
351 LLVMSetTarget(Module, HostTriple.c_str()); in TEST_F()
479 LLVMSetTarget(Module, HostTriple.c_str()); in TEST_F()
/external/llvm/bindings/python/llvm/
Dcore.py221 lib.LLVMSetTarget(self, new_target)
516 library.LLVMSetTarget.argtypes = [Module, c_char_p]
517 library.LLVMSetTarget.restype = None
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp536 LLVMSetTarget(M, "x86_64-pc-win32-elf"); in lp_build_create_jit_compiler_for_module()
538 LLVMSetTarget(M, "i686-pc-win32-elf"); in lp_build_create_jit_compiler_for_module()
/external/llvm/tools/llvm-c-test/
Decho.cpp943 LLVMSetTarget(M, LLVMGetTarget(Src)); in llvm_echo()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c1280 LLVMSetTarget(ctx->gallivm.module, "amdgcn--"); in si_llvm_context_init()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h333 void LLVMSetTarget(LLVMModuleRef M, const char *Triple);
/external/llvm/include/llvm-c/
DCore.h644 void LLVMSetTarget(LLVMModuleRef M, const char *Triple);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c141 LLVMSetTarget(M, String_val(Trip)); in llvm_set_target_triple()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c208 LLVMSetTarget(M, String_val(Trip)); in llvm_set_target_triple()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp109 void LLVMSetTarget(LLVMModuleRef M, const char *Triple) { in LLVMSetTarget() function
/external/llvm/lib/IR/
DCore.cpp256 void LLVMSetTarget(LLVMModuleRef M, const char *Triple) { in LLVMSetTarget() function
/external/llvm/bindings/go/llvm/
Dir.go412 C.LLVMSetTarget(m.C, ctarget)
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c4463 LLVMSetTarget(ctx.module, "amdgcn--"); in ac_translate_nir_to_llvm()