Home
last modified time | relevance | path

Searched defs:Shifts (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DGPRArith.cpp1388 TEST_F(AssemblerX8664Test, Shifts) { in TEST_F() argument
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DGPRArith.cpp1399 TEST_F(AssemblerX8632Test, Shifts) { in TEST_F() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2418 unsigned Shifts = IsLE ? i : SubScale - 1 - i; in computeKnownBits() local
2442 unsigned Shifts = IsLE ? i : NumElts - 1 - i; in computeKnownBits() local
DDAGCombiner.cpp4661 if (SDValue Shifts = unfoldExtremeBitClearingToShifts(N)) in visitAND() local
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp3345 std::array<StrengthReduction::AggregationElement, MaxShifts> Shifts; in lowerArithmetic() local