Lines Matching defs:tmp2
3663 LLVMValueRef active, tmp1, tmp2;
3668 tmp2 = ac_build_permlane16(ctx, src, (uint64_t)~0, true, false);
3674 tmp2 = LLVMBuildSelect(ctx->builder, active,
3676 tmp2, "");
3684 return LLVMBuildSelect(ctx->builder, active, tmp2, tmp1, "");
3689 return LLVMBuildSelect(ctx->builder, active, tmp2, tmp1, "");
3696 LLVMValueRef active, tmp1, tmp2;
3699 tmp2 = ac_build_ds_swizzle(ctx, src, ds_pattern_bitmode(0x18, 0x03, 0x00));
3703 tmp1 = LLVMBuildSelect(ctx->builder, active, tmp2, tmp1, "");
3704 tmp2 = ac_build_ds_swizzle(ctx, src, ds_pattern_bitmode(0x10, 0x07, 0x00));
3708 tmp1 = LLVMBuildSelect(ctx->builder, active, tmp2, tmp1, "");
3709 tmp2 = ac_build_ds_swizzle(ctx, src, ds_pattern_bitmode(0x00, 0x0f, 0x00));
3713 tmp1 = LLVMBuildSelect(ctx->builder, active, tmp2, tmp1, "");
3714 tmp2 = ac_build_readlane(ctx, src, LLVMConstInt(ctx->i32, 31, 0));
3716 tmp1 = LLVMBuildSelect(ctx->builder, active, tmp2, tmp1, "");
3993 LLVMValueRef tmp, tmp2;
4027 tmp2 = LLVMBuildICmp(builder, LLVMIntEQ, ws->waveidx, ctx->i32_0, "");
4028 ws->result_exclusive = LLVMBuildSelect(builder, tmp2, identity, tmp, "");