Home
last modified time | relevance | path

Searched refs:FPCheck (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/quick/
Dralloc_util.cc411 CheckRegStorage(res, WidenessCheck::kCheckWide, RefCheck::kIgnoreRef, FPCheck::kCheckNotFP); in AllocTempWide()
420 CheckRegStorage(res, WidenessCheck::kCheckNotWide, RefCheck::kCheckRef, FPCheck::kCheckNotFP); in AllocTempRef()
429 CheckRegStorage(res, WidenessCheck::kCheckNotWide, RefCheck::kCheckNotRef, FPCheck::kIgnoreFP); in AllocTempSingle()
438 CheckRegStorage(res, WidenessCheck::kCheckWide, RefCheck::kCheckNotRef, FPCheck::kIgnoreFP); in AllocTempDouble()
475 CheckRegStorage(reg, WidenessCheck::kCheckNotWide, RefCheck::kCheckRef, FPCheck::kCheckNotFP); in AllocLiveReg()
530 FPCheck::kIgnoreFP); in AllocLiveReg()
Dmir_to_lir.cc1364 void Mir2Lir::CheckRegStorageImpl(RegStorage rs, WidenessCheck wide, RefCheck ref, FPCheck fp, in CheckRegStorageImpl()
1387 if (fp == FPCheck::kCheckFP && cu_->instruction_set != kArm) { in CheckRegStorageImpl()
1395 } else if (fp == FPCheck::kCheckNotFP) { in CheckRegStorageImpl()
1411 rl.ref ? RefCheck::kCheckRef : RefCheck::kCheckNotRef, FPCheck::kIgnoreFP, fail, report); in CheckRegLocationImpl()
Dmir_to_lir-inl.h274 inline void Mir2Lir::CheckRegStorage(RegStorage rs, WidenessCheck wide, RefCheck ref, FPCheck fp) in CheckRegStorage()
Dmir_to_lir.h1730 enum class FPCheck { // private enum
1741 void CheckRegStorageImpl(RegStorage rs, WidenessCheck wide, RefCheck ref, FPCheck fp, bool fail,
1753 void CheckRegStorage(RegStorage rs, WidenessCheck wide, RefCheck ref, FPCheck fp) const;