/external/llvm/include/llvm/ADT/ |
D | SmallPtrSet.h | 188 void MoveFrom(unsigned SmallSize, SmallPtrSetImplBase &&RHS); 387 this->MoveFrom(SmallSizePowTwo, std::move(RHS));
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | flatset.h | 85 rep_.MoveFrom(std::move(src.rep_)); 272 void MoveFrom(uint32 i, Bucket* src, uint32 src_index) { in MoveFrom() function
|
D | flatrep.h | 94 void MoveFrom(FlatRep&& src) { in MoveFrom() function 298 dst->MoveFrom(dsti, src, srci); in operator()
|
D | flatmap.h | 102 rep_.MoveFrom(std::move(src.rep_)); 349 void MoveFrom(uint32 i, Bucket* src, uint32 src_index) { in MoveFrom() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | SmallPtrSet.h | 198 void MoveFrom(unsigned SmallSize, SmallPtrSetImplBase &&RHS); 450 this->MoveFrom(SmallSizePowTwo, std::move(RHS));
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | SmallPtrSet.h | 211 void MoveFrom(unsigned SmallSize, SmallPtrSetImplBase &&RHS); 457 this->MoveFrom(SmallSizePowTwo, std::move(RHS));
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | SmallPtrSet.cpp | 182 void SmallPtrSetImplBase::MoveFrom(unsigned SmallSize, in MoveFrom() function in SmallPtrSetImplBase
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | SmallPtrSet.cpp | 207 void SmallPtrSetImplBase::MoveFrom(unsigned SmallSize, in MoveFrom() function in SmallPtrSetImplBase
|
/external/llvm/lib/Support/ |
D | SmallPtrSet.cpp | 206 void SmallPtrSetImplBase::MoveFrom(unsigned SmallSize, in MoveFrom() function in SmallPtrSetImplBase
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | literal_util.cc | 452 literal.MoveFrom(std::move(elements[i]), /*dest_shape_index=*/{i})); in MakeTupleOwned()
|
D | literal.h | 776 virtual Status MoveFrom(Literal&& src_literal,
|
D | literal.cc | 468 Status Literal::MoveFrom(Literal&& src_literal, in MoveFrom() function in xla::Literal 1455 literal.MoveFrom(std::move(elements[i]), /*dest_shape_index=*/{i})); in MoveIntoTuple()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_evaluator_typed_visitor.h | 1835 TF_CHECK_OK(tuple_result.MoveFrom(std::move(results[i]), {i})); in HandleReduce()
|