Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_tess.c461 rel_patch_id = ac_build_phi(&ctx->ac, ctx->ac.i32, 2, values, blocks); in si_llvm_tcs_build_end()
465 tf_lds_offset = ac_build_phi(&ctx->ac, ctx->ac.i32, 2, values, blocks); in si_llvm_tcs_build_end()
469 invocation_id = ac_build_phi(&ctx->ac, ctx->ac.i32, 2, values, blocks); in si_llvm_tcs_build_end()
/third_party/mesa3d/docs/relnotes/
D17.2.2.rst143 - amd/common: move ac_build_phi from radeonsi
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.h175 LLVMValueRef ac_build_phi(struct ac_llvm_context *ctx, LLVMTypeRef type, unsigned count_incoming,
Dac_nir_to_llvm.c542 ret = ac_build_phi(&ctx->ac, LLVMTypeOf(value), 2, phi_src, wctx->phi_bb); in exit_waterfall()
550 LLVMValueRef cc = ac_build_phi(&ctx->ac, ctx->ac.i32, 2, cc_phi_src, wctx->phi_bb); in exit_waterfall()
1539 half_texel[c] = ac_build_phi(ctx, ctx->f32, 2, values, bbs); in lower_gather4_integer()
Dac_llvm_build.c386 LLVMValueRef ac_build_phi(struct ac_llvm_context *ctx, LLVMTypeRef type, unsigned count_incoming, in ac_build_phi() function
4016 const LLVMValueRef scan = ac_build_phi(ctx, type, 2, phivalues_scan, bbs); in ac_build_wg_wavescan_bottom()