Searched refs:TmpList (Results 1 – 5 of 5) sorted by relevance
733 SmallVector<Value *, 8> TmpList; in concatenateVectors() local739 TmpList.push_back(concatenateTwoVectors(Builder, V0, V1)); in concatenateVectors()744 TmpList.push_back(ResList[NumVecs - 1]); in concatenateVectors()746 ResList = TmpList; in concatenateVectors()
540 DCHECK(!TmpList()->IncludesAliasOf(x16)); in Pacib1716()541 DCHECK(!TmpList()->IncludesAliasOf(x17)); in Pacib1716()546 DCHECK(!TmpList()->IncludesAliasOf(x16)); in Autib1716()547 DCHECK(!TmpList()->IncludesAliasOf(x17)); in Autib1716()651 CPURegList* TmpList() { return &tmp_list_; } in TmpList() function2143 : available_(tasm->TmpList()), in UseScratchRegisterScope()
3382 uint64_t old_tmp_list = TmpList()->bits(); in TruncateDoubleToI()3383 TmpList()->Combine(MacroAssembler::DefaultTmpList()); in TruncateDoubleToI()3407 TmpList()->set_bits(old_tmp_list); in TruncateDoubleToI()3457 TmpList()->set_bits(tmp_list.bits()); in TruncateDoubleToI()3606 uint64_t old_tmp_list = TmpList()->bits(); in TruncateDoubleToI()3608 TmpList()->set_bits(0); in TruncateDoubleToI()3625 TmpList()->set_bits(tmp_list.bits()); in TruncateDoubleToI()3672 TmpList()->set_bits(old_tmp_list); in TruncateDoubleToI()
165 DCHECK(TmpList()->IncludesAliasOf(kTmpReg));
7748 VIXL_DEPRECATED("GetScratchRegisterList", CPURegList* TmpList()) {