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