Home | History | Annotate | Download | only in gallivm

Lines Matching refs:lp_build_const_int32

386          shuffles1[i] = lp_build_const_int32(bld->gallivm, i);
387 shuffles2[i] = lp_build_const_int32(bld->gallivm, i + length);
405 index = lp_build_const_int32(bld->gallivm, 0);
407 index = lp_build_const_int32(bld->gallivm, 1);
433 shuffles[0] = lp_build_const_int32(gallivm, 0);
434 shuffles[1] = lp_build_const_int32(gallivm, 1);
435 shuffles[2] = lp_build_const_int32(gallivm, 4);
436 shuffles[3] = lp_build_const_int32(gallivm, 5);
443 shuffles[0] = lp_build_const_int32(gallivm, 2);
444 shuffles[1] = lp_build_const_int32(gallivm, 3);
445 shuffles[2] = lp_build_const_int32(gallivm, 6);
446 shuffles[3] = lp_build_const_int32(gallivm, 7);
455 shuffles[0] = lp_build_const_int32(gallivm, 0);
456 shuffles[1] = lp_build_const_int32(gallivm, 2);
457 shuffles[2] = lp_build_const_int32(gallivm, 4);
458 shuffles[3] = lp_build_const_int32(gallivm, 6);
462 shuffles[0] = lp_build_const_int32(gallivm, 1);
463 shuffles[1] = lp_build_const_int32(gallivm, 3);
464 shuffles[2] = lp_build_const_int32(gallivm, 5);
465 shuffles[3] = lp_build_const_int32(gallivm, 7);