Home | History | Annotate | Download | only in gallivm

Lines Matching refs:shuffles

1127       LLVMValueRef shuffles[4];
1134 shuffles[0] = lp_build_const_int32(gallivm, 0);
1135 shuffles[1] = lp_build_const_int32(gallivm, 1);
1136 shuffles[2] = lp_build_const_int32(gallivm, 0);
1137 shuffles[3] = lp_build_const_int32(gallivm, 1);
1138 arxyxy = LLVMBuildShuffleVector(builder, arxyz, arxyz, LLVMConstVector(shuffles, 4), "");
1139 shuffles[0] = lp_build_const_int32(gallivm, 1);
1140 shuffles[1] = lp_build_const_int32(gallivm, 0);
1141 shuffles[2] = lp_build_const_int32(gallivm, 2);
1142 shuffles[3] = lp_build_const_int32(gallivm, 2);
1143 aryxzz = LLVMBuildShuffleVector(builder, arxyz, arxyz, LLVMConstVector(shuffles, 4), "");
1146 shuffles[0] = lp_build_const_int32(gallivm, 0);
1147 shuffles[1] = lp_build_const_int32(gallivm, 1);
1149 LLVMConstVector(shuffles, 2), "");
1150 shuffles[0] = lp_build_const_int32(gallivm, 2);
1151 shuffles[1] = lp_build_const_int32(gallivm, 3);
1153 LLVMConstVector(shuffles, 2), "");