Home
last modified time | relevance | path

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

12345

/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
Dlist_test.go31 func (customList) 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/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/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/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/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/skia/src/gpu/
DGrSurfaceProxyView.h98 static GrSurfaceProxyView Copy(GrRecordingContext* context, in Copy() function
114 static GrSurfaceProxyView Copy(GrRecordingContext* rContext, in Copy() function
DGrSurfaceProxy.cpp260 sk_sp<GrSurfaceProxy> GrSurfaceProxy::Copy(GrRecordingContext* rContext, in Copy() function in GrSurfaceProxy
334 sk_sp<GrSurfaceProxy> GrSurfaceProxy::Copy(GrRecordingContext* context, in Copy() function in GrSurfaceProxy
/third_party/googletest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h355 static type Copy(const RawContainer& container) { return container; } in Copy() function
376 static type Copy(const Element (&array)[N]) { in Copy() function
397 static type Copy(const ::std::tuple<ElementPointer, Size>& array) { in Copy() function
/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/node/deps/v8/src/bigint/
Ddiv-helpers.cc14 void Copy(RWDigits Z, Digits X) { in Copy() function
/third_party/node/deps/v8/include/
Dv8-persistent-handle.h245 V8_INLINE static void Copy(const Persistent<S, M>& source, in Copy() function
261 static V8_INLINE void Copy(const Persistent<S, M>& source, in Copy() function
457 void Persistent<T, M>::Copy(const Persistent<S, M2>& that) { in Copy() function
/third_party/node/src/
Dnode_snapshotable.h53 T* Copy() const { in Copy() function
/third_party/rust/crates/syn/codegen/src/
Dclone.rs89 impl Copy for #ident {} in expand_impl() impl
/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/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/DebugInfo/CodeView/
DTypeIndex.h199 TypeIndex Copy = *this; variable
216 TypeIndex Copy = *this; variable
/third_party/gn/src/gn/
Dfunction_get_target_outputs_unittest.cc60 TEST_F(GetTargetOutputsTest, Copy) { in TEST_F() argument
/third_party/rust/crates/cxx/syntax/
Dderive.rs13 Copy, enumerator
/third_party/rust/crates/syn/src/
Dtoken.rs278 impl Copy for $name {} impl
405 impl Copy for $name {} impl
512 impl Copy for $name {} impl
/third_party/vk-gl-cts/external/amber/src/src/
Dresult_test.cc40 TEST_F(ResultTest, Copy) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugChecksumsSubsection.cpp72 uint8_t *Copy = Storage.Allocate<uint8_t>(Bytes.size()); in addChecksum() local
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
Dparser_copy_test.cc23 TEST_F(AmberScriptParserTest, Copy) { in TEST_F() argument

12345