HomeSort by relevance Sort by last modified time
    Searched refs:SetHasSIMD (Results 1 - 4 of 4) sorted by null

  /art/compiler/optimizing/
codegen_test.cc 804 graph->SetHasSIMD(true);
824 graph->SetHasSIMD(false);
loop_optimization.cc 560 graph_->SetHasSIMD(true); // flag SIMD usage
    [all...]
nodes.cc     [all...]
nodes.h 575 void SetHasSIMD(bool value) { has_simd_ = value; }
    [all...]

Completed in 103 milliseconds