Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dac_llvm_util.c154 case AC_FUNC_ATTR_ALWAYSINLINE: return LLVMAlwaysInlineAttribute; in ac_attr_to_llvm_attr()
172 case AC_FUNC_ATTR_ALWAYSINLINE: return "alwaysinline"; in attr_to_str()
Dac_llvm_util.h39 AC_FUNC_ATTR_ALWAYSINLINE = (1 << 0), enumerator