Lines Matching defs:int_vec_type

1107       LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type);
1110 a = LLVMBuildBitCast(builder, a, int_vec_type, "");
1221 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type);
1232 val = LLVMBuildBitCast(builder, a, int_vec_type, "");
1449 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type);
1451 res = LLVMBuildFPToSI(builder, a, int_vec_type, "");
1595 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type);
1600 return LLVMBuildFPToSI(builder, a, int_vec_type, "");
1616 LLVMTypeRef int_vec_type = bld->int_vec_type;
1643 sign = LLVMBuildBitCast(builder, a, int_vec_type, "");
1647 half = LLVMBuildBitCast(builder, half, int_vec_type, "");
1655 res = LLVMBuildFPToSI(builder, res, int_vec_type, "");
1672 LLVMTypeRef int_vec_type = bld->int_vec_type;
1693 sign = LLVMBuildBitCast(builder, a, int_vec_type, "");
1703 offset = LLVMConstBitCast(offset, int_vec_type);
1714 res = LLVMBuildFPToSI(builder, res, int_vec_type, "ifloor.res");
1731 LLVMTypeRef int_vec_type = bld->int_vec_type;
1755 sign = LLVMBuildBitCast(builder, a, int_vec_type, "");
1764 offset = LLVMConstBitCast(offset, int_vec_type);
1773 res = LLVMBuildFPToSI(builder, res, int_vec_type, "iceil.res");
1805 *out_ipart = LLVMBuildFPToSI(builder, ipart, bld->int_vec_type, "ipart");
2039 LLVMValueRef a_v4si = LLVMBuildBitCast(b, a, bld->int_vec_type, "a_v4si");
2064 LLVMValueRef emm2_i = LLVMBuildFPToSI(b, scale_y, bld->int_vec_type, "emm2_i");
2222 LLVMValueRef y2_i = LLVMBuildBitCast(b, y2_9, bld->int_vec_type, "y2_i");
2223 LLVMValueRef y_i = LLVMBuildBitCast(b, y_10, bld->int_vec_type, "y_i");
2258 LLVMValueRef a_v4si = LLVMBuildBitCast(b, a, bld->int_vec_type, "a_v4si");
2276 LLVMValueRef emm2_i = LLVMBuildFPToSI(b, scale_y, bld->int_vec_type, "emm2_i");
2440 LLVMValueRef y2_i = LLVMBuildBitCast(b, y2_9, bld->int_vec_type, "y2_i");
2441 LLVMValueRef y_i = LLVMBuildBitCast(b, y_10, bld->int_vec_type, "y_i");
2697 x = LLVMBuildBitCast(builder, x, bld->int_vec_type, "");
2726 LLVMValueRef one = LLVMConstBitCast(bld->one, bld->int_vec_type);
2733 x = LLVMBuildBitCast(builder, x, bld->int_vec_type, "");
2789 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type);
2793 LLVMValueRef one = LLVMConstBitCast(bld->one, int_vec_type);
2822 i = LLVMBuildBitCast(builder, x, int_vec_type, "");