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

  /art/compiler/optimizing/
code_generator_mips.h 382 return GetGraph()->HasSIMD()
code_generator_mips64.h 345 return GetGraph()->HasSIMD()
code_generator_x86.h 351 return GetGraph()->HasSIMD()
code_generator_x86_64.h 329 return GetGraph()->HasSIMD()
code_generator_arm64.h 429 return GetGraph()->HasSIMD()
    [all...]
code_generator_arm64.cc 182 unsigned v_reg_size = codegen->GetGraph()->HasSIMD() ? kQRegSize : kDRegSize;
    [all...]
code_generator_mips64.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
nodes.cc     [all...]
nodes.h 574 bool HasSIMD() const { return has_simd_; }
    [all...]

Completed in 684 milliseconds