Home
last modified time | relevance | path

Searched refs:low_opt_tm (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_util.c352 compiler->low_opt_tm = in ac_init_llvm_compiler()
354 if (!compiler->low_opt_tm) in ac_init_llvm_compiler()
382 if (compiler->low_opt_tm) in ac_destroy_llvm_compiler()
383 LLVMDisposeTargetMachine(compiler->low_opt_tm); in ac_destroy_llvm_compiler()
Dac_llvm_util.h88 LLVMTargetMachineRef low_opt_tm; /* uses -O1 instead of -O2 */ member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c156 if (compiler->low_opt_tm) in si_init_compiler()
157 compiler->low_opt_passes = ac_create_llvm_passes(compiler->low_opt_tm); in si_init_compiler()