Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.h337 return GetGraph()->HasSIMD() in GetFloatingPointSpillSlotSize()
Dcode_generator_mips64.h367 return GetGraph()->HasSIMD() in GetFloatingPointSpillSlotSize()
Dcode_generator_mips.h389 return GetGraph()->HasSIMD() in GetFloatingPointSpillSlotSize()
Dcode_generator_x86.h357 return GetGraph()->HasSIMD() in GetFloatingPointSpillSlotSize()
Dload_store_elimination.cc896 if (graph_->HasSIMD()) { in Run()
Dcode_generator_arm64.h439 return GetGraph()->HasSIMD() in GetFloatingPointSpillSlotSize()
Dcode_generator_arm64.cc179 unsigned v_reg_size = codegen->GetGraph()->HasSIMD() ? kQRegSize : kDRegSize; in SaveRestoreLiveRegistersHelper()
1039 scratch = LocationFrom(codegen_->GetGraph()->HasSIMD() in AllocateScratchLocationFor()
1052 vixl_temps_.Release(codegen_->GetGraph()->HasSIMD() ? QRegisterFrom(loc) : DRegisterFrom(loc)); in FreeScratchLocation()
1372 if (GetGraph()->HasSIMD()) { in MoveLocation()
5489 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
Dcode_generator_mips64.cc1287 if (GetGraph()->HasSIMD()) { in MoveLocation()
1410 if (GetGraph()->HasSIMD()) { in SwapLocations()
1813 __ StoreFpuToOffset(GetGraph()->HasSIMD() ? kStoreQuadword : kStoreDoubleword, in SaveFloatingPointRegister()
1821 __ LoadFpuFromOffset(GetGraph()->HasSIMD() ? kLoadQuadword : kLoadDoubleword, in RestoreFloatingPointRegister()
7226 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
Dcode_generator_mips.cc1110 if (codegen_->GetGraph()->HasSIMD()) { in EmitSwap()
1464 if (GetGraph()->HasSIMD()) { in MoveLocation()
1951 if (GetGraph()->HasSIMD()) { in SaveFloatingPointRegister()
1960 if (GetGraph()->HasSIMD()) { in RestoreFloatingPointRegister()
9611 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
Dcode_generator_x86_64.cc1243 if (GetGraph()->HasSIMD()) { in SaveFloatingPointRegister()
1252 if (GetGraph()->HasSIMD()) { in RestoreFloatingPointRegister()
5534 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
Dnodes.cc2456 if (HasSIMD()) { in InlineInto()
Dcode_generator_x86.cc985 if (GetGraph()->HasSIMD()) { in SaveFloatingPointRegister()
994 if (GetGraph()->HasSIMD()) { in RestoreFloatingPointRegister()
6153 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
Dnodes.h603 bool HasSIMD() const { return has_simd_; } in HasSIMD() function