Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.h180 bool IsUnitStride(HInstruction* context,
Dinduction_var_range_test.cc798 EXPECT_TRUE(range_.IsUnitStride(phi, phi, graph_, &offset)); in TEST_F()
854 EXPECT_FALSE(range_.IsUnitStride(phi, phi, graph_, &offset)); in TEST_F()
936 EXPECT_TRUE(range_.IsUnitStride(phi, phi, graph_, &offset)); in TEST_F()
1022 EXPECT_FALSE(range_.IsUnitStride(phi, phi, graph_, &offset)); in TEST_F()
Dloop_optimization.cc1298 induction_range_.IsUnitStride(instruction, index, graph_, &offset) && in VectorizeDef()
1376 induction_range_.IsUnitStride(instruction, index, graph_, &offset)) { in VectorizeUse()
Dinduction_var_range.cc344 bool InductionVarRange::IsUnitStride(HInstruction* context, in IsUnitStride() function in art::InductionVarRange