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