Searched refs:LLVMSetTarget (Results 1 – 13 of 13) sorted by relevance
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 168 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/ |
D | core.py | 221 lib.LLVMSetTarget(self, new_target) 516 library.LLVMSetTarget.argtypes = [Module, c_char_p] 517 library.LLVMSetTarget.restype = None
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_misc.cpp | 536 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/ |
D | echo.cpp | 943 LLVMSetTarget(M, LLVMGetTarget(Src)); in llvm_echo()
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 333 void LLVMSetTarget(LLVMModuleRef M, const char *Triple);
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_setup.c | 1280 LLVMSetTarget(ctx->gallivm.module, "amdgcn--"); in si_llvm_context_init()
|
/external/llvm/include/llvm-c/ |
D | Core.h | 644 void LLVMSetTarget(LLVMModuleRef M, const char *Triple);
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 141 LLVMSetTarget(M, String_val(Trip)); in llvm_set_target_triple()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 208 LLVMSetTarget(M, String_val(Trip)); in llvm_set_target_triple()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 109 void LLVMSetTarget(LLVMModuleRef M, const char *Triple) { in LLVMSetTarget() function
|
/external/llvm/lib/IR/ |
D | Core.cpp | 256 void LLVMSetTarget(LLVMModuleRef M, const char *Triple) { in LLVMSetTarget() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 412 C.LLVMSetTarget(m.C, ctarget)
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 4463 LLVMSetTarget(ctx.module, "amdgcn--"); in ac_translate_nir_to_llvm()
|