Home | History | Annotate | Download | only in Scalar

Lines Matching refs:ScalarLoadThreshold

79         ScalarLoadThreshold = -1;
81 ScalarLoadThreshold = SLT;
143 /// ScalarLoadThreshold - The maximum size in bits of scalars to load when
145 unsigned ScalarLoadThreshold;
242 int ScalarLoadThreshold) {
245 ScalarLoadThreshold);
247 ArrayElementThreshold, ScalarLoadThreshold);
263 unsigned ScalarLoadThreshold;
307 : AllocaSize(Size), DL(DL), ScalarLoadThreshold(SLT), IsNotTrivial(false),
364 if (BitWidth > ScalarLoadThreshold)
1521 (unsigned)AllocaSize, *DL, ScalarLoadThreshold).TryConvert(AI)) {