Searched refs:low_opt_tm (Results 1 – 3 of 3) sorted by relevance
364 compiler->low_opt_tm = in ac_init_llvm_compiler()366 if (!compiler->low_opt_tm) in ac_init_llvm_compiler()403 if (compiler->low_opt_tm) in ac_destroy_llvm_compiler()404 LLVMDisposeTargetMachine(compiler->low_opt_tm); in ac_destroy_llvm_compiler()
96 LLVMTargetMachineRef low_opt_tm; /* uses -O1 instead of -O2 */ member
160 if (compiler->low_opt_tm) in si_init_compiler()161 compiler->low_opt_passes = ac_create_llvm_passes(compiler->low_opt_tm); in si_init_compiler()