Searched defs:TmpList (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/arm64/
H A Dmacro-assembler-arm64.h864 DCHECK(!TmpList()->IncludesAliasOf(stack_pointer));
1839 CPURegList* TmpList() { return &tmp_list_; } function in class:v8::internal::MacroAssembler
2074 // MacroAssembler's TmpList() (and FPTmpList()) is used as a pool of scratch
2083 : available_(masm->TmpList()),
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2222 SmallVector<Value *, 8> TmpList; local
2228 TmpList.push_back(ConcatenateTwoVectors(Builder, V0, V1));
2233 TmpList.push_back(ResList[NumVec - 1]);
2235 ResList = TmpList;

Completed in 232 milliseconds