Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_util.h106 LLVMBuilderRef ac_create_builder(LLVMContextRef ctx, enum ac_float_mode float_mode);
Dac_llvm_helper.cpp86 LLVMBuilderRef ac_create_builder(LLVMContextRef ctx, enum ac_float_mode float_mode) in ac_create_builder() function
Dac_llvm_build.c73 ctx->builder = ac_create_builder(ctx->context, float_mode); in ac_llvm_context_init()