Home
last modified time | relevance | path

Searched refs:HasSIMD (Results 1 – 8 of 8) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86.h384 return GetGraph()->HasSIMD() in GetSlowPathFPWidth()
Dcode_generator_x86_64.h367 return GetGraph()->HasSIMD() in GetSlowPathFPWidth()
Dcode_generator_arm64.h557 return GetGraph()->HasSIMD() in GetSlowPathFPWidth()
Dcode_generator_arm64.cc1100 scratch = codegen_->GetGraph()->HasSIMD() in AllocateScratchLocationFor()
1113 if (codegen_->GetGraph()->HasSIMD()) { in FreeScratchLocation()
1523 if (GetGraph()->HasSIMD()) { in MoveLocation()
5965 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
Dcode_generator_x86_64.cc1304 if (GetGraph()->HasSIMD()) { in SaveFloatingPointRegister()
1313 if (GetGraph()->HasSIMD()) { in RestoreFloatingPointRegister()
5758 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
Dnodes.cc2456 if (HasSIMD()) { in InlineInto()
Dcode_generator_x86.cc988 if (GetGraph()->HasSIMD()) { in SaveFloatingPointRegister()
997 if (GetGraph()->HasSIMD()) { in RestoreFloatingPointRegister()
6387 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
Dnodes.h671 bool HasSIMD() const { return has_simd_; } in HasSIMD() function