Lines Matching defs:UP
2502 TTI::UnrollingPreferences &UP,
2507 UP.UpperBound =
2516 return BasicTTIImplBase::getUnrollingPreferences(L, SE, UP, ORE);
2519 UP.OptSizeThreshold = 0;
2520 UP.PartialOptSizeThreshold = 0;
2618 UP.Partial = true;
2619 UP.Runtime = Runtime;
2620 UP.UnrollRemainder = true;
2621 UP.DefaultUnrollRuntimeCount = UnrollCount;
2622 UP.UnrollAndJam = true;
2623 UP.UnrollAndJamInnerLoopThreshold = 60;
2628 UP.Force = true;