Searched refs:ac_build_gep_ptr (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.h | 239 LLVMValueRef ac_build_gep_ptr(struct ac_llvm_context *ctx, LLVMValueRef base_ptr,
|
D | ac_nir_to_llvm.c | 5172 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()
|
D | ac_llvm_build.c | 1087 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/ |
D | gfx10_shader_ngg.c | 415 ac_build_gep_ptr(&ctx->ac, gdsbase, LLVMConstInt(ctx->ac.i32, i, 0)); in build_streamout()
|