Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/llvm/
H A Dac_llvm_util.h71 LLVMModuleRef ac_create_module(LLVMTargetMachineRef tm, LLVMContextRef ctx);
H A Dac_llvm_helper.cpp98 LLVMModuleRef ac_create_module(LLVMTargetMachineRef tm, LLVMContextRef ctx) in ac_create_module() function
H A Dac_llvm_build.c53 ctx->module = ac_create_module(compiler->tm, ctx->context); in ac_llvm_context_init()