Searched refs:num_fp_spills_ (Results 1 – 11 of 11) sorted by relevance
369 int spill_count = num_core_spills_ + num_fp_spills_; in GenEntrySequence()433 if (num_fp_spills_ != 0u) { in GenEntrySequence()439 NewLIR1(kThumb2VPushCS, num_fp_spills_); in GenEntrySequence()440 cfi_.AdjustCFAOffset(num_fp_spills_ * kArmPointerSize); in GenEntrySequence()531 int spill_count = num_core_spills_ + num_fp_spills_; in GenExitSequence()544 if (num_fp_spills_) { in GenExitSequence()545 NewLIR1(kThumb2VPopCS, num_fp_spills_); in GenExitSequence()546 cfi_.AdjustCFAOffset(-num_fp_spills_ * kArmPointerSize); in GenExitSequence()595 num_fp_spills_ = 0u; in GenSpecialEntryForSuspend()
666 num_fp_spills_ = fp_vmap_table_.size(); in MarkPreservedSingle()667 fp_spill_mask_ = ((1 << num_fp_spills_) - 1) << ARM_FP_CALLEE_SAVE_BASE; in MarkPreservedSingle()
98 if (m2l->num_fp_spills_ < 2 && !info->IsTemp() && !info->InUse()) { in TestImpl()100 m2l->num_fp_spills_++; in TestImpl()
356 LOG(INFO) << "FPSpills : " << num_fp_spills_; in CodegenDump()1060 num_fp_spills_(0), in Mir2Lir()1190 + num_fp_spills_ * GetBytesPerFprSpillLocation(cu_->instruction_set) in ComputeFrameSize()
461 num_fp_spills_ = 0; in GenSpecialCase()
299 num_fp_spills_++; in RecordFpPromotion()
1824 int num_fp_spills_; variable
250 int spill_count = num_core_spills_ + num_fp_spills_; in GenEntrySequence()313 DCHECK_EQ(num_fp_spills_, 0); in GenEntrySequence()392 num_fp_spills_ = 0u; in GenSpecialEntryForSuspend()
326 const int spill_count = num_core_spills_ + num_fp_spills_; in GenEntrySequence()431 num_fp_spills_ = 0u; in GenSpecialEntryForSuspend()
298 num_fp_spills_ = 0u; in GenSpecialEntryForSuspend()
776 if (num_fp_spills_ == 0) { in SpillFPRegs()781 (GetInstructionSetPointerSize(cu_->instruction_set) * (num_fp_spills_ + num_core_spills_)); in SpillFPRegs()792 if (num_fp_spills_ == 0) { in UnSpillFPRegs()797 (GetInstructionSetPointerSize(cu_->instruction_set) * (num_fp_spills_ + num_core_spills_)); in UnSpillFPRegs()