Home | History | Annotate | Download | only in gallivm

Lines Matching refs:shuffles

428    LLVMValueRef shuffles[4];
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);
438 LLVMConstVector(shuffles, 4), "");
440 LLVMConstVector(shuffles, 4), "");
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);
448 LLVMConstVector(shuffles, 4), "");
450 LLVMConstVector(shuffles, 4), "");
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);
460 LLVMConstVector(shuffles, 4), "");
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);
467 LLVMConstVector(shuffles, 4), "");