Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_util.h45 AC_FUNC_ATTR_ALWAYSINLINE = (1 << 0), enumerator
Dac_llvm_util.c243 case AC_FUNC_ATTR_ALWAYSINLINE: in attr_to_str()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm.c540 ac_add_function_attr(ctx->ac.context, parts[i], -1, AC_FUNC_ATTR_ALWAYSINLINE); in si_build_wrapper_function()