Home
last modified time | relevance | path

Searched refs:ac_build_gep_ptr (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h230 LLVMValueRef ac_build_gep_ptr(struct ac_llvm_context *ctx, LLVMValueRef base_ptr,
Dac_nir_to_llvm.c4547 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()
Dac_llvm_build.c962 LLVMValueRef ac_build_gep_ptr(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, in ac_build_gep_ptr() function