Home
last modified time | relevance | path

Searched refs:ac_create_module (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/llvm/
Dac_llvm_util.h111 LLVMModuleRef ac_create_module(LLVMTargetMachineRef tm, LLVMContextRef ctx);
Dac_llvm_helper.cpp82 LLVMModuleRef ac_create_module(LLVMTargetMachineRef tm, LLVMContextRef ctx) in ac_create_module() function
Dac_llvm_build.c71 ac_create_module(wave_size == 32 ? compiler->tm_wave32 : compiler->tm, ctx->context); in ac_llvm_context_init()