Home | History | Annotate | Download | only in gallivm

Lines Matching refs:vec_type

120          LLVMTypeRef vec_type = lp_build_vec_type(gallivm, type);
164 vec_type,
190 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, type);
229 res = lp_build_intrinsic(builder, pcmpeq, vec_type, args, 2);
231 res = lp_build_intrinsic(builder, pcmpgt, vec_type, args, 2);
233 res = LLVMConstNull(vec_type);
426 LLVMTypeRef vec_type = lp_build_vec_type(bld->gallivm, type);
427 res = LLVMBuildBitCast(builder, res, vec_type, "");
530 if (arg_type != bld->vec_type) {
542 if (arg_type != bld->vec_type) {
543 res = LLVMBuildBitCast(builder, res, bld->vec_type, "");