Home
last modified time | relevance | path

Searched refs:StrengthReduction (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp2946 namespace StrengthReduction { namespace
3342 std::array<StrengthReduction::AggregationElement, MaxShifts> Shifts; in lowerArithmetic()
3360 if (StrengthReduction::tryToOptimize(Const, &NumOperations, &Shifts)) { in lowerArithmetic()
3377 const StrengthReduction::AggregationElement &Last = in lowerArithmetic()
3379 const StrengthReduction::AggregationElement &SecondToLast = in lowerArithmetic()
3400 const StrengthReduction::AggregationElement &Current = Shifts[I]; in lowerArithmetic()