Searched refs:ac_build_phi (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.2.2.rst143 - amd/common: move ac_build_phi from radeonsi
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_tess.c847 rel_patch_id = ac_build_phi(&ctx->ac, ctx->ac.i32, 2, values, blocks);
851 tf_lds_offset = ac_build_phi(&ctx->ac, ctx->ac.i32, 2, values, blocks);
855 invocation_id = ac_build_phi(&ctx->ac, ctx->ac.i32, 2, values, blocks);
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.h145 ac_build_phi(struct ac_llvm_context *ctx, LLVMTypeRef type,
H A Dac_llvm_build.c374 ac_build_phi(struct ac_llvm_context *ctx, LLVMTypeRef type, function in typeref:typename:LLVMValueRef
3942 const LLVMValueRef scan = ac_build_phi(ctx, type, 2, phivalues_scan, bbs);
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.h174 LLVMValueRef ac_build_phi(struct ac_llvm_context *ctx, LLVMTypeRef type, unsigned count_incoming,
H A Dac_nir_to_llvm.c539 ret = ac_build_phi(&ctx->ac, LLVMTypeOf(value), 2, phi_src, wctx->phi_bb);
547 LLVMValueRef cc = ac_build_phi(&ctx->ac, ctx->ac.i32, 2, cc_phi_src, wctx->phi_bb);
1471 half_texel[c] = ac_build_phi(ctx, ctx->f32, 2, values, bbs);
H A Dac_llvm_build.c384 LLVMValueRef ac_build_phi(struct ac_llvm_context *ctx, LLVMTypeRef type, unsigned count_incoming, function in typeref:typename:LLVMValueRef
4250 const LLVMValueRef scan = ac_build_phi(ctx, type, 2, phivalues_scan, bbs);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c3294 rel_patch_id = ac_build_phi(&ctx->ac, ctx->i32, 2, values, blocks);
3298 tf_lds_offset = ac_build_phi(&ctx->ac, ctx->i32, 2, values, blocks);
3302 invocation_id = ac_build_phi(&ctx->ac, ctx->i32, 2, values, blocks);
5725 outputs[i].values[j] = ac_build_phi(&ctx.ac, ctx.f32, 2, v, blocks);
H A Dsi_shader_tgsi_mem.c1303 half_texel[c] = ac_build_phi(&ctx->ac, ctx->f32, 2,

Completed in 38 milliseconds