Home
last modified time | relevance | path

Searched refs:NumShared (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSmallVector.h583 size_t NumShared = this->size(); in swap() local
584 if (NumShared > RHS.size()) NumShared = RHS.size(); in swap()
585 for (unsigned i = 0; i != static_cast<unsigned>(NumShared); ++i) in swap()
591 this->uninitialized_copy(this->begin()+NumShared, this->end(), RHS.end()); in swap()
593 this->destroy_range(this->begin()+NumShared, this->end()); in swap()
594 this->setEnd(this->begin()+NumShared); in swap()
597 this->uninitialized_copy(RHS.begin()+NumShared, RHS.end(), this->end()); in swap()
599 this->destroy_range(RHS.begin()+NumShared, RHS.end()); in swap()
600 RHS.setEnd(RHS.begin()+NumShared); in swap()
/external/llvm/include/llvm/ADT/
DSmallVector.h689 size_t NumShared = this->size(); in swap() local
690 if (NumShared > RHS.size()) NumShared = RHS.size(); in swap()
691 for (size_type i = 0; i != NumShared; ++i) in swap()
697 this->uninitialized_copy(this->begin()+NumShared, this->end(), RHS.end()); in swap()
699 this->destroy_range(this->begin()+NumShared, this->end()); in swap()
700 this->setEnd(this->begin()+NumShared); in swap()
703 this->uninitialized_copy(RHS.begin()+NumShared, RHS.end(), this->end()); in swap()
705 this->destroy_range(RHS.begin()+NumShared, RHS.end()); in swap()
706 RHS.setEnd(RHS.begin()+NumShared); in swap()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallVector.h691 size_t NumShared = this->size(); in swap() local
692 if (NumShared > RHS.size()) NumShared = RHS.size(); in swap()
693 for (size_type i = 0; i != NumShared; ++i) in swap()
699 this->uninitialized_copy(this->begin()+NumShared, this->end(), RHS.end()); in swap()
701 this->destroy_range(this->begin()+NumShared, this->end()); in swap()
702 this->setEnd(this->begin()+NumShared); in swap()
705 this->uninitialized_copy(RHS.begin()+NumShared, RHS.end(), this->end()); in swap()
707 this->destroy_range(RHS.begin()+NumShared, RHS.end()); in swap()
708 RHS.setEnd(RHS.begin()+NumShared); in swap()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DSmallVector.h694 size_t NumShared = this->size(); in swap() local
695 if (NumShared > RHS.size()) NumShared = RHS.size(); in swap()
696 for (size_type i = 0; i != NumShared; ++i) in swap()
702 this->uninitialized_copy(this->begin()+NumShared, this->end(), RHS.end()); in swap()
704 this->destroy_range(this->begin()+NumShared, this->end()); in swap()
705 this->set_size(NumShared); in swap()
708 this->uninitialized_copy(RHS.begin()+NumShared, RHS.end(), this->end()); in swap()
710 this->destroy_range(RHS.begin()+NumShared, RHS.end()); in swap()
711 RHS.set_size(NumShared); in swap()
/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp98 unsigned NumShared = PrevLPI ? sharedTypeIDs(LPI, PrevLPI) : 0; in computeActionsTable() local
101 if (NumShared < TypeIds.size()) { in computeActionsTable()
105 if (NumShared) { in computeActionsTable()
112 for (unsigned j = NumShared; j != SizePrevIds; ++j) { in computeActionsTable()
121 for (unsigned J = NumShared, M = TypeIds.size(); J != M; ++J) { in computeActionsTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp109 unsigned NumShared = PrevLPI ? sharedTypeIDs(LPI, PrevLPI) : 0; in computeActionsTable() local
112 if (NumShared < TypeIds.size()) { in computeActionsTable()
116 if (NumShared) { in computeActionsTable()
123 for (unsigned j = NumShared; j != SizePrevIds; ++j) { in computeActionsTable()
132 for (unsigned J = NumShared, M = TypeIds.size(); J != M; ++J) { in computeActionsTable()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITDwarfEmitter.cpp248 const unsigned NumShared = i ? SharedTypeIds(LP, LandingPads[i-1]) : 0; in EmitExceptionTable() local
251 if (NumShared < TypeIds.size()) { in EmitExceptionTable()
255 if (NumShared) { in EmitExceptionTable()
261 for (unsigned j = NumShared; j != SizePrevIds; ++j) { in EmitExceptionTable()
269 for (unsigned I = NumShared, M = TypeIds.size(); I != M; ++I) { in EmitExceptionTable()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfException.cpp124 unsigned NumShared = PrevLPI ? SharedTypeIds(LPI, PrevLPI) : 0; in ComputeActionsTable() local
127 if (NumShared < TypeIds.size()) { in ComputeActionsTable()
131 if (NumShared) { in ComputeActionsTable()
139 for (unsigned j = NumShared; j != SizePrevIds; ++j) { in ComputeActionsTable()
149 for (unsigned J = NumShared, M = TypeIds.size(); J != M; ++J) { in ComputeActionsTable()