Home
last modified time | relevance | path

Searched refs:ac_is_llvm_processor_supported (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_util.h94 bool ac_is_llvm_processor_supported(LLVMTargetMachineRef tm, const char *processor);
Dac_llvm_util.c207 if (!ac_is_llvm_processor_supported(tm, name)) { in ac_create_target_machine()
Dac_llvm_helper.cpp48 bool ac_is_llvm_processor_supported(LLVMTargetMachineRef tm, const char *processor) in ac_is_llvm_processor_supported() function
/third_party/mesa3d/src/amd/compiler/
Daco_print_asm.cpp426 bool supported = ac_is_llvm_processor_supported(tm, name); in check_print_asm_support()
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst5447 - aco: use ac_is_llvm_processor_supported() for checking LLVM asm support