Searched refs:AC_ADDR_SPACE_GLOBAL (Results 1 – 3 of 3) sorted by relevance
45 AC_ADDR_SPACE_GLOBAL = 1, enumerator
1959 ptr = LLVMBuildIntToPtr(ctx->ac.builder, ptr, LLVMPointerType(ctx->ac.i64, AC_ADDR_SPACE_GLOBAL), in emit_ssbo_comp_swap_64()2161 LLVMTypeRef ptr_type = LLVMPointerType(type, AC_ADDR_SPACE_GLOBAL); in get_global_address()2170 LLVMTypeRef i8_ptr_type = LLVMPointerType(ctx->ac.i8, AC_ADDR_SPACE_GLOBAL); in get_global_address()5235 address_space = AC_ADDR_SPACE_GLOBAL; in visit_deref()
232 case AC_ADDR_SPACE_GLOBAL: in ac_to_integer_type()