Home
last modified time | relevance | path

Searched refs:LLVMTargetMachineRef (Results 1 – 22 of 22) sorted by relevance

/external/llvm/include/llvm-c/
DTargetMachine.h28 typedef struct LLVMOpaqueTargetMachine *LLVMTargetMachineRef; typedef
92 LLVMTargetMachineRef LLVMCreateTargetMachine(LLVMTargetRef T,
98 void LLVMDisposeTargetMachine(LLVMTargetMachineRef T);
101 LLVMTargetRef LLVMGetTargetMachineTarget(LLVMTargetMachineRef T);
106 char *LLVMGetTargetMachineTriple(LLVMTargetMachineRef T);
111 char *LLVMGetTargetMachineCPU(LLVMTargetMachineRef T);
116 char *LLVMGetTargetMachineFeatureString(LLVMTargetMachineRef T);
119 LLVMTargetDataRef LLVMCreateTargetDataLayout(LLVMTargetMachineRef T);
122 void LLVMSetTargetMachineAsmVerbosity(LLVMTargetMachineRef T,
128 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M,
[all …]
DOrcBindings.h50 LLVMOrcJITStackRef LLVMOrcCreateInstance(LLVMTargetMachineRef TM);
DExecutionEngine.h141 LLVMTargetMachineRef
/external/llvm/lib/Target/
DTargetMachineC.cpp35 static TargetMachine *unwrap(LLVMTargetMachineRef P) { in unwrap()
41 static LLVMTargetMachineRef wrap(const TargetMachine *P) { in wrap()
42 return reinterpret_cast<LLVMTargetMachineRef>(const_cast<TargetMachine *>(P)); in wrap()
104 LLVMTargetMachineRef LLVMCreateTargetMachine(LLVMTargetRef T, in LLVMCreateTargetMachine()
146 void LLVMDisposeTargetMachine(LLVMTargetMachineRef T) { delete unwrap(T); } in LLVMDisposeTargetMachine()
148 LLVMTargetRef LLVMGetTargetMachineTarget(LLVMTargetMachineRef T) { in LLVMGetTargetMachineTarget()
153 char* LLVMGetTargetMachineTriple(LLVMTargetMachineRef T) { in LLVMGetTargetMachineTriple()
158 char* LLVMGetTargetMachineCPU(LLVMTargetMachineRef T) { in LLVMGetTargetMachineCPU()
163 char* LLVMGetTargetMachineFeatureString(LLVMTargetMachineRef T) { in LLVMGetTargetMachineFeatureString()
168 void LLVMSetTargetMachineAsmVerbosity(LLVMTargetMachineRef T, in LLVMSetTargetMachineAsmVerbosity()
[all …]
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h258 LLVMTargetMachineRef tm;
543 LLVMTargetMachineRef tm,
547 LLVMTargetMachineRef tm,
551 int si_shader_create(struct si_screen *sscreen, LLVMTargetMachineRef tm,
557 LLVMTargetMachineRef tm,
Dsi_shader_internal.h129 LLVMTargetMachineRef tm;
174 LLVMTargetMachineRef tm,
190 LLVMTargetMachineRef tm,
Dsi_pipe.h116 LLVMTargetMachineRef tm[4]; /* used by the queue only */
223 LLVMTargetMachineRef tm; /* only non-threaded compilation */
Dsi_shader.c66 LLVMTargetMachineRef tm);
6400 LLVMTargetMachineRef tm, in si_compile_llvm()
6478 LLVMTargetMachineRef tm, in si_generate_gs_copy_shader()
6716 LLVMTargetMachineRef tm) in si_init_shader_ctx()
7493 LLVMTargetMachineRef tm, in si_compile_tgsi_shader()
7737 LLVMTargetMachineRef tm, in si_get_shader_part()
7964 LLVMTargetMachineRef tm, in si_get_vs_epilog()
7985 LLVMTargetMachineRef tm, in si_shader_select_vs_parts()
8020 LLVMTargetMachineRef tm, in si_shader_select_tes_parts()
8081 LLVMTargetMachineRef tm, in si_shader_select_tcs_parts()
[all …]
Dsi_shader_tgsi_setup.c214 LLVMTargetMachineRef tm, in si_llvm_compile()
1260 LLVMTargetMachineRef tm, in si_llvm_context_init()
Dsi_pipe.c124 static LLVMTargetMachineRef
Dsi_state_shaders.c1091 LLVMTargetMachineRef tm; in si_build_shader_variant()
1301 LLVMTargetMachineRef tm; in si_init_shader_selector_async()
/external/llvm/bindings/ocaml/target/
Dtarget_ocaml.c219 #define TargetMachine_val(v) (*(LLVMTargetMachineRef *)(Data_custom_val(v)))
235 static value llvm_alloc_targetmachine(LLVMTargetMachineRef Machine) { in llvm_alloc_targetmachine()
236 value V = alloc_custom(&llvm_target_machine_ops, sizeof(LLVMTargetMachineRef), in llvm_alloc_targetmachine()
248 LLVMTargetMachineRef Machine; in llvm_create_targetmachine_native()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp33 static LLVMTargetMachineRef wrap(const TargetMachine *P) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
35 reinterpret_cast<LLVMTargetMachineRef>(const_cast<TargetMachine*>(P)); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
285 LLVMTargetMachineRef
/external/mesa3d/src/amd/common/
Dac_llvm_util.h59 LLVMTargetMachineRef ac_create_target_machine(enum radeon_family family);
Dac_nir_to_llvm.h124 void ac_compile_nir_shader(LLVMTargetMachineRef tm,
Dac_llvm_util.c129 LLVMTargetMachineRef ac_create_target_machine(enum radeon_family family) in ac_create_target_machine()
135 LLVMTargetMachineRef tm = LLVMCreateTargetMachine( in ac_create_target_machine()
Dac_nir_to_llvm.c4443 LLVMModuleRef ac_translate_nir_to_llvm(LLVMTargetMachineRef tm, in ac_translate_nir_to_llvm()
4557 LLVMTargetMachineRef tm) in ac_llvm_compile()
4598 static void ac_compile_llvm_module(LLVMTargetMachineRef tm, in ac_compile_llvm_module()
4666 void ac_compile_nir_shader(LLVMTargetMachineRef tm, in ac_compile_nir_shader()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcCBindings.cpp15 LLVMOrcJITStackRef LLVMOrcCreateInstance(LLVMTargetMachineRef TM) { in LLVMOrcCreateInstance()
DOrcCBindingsStack.h28 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(TargetMachine, LLVMTargetMachineRef) in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/external/llvm/unittests/ExecutionEngine/Orc/
DOrcCAPITest.cpp23 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(TargetMachine, LLVMTargetMachineRef)
/external/llvm/bindings/go/llvm/
Dtarget.go34 C C.LLVMTargetMachineRef
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c413 LLVMTargetMachineRef tm; in radv_shader_variant_create()