Searched refs:radv_llvm_per_thread_list (Results 1 – 1 of 1) sorted by relevance
87 static thread_local std::list<radv_llvm_per_thread_info> radv_llvm_per_thread_list; variable95 for (auto &I : radv_llvm_per_thread_list) { in radv_compile_to_elf()119 for (auto &I : radv_llvm_per_thread_list) { in radv_init_llvm_compiler()126 radv_llvm_per_thread_list.emplace_back(family, tm_options, wave_size); in radv_init_llvm_compiler()127 radv_llvm_per_thread_info &tinfo = radv_llvm_per_thread_list.back(); in radv_init_llvm_compiler()130 radv_llvm_per_thread_list.pop_back(); in radv_init_llvm_compiler()