Lines Matching defs:move
392 /// See IRMover::move().
439 FoundError = std::move(E);
527 /// Hence, the need to move this out of the materialization call chain.
544 : DstM(DstM), SrcM(std::move(SrcM)), AddLazyFor(std::move(AddLazyFor)),
551 ValueMap.getMDMap() = std::move(SharedMDs);
557 ~IRLinker() { SharedMDs = std::move(*ValueMap.getMDMap()); }
929 // old form is deprecated, we should move this upgrade to
1623 return std::move(*FoundError);
1776 Error IRMover::move(std::unique_ptr<Module> Src,
1780 std::move(Src), ValuesToLink, std::move(AddLazyFor),