Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.cc143 if (GetGraph()->HasSIMD() != flag_info_.seen_SIMD) { in CheckGraphFlags()
147 StrBool(GetGraph()->HasSIMD()), in CheckGraphFlags()
1332 if (!GetGraph()->HasSIMD()) { in VisitVecOperation()
Dcode_generator_x86_64.h431 return GetGraph()->HasSIMD() in GetSlowPathFPWidth()
Dcode_generator_x86.h455 return GetGraph()->HasSIMD() in GetSlowPathFPWidth()
Dcode_generator_vector_arm64_sve.cc1349 if (codegen->GetGraph()->HasSIMD()) { in SaveRestoreLiveRegistersHelperSveImpl()
1360 DCHECK(!codegen->GetGraph()->HasSIMD()); in SaveRestoreLiveRegistersHelperSveImpl()
Dcode_generator_arm64.h627 return GetGraph()->HasSIMD() in GetSlowPathFPWidth()
Dcode_generator_arm64.cc1158 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()
Dcode_generator_x86_64.cc1458 if (GetGraph()->HasSIMD()) { in SaveFloatingPointRegister()
1467 if (GetGraph()->HasSIMD()) { in RestoreFloatingPointRegister()
6109 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
Dnodes.cc2800 if (HasSIMD()) { in InlineInto()
Dcode_generator_x86.cc1070 if (GetGraph()->HasSIMD()) { in SaveFloatingPointRegister()
1079 if (GetGraph()->HasSIMD()) { in RestoreFloatingPointRegister()
6774 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
Dnodes.h711 bool HasSIMD() const { return has_simd_; } in HasSIMD() function