Home
last modified time | relevance | path

Searched defs:CopyOp (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/crosvm/swap/src/
H A Dstaging.rs49 pub struct CopyOp { struct
56 /// CopyOp is safe to be sent to other threads because: argument
60 unsafe impl Send for CopyOp {} implementation
62 impl CopyOp { impl
134 pub unsafe fn copy(&mut self, src_addr: *const u8, idx: usize, pages: usize) -> Result<CopyOp> { in copy()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dinplace_ops.cc347 class CopyOp : public CopyOpBase { class
349 explicit CopyOp(OpKernelConstruction* ctx) : CopyOpBase(ctx) {} in CopyOp() function in tensorflow::__anondb235a470211::CopyOp
H A Ddebug_ops.h50 explicit CopyOp(OpKernelConstruction* context) : OpKernel(context) { in CopyOp() function
/aosp_15_r20/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dtest_v3.cpp301 TEST_F(CowTestV3, CopyOp) { in TEST_F() argument
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp776 MachineOperand CopyOp(Op); in addOperand() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineInstr.cpp207 MachineOperand CopyOp(Op); in addOperand() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineInstr.cpp195 MachineOperand CopyOp(Op); in addOperand() local
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2077 Value *CopyOp, *ConvertOp; in handleVectorConvertIntrinsic() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2615 Value *CopyOp, *ConvertOp; in handleVectorConvertIntrinsic() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3000 Value *CopyOp, *ConvertOp; in handleVectorConvertIntrinsic() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp10227 static void diagnoseDeprecatedCopyOperation(Sema &S, CXXMethodDecl *CopyOp, in diagnoseDeprecatedCopyOperation()