Home
last modified time | relevance | path

Searched defs:Copy (Results 1 – 25 of 121) sorted by relevance

12345

/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dconstants.h119 std::unique_ptr<Constant> Copy() const override { in Copy() function
139 std::unique_ptr<Constant> Copy() const override { in Copy() function
157 std::unique_ptr<Constant> Copy() const override { in Copy() function
209 std::unique_ptr<Constant> Copy() const override { in Copy() function
238 std::unique_ptr<Constant> Copy() const override { in Copy() function
266 std::unique_ptr<Constant> Copy() const override { in Copy() function
282 std::unique_ptr<Constant> Copy() const override { in Copy() function
/third_party/skia/third_party/externals/tint/tools/src/list/
Dlist.go38 Copy(dst, src, count int) methodSpec
67 func Copy(l List) List { func
108 func (l list) Copy(dst, src, count int) { func
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp166 auto &Copy = I.first->second; in trackCopy() local
316 if (MachineInstr *Copy = Tracker.findCopyForUnit(*RUI, *TRI)) { in ReadRegister() local
350 bool MachineCopyPropagation::eraseIfRedundant(MachineInstr &Copy, unsigned Src, in eraseIfRedundant()
386 const MachineInstr &Copy, const MachineInstr &UseI, unsigned UseIdx) { in isBackwardPropagatableRegClassCopy()
401 bool MachineCopyPropagation::isForwardableRegClassCopy(const MachineInstr &Copy, in isForwardableRegClassCopy()
492 MachineInstr *Copy = Tracker.findAvailCopy(MI, MOUse.getReg(), *TRI); in forwardUses() local
770 MachineInstr *Copy = in propagateDefs() local
854 for (auto *Copy : MaybeDeadCopies) { in BackwardCopyPropagateBlock() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dconstants.h219 std::unique_ptr<Constant> Copy() const override { in Copy() function
239 std::unique_ptr<Constant> Copy() const override { in Copy() function
278 std::unique_ptr<Constant> Copy() const override { in Copy() function
337 std::unique_ptr<Constant> Copy() const override { in Copy() function
365 std::unique_ptr<Constant> Copy() const override { in Copy() function
398 std::unique_ptr<Constant> Copy() const override { in Copy() function
424 std::unique_ptr<Constant> Copy() const override { in Copy() function
440 std::unique_ptr<Constant> Copy() const override { in Copy() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.h219 std::unique_ptr<Constant> Copy() const override { in Copy() function
239 std::unique_ptr<Constant> Copy() const override { in Copy() function
278 std::unique_ptr<Constant> Copy() const override { in Copy() function
337 std::unique_ptr<Constant> Copy() const override { in Copy() function
365 std::unique_ptr<Constant> Copy() const override { in Copy() function
398 std::unique_ptr<Constant> Copy() const override { in Copy() function
424 std::unique_ptr<Constant> Copy() const override { in Copy() function
440 std::unique_ptr<Constant> Copy() const override { in Copy() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CleanupLocalDynamicTLSPass.cpp104 MachineInstr *Copy = BuildMI(*I.getParent(), I, I.getDebugLoc(), in replaceTLSBaseAddrCall() local
125 MachineInstr *Copy = in setRegister() local
/third_party/libnl/tools/
Dbuild_release.sh46 Copy() { function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZLDCleanup.cpp119 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), in ReplaceTLSCall() local
139 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(), in SetRegister() local
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds.h40 std::unique_ptr<AttributeInterface> Copy() const override { in Copy() function
/third_party/skia/src/gpu/
DGrSurfaceProxyView.h98 static GrSurfaceProxyView Copy(GrRecordingContext* context, in Copy() function
114 static GrSurfaceProxyView Copy(GrRecordingContext* rContext, in Copy() function
DGrSurfaceProxy.cpp257 sk_sp<GrSurfaceProxy> GrSurfaceProxy::Copy(GrRecordingContext* rContext, in Copy() function in GrSurfaceProxy
331 sk_sp<GrSurfaceProxy> GrSurfaceProxy::Copy(GrRecordingContext* context, in Copy() function in GrSurfaceProxy
/third_party/protobuf/csharp/src/Google.Protobuf/
DByteArray.cs50 internal static void Copy(byte[] src, int srcOffset, byte[] dst, int dstOffset, int count) in Copy() method in Google.Protobuf.ByteArray
/third_party/grpc/include/grpcpp/support/
Dchannel_arguments_impl.h134 static void* Copy(void* in) { return in; } in Copy() function
Dchannel_arguments.h130 static void* Copy(void* in) { return in; } in Copy() function
/third_party/grpc/src/core/ext/filters/client_channel/
Dserver_address.h124 std::unique_ptr<AttributeInterface> Copy() const override { in Copy() function
/third_party/cef/libcef/common/
Dprocess_message_impl.cc52 CefRefPtr<CefProcessMessage> CefProcessMessageImpl::Copy() { in Copy() function in CefProcessMessageImpl
/third_party/cef/libcef_dll/ctocpp/
Dprocess_message_ctocpp.cc74 CefRefPtr<CefProcessMessage> CefProcessMessageCToCpp::Copy() { in Copy() function in CefProcessMessageCToCpp
Dbinary_value_ctocpp.cc118 CefRefPtr<CefBinaryValue> CefBinaryValueCToCpp::Copy() { in Copy() function in CefBinaryValueCToCpp
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/
Daddress_filtering.cc39 std::unique_ptr<AttributeInterface> Copy() const override { in Copy() function in grpc_core::__anon6bb02ae80111::HierarchicalPathAttribute
/third_party/skia/third_party/externals/tint/src/ast/
Dmodule.cc89 void Module::Copy(CloneContext* ctx, const Module* src) { in Copy() function in tint::ast::Module
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DBitVector.h217 BitWord Copy = Bits[i]; in find_first_in() local
247 BitWord Copy = Bits[CurrentWord]; in find_last_in() local
277 BitWord Copy = Bits[i]; in find_first_unset_in() local
309 BitWord Copy = Bits[CurrentWord]; in find_last_unset_in() local
/third_party/gn/src/gn/
Dfunction_get_target_outputs_unittest.cc60 TEST_F(GetTargetOutputsTest, Copy) { in TEST_F() argument
/third_party/flutter/skia/src/gpu/
DGrSurfaceProxy.cpp345 sk_sp<GrTextureProxy> GrSurfaceProxy::Copy(GrRecordingContext* context, in Copy() function in GrSurfaceProxy
396 sk_sp<GrTextureProxy> GrSurfaceProxy::Copy(GrRecordingContext* context, GrSurfaceProxy* src, in Copy() function in GrSurfaceProxy
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h199 TypeIndex Copy = *this; variable
216 TypeIndex Copy = *this; variable
/third_party/re2/re2/
Dsimplify.cc210 Regexp* CoalesceWalker::Copy(Regexp* re) { in Copy() function in re2::CoalesceWalker
435 Regexp* SimplifyWalker::Copy(Regexp* re) { in Copy() function in re2::SimplifyWalker

12345