Searched refs:LLVMTargetMachineRef (Results 1 - 21 of 21) sorted by relevance

/external/llvm/include/llvm-c/
H A DTargetMachine.h28 typedef struct LLVMOpaqueTargetMachine *LLVMTargetMachineRef; typedef in typeref:struct:LLVMOpaqueTargetMachine
92 LLVMTargetMachineRef LLVMCreateTargetMachine(LLVMTargetRef T,
96 /** Dispose the LLVMTargetMachineRef instance generated by
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
[all...]
H A DOrcBindings.h50 LLVMOrcJITStackRef LLVMOrcCreateInstance(LLVMTargetMachineRef TM);
H A DExecutionEngine.h141 LLVMTargetMachineRef
/external/llvm/lib/Target/
H A DTargetMachineC.cpp35 static TargetMachine *unwrap(LLVMTargetMachineRef P) {
41 static LLVMTargetMachineRef wrap(const TargetMachine *P) {
42 return reinterpret_cast<LLVMTargetMachineRef>(const_cast<TargetMachine *>(P));
104 LLVMTargetMachineRef LLVMCreateTargetMachine(LLVMTargetRef T,
146 void LLVMDisposeTargetMachine(LLVMTargetMachineRef T) { delete unwrap(T); }
148 LLVMTargetRef LLVMGetTargetMachineTarget(LLVMTargetMachineRef T) {
153 char* LLVMGetTargetMachineTriple(LLVMTargetMachineRef T) {
158 char* LLVMGetTargetMachineCPU(LLVMTargetMachineRef T) {
163 char* LLVMGetTargetMachineFeatureString(LLVMTargetMachineRef T) {
168 void LLVMSetTargetMachineAsmVerbosity(LLVMTargetMachineRef
[all...]
/external/mesa3d/src/gallium/drivers/radeonsi/
H A 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,
H A Dsi_shader_internal.h129 LLVMTargetMachineRef tm;
174 LLVMTargetMachineRef tm,
190 LLVMTargetMachineRef tm,
H A Dsi_pipe.h116 LLVMTargetMachineRef tm[4]; /* used by the queue only */
223 LLVMTargetMachineRef tm; /* only non-threaded compilation */
H A Dsi_shader.c66 LLVMTargetMachineRef tm);
6400 LLVMTargetMachineRef tm,
6478 LLVMTargetMachineRef tm,
6716 LLVMTargetMachineRef tm)
7493 LLVMTargetMachineRef tm,
7737 LLVMTargetMachineRef tm,
7964 LLVMTargetMachineRef tm,
7985 LLVMTargetMachineRef tm,
8020 LLVMTargetMachineRef tm,
8081 LLVMTargetMachineRef t
[all...]
H A Dsi_shader_tgsi_setup.c214 LLVMTargetMachineRef tm,
1260 LLVMTargetMachineRef tm,
H A Dsi_pipe.c124 static LLVMTargetMachineRef
H A Dsi_state_shaders.c1091 LLVMTargetMachineRef tm;
1301 LLVMTargetMachineRef tm;
/external/mesa3d/src/amd/common/
H A Dac_llvm_util.h59 LLVMTargetMachineRef ac_create_target_machine(enum radeon_family family);
H A Dac_nir_to_llvm.h124 void ac_compile_nir_shader(LLVMTargetMachineRef tm,
H A Dac_llvm_util.c129 LLVMTargetMachineRef ac_create_target_machine(enum radeon_family family)
135 LLVMTargetMachineRef tm = LLVMCreateTargetMachine(
H A Dac_nir_to_llvm.c4443 LLVMModuleRef ac_translate_nir_to_llvm(LLVMTargetMachineRef tm,
4557 LLVMTargetMachineRef tm)
4598 static void ac_compile_llvm_module(LLVMTargetMachineRef tm,
4666 void ac_compile_nir_shader(LLVMTargetMachineRef tm,
/external/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c219 #define TargetMachine_val(v) (*(LLVMTargetMachineRef *)(Data_custom_val(v)))
235 static value llvm_alloc_targetmachine(LLVMTargetMachineRef Machine) {
236 value V = alloc_custom(&llvm_target_machine_ops, sizeof(LLVMTargetMachineRef),
248 LLVMTargetMachineRef Machine;
/external/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindings.cpp15 LLVMOrcJITStackRef LLVMOrcCreateInstance(LLVMTargetMachineRef TM) {
H A DOrcCBindingsStack.h28 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(TargetMachine, LLVMTargetMachineRef)
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp33 static LLVMTargetMachineRef wrap(const TargetMachine *P) {
35 reinterpret_cast<LLVMTargetMachineRef>(const_cast<TargetMachine*>(P));
285 LLVMTargetMachineRef
/external/llvm/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp23 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(TargetMachine, LLVMTargetMachineRef)
/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c413 LLVMTargetMachineRef tm;

Completed in 328 milliseconds