Searched refs:LP_FUNC_ATTR_ALWAYSINLINE (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_intr.h50 LP_FUNC_ATTR_ALWAYSINLINE = (1 << 0), enumerator in enum:lp_func_attr
H A Dlp_bld_intr.c128 case LP_FUNC_ATTR_ALWAYSINLINE: return LLVMAlwaysInlineAttribute;
145 case LP_FUNC_ATTR_ALWAYSINLINE: return "alwaysinline";
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_intr.h51 LP_FUNC_ATTR_ALWAYSINLINE = (1 << 0), enumerator in enum:lp_func_attr
H A Dlp_bld_intr.c133 case LP_FUNC_ATTR_ALWAYSINLINE: return LLVMAlwaysInlineAttribute;
150 case LP_FUNC_ATTR_ALWAYSINLINE: return "alwaysinline";

Completed in 5 milliseconds