Lines Matching refs:AREA
119 /* We record the data area in the target symbol flags. */
123 #define SET_SYMBOL_DATA_AREA(SYM,AREA) \
124 (SYMBOL_REF_FLAGS (SYM) |= (AREA) << SYMBOL_FLAG_MACH_DEP_SHIFT)
354 /* The patch area requires nops, which we don't have. */
359 sorry ("not generating patch area, nops not supported");
439 /* Encode the PTX data area that DECL (which might not actually be a
448 nvptx_data_area area = DATA_AREA_GENERIC;
451 area = DATA_AREA_CONST;
456 area = DATA_AREA_SHARED;
462 area = TREE_READONLY (decl) ? DATA_AREA_CONST : DATA_AREA_GLOBAL;
465 SET_SYMBOL_DATA_AREA (XEXP (rtl, 0), area);
469 /* Return the PTX name of the data area in which SYM should be
476 nvptx_data_area area = SYMBOL_DATA_AREA (sym);
481 return areas[area];
2411 area. The type is TYPE, object size SIZE and alignment is ALIGN.
2863 nvptx_data_area area = nvptx_mem_data_area (x);
2864 return area == DATA_AREA_SHARED || area == DATA_AREA_GENERIC;
2874 A -- print a data area for a MEM
2876 D -- print a data area for a MEM operand