Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcodegen_test.cc801 graph->SetHasSIMD(true); in TEST_F()
821 graph->SetHasSIMD(false); in TEST_F()
870 graph->SetHasSIMD(true); in TEST_F()
890 graph->SetHasSIMD(false); in TEST_F()
H A Dloop_optimization.cc774 graph_->SetHasSIMD(true); // flag SIMD usage in TryOptimizeInnerLoopFinite()
H A Dnodes.cc2732 outer_graph->SetHasSIMD(true); in InlineInto()
H A Dnodes.h693 void SetHasSIMD(bool value) { has_simd_ = value; } in SetHasSIMD() function