Home
last modified time | relevance | path

Searched refs:Memmove (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerIntrinsics.cpp98 auto *Memmove = cast<MemMoveInst>(Inst); in expandMemIntrinsicUses() local
99 if (shouldExpandOperationWithSize(Memmove->getLength())) { in expandMemIntrinsicUses()
100 expandMemMoveAsLoop(Memmove); in expandMemIntrinsicUses()
102 Memmove->eraseFromParent(); in expandMemIntrinsicUses()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp449 void llvm::expandMemMoveAsLoop(MemMoveInst *Memmove) { in expandMemMoveAsLoop() argument
450 createMemMoveLoop(/* InsertBefore */ Memmove, in expandMemMoveAsLoop()
451 /* SrcAddr */ Memmove->getRawSource(), in expandMemMoveAsLoop()
452 /* DstAddr */ Memmove->getRawDest(), in expandMemMoveAsLoop()
453 /* CopyLen */ Memmove->getLength(), in expandMemMoveAsLoop()
454 /* SrcAlign */ Memmove->getSourceAlign().valueOrOne(), in expandMemMoveAsLoop()
455 /* DestAlign */ Memmove->getDestAlign().valueOrOne(), in expandMemMoveAsLoop()
456 /* SrcIsVolatile */ Memmove->isVolatile(), in expandMemMoveAsLoop()
457 /* DstIsVolatile */ Memmove->isVolatile()); in expandMemMoveAsLoop()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp129 } else if (MemMoveInst *Memmove = dyn_cast<MemMoveInst>(MemCall)) { in runOnFunction() local
130 expandMemMoveAsLoop(Memmove); in runOnFunction()
/netbsd/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A DChangeLog21 * fep.c: Memmove is not universally available. This patch assumes
/netbsd/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
H A DChangeLog21 * fep.c: Memmove is not universally available. This patch assumes