Home
last modified time | relevance | path

Searched refs:ac_build_phi (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/docs/relnotes/
D17.2.2.rst143 - amd/common: move ac_build_phi from radeonsi
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_tess.c857 rel_patch_id = ac_build_phi(&ctx->ac, ctx->ac.i32, 2, values, blocks); in si_llvm_emit_tcs_epilogue()
861 tf_lds_offset = ac_build_phi(&ctx->ac, ctx->ac.i32, 2, values, blocks); in si_llvm_emit_tcs_epilogue()
865 invocation_id = ac_build_phi(&ctx->ac, ctx->ac.i32, 2, values, blocks); in si_llvm_emit_tcs_epilogue()
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h171 LLVMValueRef ac_build_phi(struct ac_llvm_context *ctx, LLVMTypeRef type, unsigned count_incoming,
Dac_nir_to_llvm.c531 ret = ac_build_phi(&ctx->ac, LLVMTypeOf(value), 2, phi_src, wctx->phi_bb); in exit_waterfall()
539 LLVMValueRef cc = ac_build_phi(&ctx->ac, ctx->ac.i32, 2, cc_phi_src, wctx->phi_bb); in exit_waterfall()
1351 half_texel[c] = ac_build_phi(ctx, ctx->f32, 2, values, bbs); in lower_gather4_integer()
Dac_llvm_build.c364 LLVMValueRef ac_build_phi(struct ac_llvm_context *ctx, LLVMTypeRef type, unsigned count_incoming, in ac_build_phi() function
4167 const LLVMValueRef scan = ac_build_phi(ctx, type, 2, phivalues_scan, bbs); in ac_build_wg_wavescan_bottom()