Searched refs:ac_build_gep_ptr (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.h | 230 LLVMValueRef ac_build_gep_ptr(struct ac_llvm_context *ctx, LLVMValueRef base_ptr,
|
D | ac_nir_to_llvm.c | 4547 result = ac_build_gep_ptr(&ctx->ac, get_src(ctx, instr->parent), in visit_deref() 4571 result = ac_build_gep_ptr(&ctx->ac, get_src(ctx, instr->parent), offset); in visit_deref() 4588 result = ac_build_gep_ptr(&ctx->ac, get_src(ctx, instr->parent), offset); in visit_deref() 4591 ac_build_gep_ptr(&ctx->ac, get_src(ctx, instr->parent), get_src(ctx, instr->arr.index)); in visit_deref()
|
D | ac_llvm_build.c | 962 LLVMValueRef ac_build_gep_ptr(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, in ac_build_gep_ptr() function
|