Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_intr.h51 LP_FUNC_ATTR_ALWAYSINLINE = (1 << 0), enumerator
Dlp_bld_intr.c129 case LP_FUNC_ATTR_ALWAYSINLINE: return LLVMAlwaysInlineAttribute; in lp_attr_to_llvm_attr()
146 case LP_FUNC_ATTR_ALWAYSINLINE: return "alwaysinline"; in attr_to_str()