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

  /art/compiler/optimizing/
code_generator_mips.h 384 return GetGraph()->HasSIMD()
code_generator_mips64.h 363 return GetGraph()->HasSIMD()
code_generator_x86.h 351 return GetGraph()->HasSIMD()
code_generator_x86_64.h 330 return GetGraph()->HasSIMD()
code_generator_arm64.h 429 return GetGraph()->HasSIMD()
    [all...]
load_store_elimination.cc     [all...]
code_generator_arm64.cc 185 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 591 bool HasSIMD() const { return has_simd_; }
    [all...]

Completed in 81 milliseconds