Home
last modified time | relevance | path

Searched refs:TmpList (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DVectorUtils.cpp559 SmallVector<Value *, 8> TmpList; in concatenateVectors() local
565 TmpList.push_back(concatenateTwoVectors(Builder, V0, V1)); in concatenateVectors()
570 TmpList.push_back(ResList[NumVecs - 1]); in concatenateVectors()
572 ResList = TmpList; in concatenateVectors()
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc2949 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()
Dmacro-assembler-arm64.h595 CPURegList* TmpList() { return &tmp_list_; } in TmpList() function
2082 : available_(tasm->TmpList()), in UseScratchRegisterScope()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2222 SmallVector<Value *, 8> TmpList; in ConcatenateVectors() local
2228 TmpList.push_back(ConcatenateTwoVectors(Builder, V0, V1)); in ConcatenateVectors()
2233 TmpList.push_back(ResList[NumVec - 1]); in ConcatenateVectors()
2235 ResList = TmpList; in ConcatenateVectors()
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h3373 VIXL_DEPRECATED("GetScratchRegisterList", CPURegList* TmpList()) {