Home
last modified time | relevance | path

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

/external/crosvm/swap/src/
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 { implementation
134 pub unsafe fn copy(&mut self, src_addr: *const u8, idx: usize, pages: usize) -> Result<CopyOp> { in copy()
/external/tensorflow/tensorflow/core/kernels/
Dinplace_ops.cc347 class CopyOp : public CopyOpBase { class
349 explicit CopyOp(OpKernelConstruction* ctx) : CopyOpBase(ctx) {} in CopyOp() function in tensorflow::__anon23a094c70211::CopyOp
Ddebug_ops.h50 explicit CopyOp(OpKernelConstruction* context) : OpKernel(context) { in CopyOp() function
/external/llvm/lib/CodeGen/
DMachineInstr.cpp776 MachineOperand CopyOp(Op); in addOperand() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp207 MachineOperand CopyOp(Op); in addOperand() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DMachineInstr.cpp195 MachineOperand CopyOp(Op); in addOperand() local
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2077 Value *CopyOp, *ConvertOp; in handleVectorConvertIntrinsic() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2615 Value *CopyOp, *ConvertOp; in handleVectorConvertIntrinsic() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp3000 Value *CopyOp, *ConvertOp; in handleVectorConvertIntrinsic() local
/external/clang/lib/Sema/
DSemaDeclCXX.cpp10227 static void diagnoseDeprecatedCopyOperation(Sema &S, CXXMethodDecl *CopyOp, in diagnoseDeprecatedCopyOperation()