Home
last modified time | relevance | path

Searched refs:tm_wave32 (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/llvm/
Dac_llvm_util.c372 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()
Dac_llvm_util.h90 LLVMTargetMachineRef tm_wave32; member
Dac_llvm_build.c71 ac_create_module(wave_size == 32 ? compiler->tm_wave32 : compiler->tm, ctx->context); in ac_llvm_context_init()
/external/mesa3d/src/amd/vulkan/
Dradv_llvm_helper.cpp52 if (llvm_info.tm_wave32) { in init()
53 passes_wave32 = ac_create_llvm_passes(llvm_info.tm_wave32); in init()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c158 if (compiler->tm_wave32) in si_init_compiler()
159 compiler->passes_wave32 = ac_create_llvm_passes(compiler->tm_wave32); in si_init_compiler()