Searched refs:HasSIMD (Results 1 – 13 of 13) sorted by relevance
337 return GetGraph()->HasSIMD() in GetFloatingPointSpillSlotSize()
367 return GetGraph()->HasSIMD() in GetFloatingPointSpillSlotSize()
389 return GetGraph()->HasSIMD() in GetFloatingPointSpillSlotSize()
357 return GetGraph()->HasSIMD() in GetFloatingPointSpillSlotSize()
896 if (graph_->HasSIMD()) { in Run()
439 return GetGraph()->HasSIMD() in GetFloatingPointSpillSlotSize()
179 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()
1287 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()
1110 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()
1243 if (GetGraph()->HasSIMD()) { in SaveFloatingPointRegister()1252 if (GetGraph()->HasSIMD()) { in RestoreFloatingPointRegister()5534 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
2456 if (HasSIMD()) { in InlineInto()
985 if (GetGraph()->HasSIMD()) { in SaveFloatingPointRegister()994 if (GetGraph()->HasSIMD()) { in RestoreFloatingPointRegister()6153 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
603 bool HasSIMD() const { return has_simd_; } in HasSIMD() function