Searched defs:Memcpy (Results 1 – 9 of 9) sorted by relevance
36 static bool Memcpy; member
217 auto *Memcpy = cast<MemCpyInst>(Inst); in expandMemIntrinsicUses() local237 auto *Memcpy = cast<MemCpyInlineInst>(Inst); in expandMemIntrinsicUses() local
127 if (MemCpyInst *Memcpy = dyn_cast<MemCpyInst>(MemCall)) { in runOnFunction() local
502 static bool canOverlap(MemTransferBase<T> *Memcpy, ScalarEvolution *SE) { in canOverlap()512 void llvm::expandMemCpyAsLoop(MemCpyInst *Memcpy, in expandMemCpyAsLoop()
356 SDValue Memcpy = DAG.getMemcpy( in LowerCall() local
299 enum Tag { Store, Memcpy, Padding }; enumerator
45 if (const MemCpyInst *Memcpy = dyn_cast<MemCpyInst>(User)) { in isUsedAsMemCpySource() local
122 bool DisableLIRP::Memcpy; member in DisableLIRP181 Memcpy, enumerator
1792 inline bool Memcpy(InterpState &S, CodePtr OpPC) { in Memcpy() function