Lines Matching defs:tmp1
3663 LLVMValueRef active, tmp1, tmp2;
3666 tmp1 = ac_build_dpp(ctx, identity, src, dpp_row_sr(1), 0xf, 0xf, false);
3684 return LLVMBuildSelect(ctx->builder, active, tmp2, tmp1, "");
3689 return LLVMBuildSelect(ctx->builder, active, tmp2, tmp1, "");
3696 LLVMValueRef active, tmp1, tmp2;
3698 tmp1 = ac_build_ds_swizzle(ctx, src, (1 << 15) | dpp_quad_perm(0, 0, 1, 2));
3703 tmp1 = LLVMBuildSelect(ctx->builder, active, tmp2, tmp1, "");
3708 tmp1 = LLVMBuildSelect(ctx->builder, active, tmp2, tmp1, "");
3713 tmp1 = LLVMBuildSelect(ctx->builder, active, tmp2, tmp1, "");
3716 tmp1 = LLVMBuildSelect(ctx->builder, active, tmp2, tmp1, "");
3718 return LLVMBuildSelect(ctx->builder, active, identity, tmp1, "");