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.c369 compiler->low_opt_tm = in ac_init_llvm_compiler()
371 if (!compiler->low_opt_tm) in ac_init_llvm_compiler()
399 if (compiler->low_opt_tm) in ac_destroy_llvm_compiler()
400 LLVMDisposeTargetMachine(compiler->low_opt_tm); in ac_destroy_llvm_compiler()
Dac_llvm_util.h89 LLVMTargetMachineRef low_opt_tm; /* uses -O1 instead of -O2 */ member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c151 if (compiler->low_opt_tm) in si_init_compiler()
152 compiler->low_opt_passes = ac_create_llvm_passes(compiler->low_opt_tm); in si_init_compiler()