Searched refs:ac_build_gep_ptr (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.h | 238 LLVMValueRef ac_build_gep_ptr(struct ac_llvm_context *ctx, LLVMValueRef base_ptr,
|
D | ac_nir_to_llvm.c | 5060 result = ac_build_gep_ptr(&ctx->ac, get_src(ctx, instr->parent), in visit_deref() 5084 result = ac_build_gep_ptr(&ctx->ac, get_src(ctx, instr->parent), offset); in visit_deref() 5101 result = ac_build_gep_ptr(&ctx->ac, get_src(ctx, instr->parent), offset); in visit_deref() 5104 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 | 1011 LLVMValueRef ac_build_gep_ptr(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, in ac_build_gep_ptr() function
|