Searched refs:HasSIMD (Results 1 – 10 of 10) sorted by relevance
143 if (GetGraph()->HasSIMD() != flag_info_.seen_SIMD) { in CheckGraphFlags()147 StrBool(GetGraph()->HasSIMD()), in CheckGraphFlags()1332 if (!GetGraph()->HasSIMD()) { in VisitVecOperation()
431 return GetGraph()->HasSIMD() in GetSlowPathFPWidth()
455 return GetGraph()->HasSIMD() in GetSlowPathFPWidth()
1349 if (codegen->GetGraph()->HasSIMD()) { in SaveRestoreLiveRegistersHelperSveImpl()1360 DCHECK(!codegen->GetGraph()->HasSIMD()); in SaveRestoreLiveRegistersHelperSveImpl()
627 return GetGraph()->HasSIMD() in GetSlowPathFPWidth()
1158 scratch = codegen_->GetGraph()->HasSIMD() in AllocateScratchLocationFor()1171 if (codegen_->GetGraph()->HasSIMD()) { in FreeScratchLocation()1661 if (GetGraph()->HasSIMD()) { in MoveLocation()2057 return GetCompilerOptions().GetImplicitSuspendChecks() && !GetGraph()->HasSIMD(); in CanUseImplicitSuspendCheck()6357 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
1458 if (GetGraph()->HasSIMD()) { in SaveFloatingPointRegister()1467 if (GetGraph()->HasSIMD()) { in RestoreFloatingPointRegister()6109 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
2800 if (HasSIMD()) { in InlineInto()
1070 if (GetGraph()->HasSIMD()) { in SaveFloatingPointRegister()1079 if (GetGraph()->HasSIMD()) { in RestoreFloatingPointRegister()6774 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
711 bool HasSIMD() const { return has_simd_; } in HasSIMD() function