Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp2950 namespace StrengthReduction { namespace
3345 std::array<StrengthReduction::AggregationElement, MaxShifts> Shifts; in lowerArithmetic()
3363 if (StrengthReduction::tryToOptimize(Const, &NumOperations, &Shifts)) { in lowerArithmetic()
3380 const StrengthReduction::AggregationElement &Last = in lowerArithmetic()
3382 const StrengthReduction::AggregationElement &SecondToLast = in lowerArithmetic()
3403 const StrengthReduction::AggregationElement &Current = Shifts[I]; in lowerArithmetic()