Searched refs:TmpList (Results 1 – 5 of 5) sorted by relevance
559 SmallVector<Value *, 8> TmpList; in concatenateVectors() local565 TmpList.push_back(concatenateTwoVectors(Builder, V0, V1)); in concatenateVectors()570 TmpList.push_back(ResList[NumVecs - 1]); in concatenateVectors()572 ResList = TmpList; in concatenateVectors()
2949 RegList old_tmp_list = TmpList()->list(); in Abort()2950 TmpList()->Combine(MacroAssembler::DefaultTmpList()); in Abort()2974 TmpList()->set_list(old_tmp_list); in Abort()3021 TmpList()->set_list(tmp_list.list()); in PrintfNoPreserve()3145 RegList old_tmp_list = TmpList()->list(); in Printf()3147 TmpList()->set_list(0); in Printf()3161 TmpList()->set_list(tmp_list.list()); in Printf()3204 TmpList()->set_list(old_tmp_list); in Printf()
595 CPURegList* TmpList() { return &tmp_list_; } in TmpList() function2082 : available_(tasm->TmpList()), in UseScratchRegisterScope()
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()
3373 VIXL_DEPRECATED("GetScratchRegisterList", CPURegList* TmpList()) {