Searched refs:TmpList (Results 1 – 6 of 6) sorted by relevance
4152 RegList old_tmp_list = TmpList()->list(); in Abort()4153 TmpList()->Combine(MacroAssembler::DefaultTmpList()); in Abort()4193 TmpList()->set_list(old_tmp_list); in Abort()4256 TmpList()->set_list(tmp_list.list()); in PrintfNoPreserve()4394 RegList old_tmp_list = TmpList()->list(); in Printf()4396 TmpList()->set_list(0); in Printf()4410 TmpList()->set_list(tmp_list.list()); in Printf()4453 TmpList()->set_list(old_tmp_list); in Printf()
864 DCHECK(!TmpList()->IncludesAliasOf(stack_pointer)); in SetStackPointer()1839 CPURegList* TmpList() { return &tmp_list_; } in TmpList() function2083 : available_(masm->TmpList()), in UseScratchRegisterScope()
1245 if (!TmpList()->IsEmpty()) { in BumpSystemStackPointer()
618 saved_regs.Remove(*(masm->TmpList())); in Generate()
2222 SmallVector<Value *, 8> TmpList; in ConcatenateVectors() local2228 TmpList.push_back(ConcatenateTwoVectors(Builder, V0, V1)); in ConcatenateVectors()2233 TmpList.push_back(ResList[NumVec - 1]); in ConcatenateVectors()2235 ResList = TmpList; in ConcatenateVectors()
2931 VIXL_DEPRECATED("GetScratchRegisterList", CPURegList* TmpList()) {