Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/llvm/
H A Dac_llvm_util.h62 bool ac_is_llvm_processor_supported(LLVMTargetMachineRef tm, const char *processor);
H A Dac_llvm_util.c100 if (!ac_is_llvm_processor_supported(tm, name)) { in ac_create_target_machine()
H A Dac_llvm_helper.cpp67 bool ac_is_llvm_processor_supported(LLVMTargetMachineRef tm, const char *processor) in ac_is_llvm_processor_supported() function
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_print_asm.cpp386 bool supported = ac_is_llvm_processor_supported(tm, name); in check_print_asm_support()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D22.2.0.rst5445 - aco: use ac_is_llvm_processor_supported() for checking LLVM asm support