Searched refs:Memmove (Results 1 – 8 of 8) sorted by relevance
86 auto *Memmove = cast<MemMoveInst>(Inst); in expandMemIntrinsicUses() local87 if (shouldExpandOperationWithSize(Memmove->getLength())) { in expandMemIntrinsicUses()88 expandMemMoveAsLoop(Memmove); in expandMemIntrinsicUses()90 Memmove->eraseFromParent(); in expandMemIntrinsicUses()
433 void llvm::expandMemMoveAsLoop(MemMoveInst *Memmove) { in expandMemMoveAsLoop() argument434 createMemMoveLoop(/* InsertBefore */ Memmove, in expandMemMoveAsLoop()435 /* SrcAddr */ Memmove->getRawSource(), in expandMemMoveAsLoop()436 /* DstAddr */ Memmove->getRawDest(), in expandMemMoveAsLoop()437 /* CopyLen */ Memmove->getLength(), in expandMemMoveAsLoop()438 /* SrcAlign */ Memmove->getSourceAlignment(), in expandMemMoveAsLoop()439 /* DestAlign */ Memmove->getDestAlignment(), in expandMemMoveAsLoop()440 /* SrcIsVolatile */ Memmove->isVolatile(), in expandMemMoveAsLoop()441 /* DstIsVolatile */ Memmove->isVolatile()); in expandMemMoveAsLoop()
129 } else if (MemMoveInst *Memmove = dyn_cast<MemMoveInst>(MemCall)) { in runOnFunction() local130 expandMemMoveAsLoop(Memmove); in runOnFunction()
50 Memmove, enumerator
764 case Intrinsics::Memmove: { in genTargetHelperCallFor()5094 case Intrinsics::Memmove: { in lowerIntrinsic()
774 case Intrinsics::Memmove: { in genTargetHelperCallFor()5090 case Intrinsics::Memmove: { in lowerIntrinsic()
3554 case Intrinsics::Memmove: { in lowerIntrinsic()6317 case Intrinsics::Memmove: in genTargetHelperCallFor()
4024 case Intrinsics::Memmove: { in lowerIntrinsic()7053 case Intrinsics::Memmove: in genTargetHelperCallFor()