Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dloop_optimization.cc481 vector_runtime_test_a_(nullptr), in HLoopOptimization()
927 vector_runtime_test_a_ = in ShouldVectorize()
989 if (vector_runtime_test_a_ == nullptr) { in ShouldVectorize()
991 vector_runtime_test_a_ = a; in ShouldVectorize()
993 } else if ((vector_runtime_test_a_ != a || vector_runtime_test_b_ != b) && in ShouldVectorize()
994 (vector_runtime_test_a_ != b || vector_runtime_test_b_ != a)) { in ShouldVectorize()
1132 if (vector_runtime_test_a_ != nullptr) { in Vectorize()
1135 new (global_allocator_) HNotEqual(vector_runtime_test_a_, vector_runtime_test_b_)); in Vectorize()
1178 DCHECK(!IsInPredicatedVectorizationMode() || vector_runtime_test_a_ != nullptr); in Vectorize()
H A Dloop_optimization.h326 HInstruction* vector_runtime_test_a_; variable