Searched refs:ac_build_phi (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_tess.c | 461 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/ |
D | 17.2.2.rst | 143 - amd/common: move ac_build_phi from radeonsi
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.h | 175 LLVMValueRef ac_build_phi(struct ac_llvm_context *ctx, LLVMTypeRef type, unsigned count_incoming,
|
D | ac_nir_to_llvm.c | 542 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()
|
D | ac_llvm_build.c | 386 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()
|