Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp733 SmallVector<Value *, 8> TmpList; in concatenateVectors() local
739 TmpList.push_back(concatenateTwoVectors(Builder, V0, V1)); in concatenateVectors()
744 TmpList.push_back(ResList[NumVecs - 1]); in concatenateVectors()
746 ResList = TmpList; in concatenateVectors()
/third_party/node/deps/v8/src/codegen/arm64/
Dmacro-assembler-arm64.h540 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() function
2143 : available_(tasm->TmpList()), in UseScratchRegisterScope()
Dmacro-assembler-arm64.cc3382 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()
/third_party/node/deps/v8/src/wasm/
Djump-table-assembler.cc165 DCHECK(TmpList()->IncludesAliasOf(kTmpReg));
/third_party/vixl/src/aarch64/
Dmacro-assembler-aarch64.h7748 VIXL_DEPRECATED("GetScratchRegisterList", CPURegList* TmpList()) {