Searched refs:ac_is_llvm_processor_supported (Results 1 – 5 of 5) sorted by relevance
94 bool ac_is_llvm_processor_supported(LLVMTargetMachineRef tm, const char *processor);
207 if (!ac_is_llvm_processor_supported(tm, name)) { in ac_create_target_machine()
48 bool ac_is_llvm_processor_supported(LLVMTargetMachineRef tm, const char *processor) in ac_is_llvm_processor_supported() function
426 bool supported = ac_is_llvm_processor_supported(tm, name); in check_print_asm_support()
5447 - aco: use ac_is_llvm_processor_supported() for checking LLVM asm support