Searched refs:tm_wave32 (Results 1 – 5 of 5) sorted by relevance
372 compiler->tm_wave32 = in ac_init_llvm_compiler()374 if (!compiler->tm_wave32) in ac_init_llvm_compiler()407 if (compiler->tm_wave32) in ac_destroy_llvm_compiler()408 LLVMDisposeTargetMachine(compiler->tm_wave32); in ac_destroy_llvm_compiler()
90 LLVMTargetMachineRef tm_wave32; member
71 ac_create_module(wave_size == 32 ? compiler->tm_wave32 : compiler->tm, ctx->context); in ac_llvm_context_init()
52 if (llvm_info.tm_wave32) { in init()53 passes_wave32 = ac_create_llvm_passes(llvm_info.tm_wave32); in init()
158 if (compiler->tm_wave32) in si_init_compiler()159 compiler->passes_wave32 = ac_create_llvm_passes(compiler->tm_wave32); in si_init_compiler()