Searched refs:get_memory_ptr (Results 1 – 1 of 1) sorted by relevance
83 static LLVMValueRef get_memory_ptr(struct ac_nir_context *ctx, nir_src src, unsigned bit_size) in get_memory_ptr() function2877 LLVMValueRef ptr = get_memory_ptr(ctx, instr->src[0], instr->dest.ssa.bit_size); in visit_load_shared()2894 LLVMValueRef ptr = get_memory_ptr(ctx, instr->src[1], instr->src[0].ssa->bit_size); in visit_store_shared()3589 LLVMValueRef ptr = get_memory_ptr(ctx, instr->src[0], instr->src[1].ssa->bit_size); in visit_intrinsic()