Home
last modified time | relevance | path

Searched refs:visitMemCpyInst (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h206 RetTy visitMemCpyInst(MemCpyInst &I) { DELEGATE(MemTransferInst); } in visitMemCpyInst() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp457 bool visitMemCpyInst(MemCpyInst &MCI);
609 bool StoreFatPtrsAsIntsAndExpandMemcpyVisitor::visitMemCpyInst( in visitMemCpyInst() function in StoreFatPtrsAsIntsAndExpandMemcpyVisitor
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3123 void visitMemCpyInst(MemCpyInst &I) { in visitMemCpyInst() function