Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.h239 LLVMValueRef ac_build_gep_ptr(struct ac_llvm_context *ctx, LLVMValueRef base_ptr,
Dac_nir_to_llvm.c5172 result = ac_build_gep_ptr(&ctx->ac, get_src(ctx, instr->parent), in visit_deref()
5196 result = ac_build_gep_ptr(&ctx->ac, get_src(ctx, instr->parent), offset); in visit_deref()
5213 result = ac_build_gep_ptr(&ctx->ac, get_src(ctx, instr->parent), offset); in visit_deref()
5216 ac_build_gep_ptr(&ctx->ac, get_src(ctx, instr->parent), get_src(ctx, instr->arr.index)); in visit_deref()
Dac_llvm_build.c1087 LLVMValueRef ac_build_gep_ptr(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, in ac_build_gep_ptr() function
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_shader_ngg.c415 ac_build_gep_ptr(&ctx->ac, gdsbase, LLVMConstInt(ctx->ac.i32, i, 0)); in build_streamout()