Home
last modified time | relevance | path

Searched refs:ac_create_llvm_passes (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_llvm_helper.cpp45 passes = ac_create_llvm_passes(llvm_info.tm); in init()
90 struct ac_compiler_passes *passes = ac_create_llvm_passes(info->tm); in radv_compile_to_elf()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_util.h128 struct ac_compiler_passes *ac_create_llvm_passes(LLVMTargetMachineRef tm);
Dac_llvm_helper.cpp226 struct ac_compiler_passes *ac_create_llvm_passes(LLVMTargetMachineRef tm) in ac_create_llvm_passes() function
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c155 compiler->passes = ac_create_llvm_passes(compiler->tm); in si_init_compiler()
157 compiler->low_opt_passes = ac_create_llvm_passes(compiler->low_opt_tm); in si_init_compiler()