Home
last modified time | relevance | path

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

/art/compiler/optimizing/
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()
Dloop_optimization.cc776 graph_->SetHasSIMD(true); // flag SIMD usage in TryOptimizeInnerLoopFinite()
Dnodes.cc2457 outer_graph->SetHasSIMD(true); in InlineInto()
Dnodes.h672 void SetHasSIMD(bool value) { has_simd_ = value; } in SetHasSIMD() function