Home
last modified time | relevance | path

Searched refs:DestLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp910 MemoryLocation DestLoc = in performCallSlotOptzn() local
918 if (accessedBetween(BAA, DestLoc, MSSA->getMemoryAccess(C), in performCallSlotOptzn()
1608 MemoryLocation DestLoc(DestAlloca, LocationSize::precise(Size)); in performStackMoveOptzn() local
1614 ModRefInfo Res = BAA.getModRefInfo(UI, DestLoc); in performStackMoveOptzn()
1770 MemoryLocation DestLoc = MemoryLocation::getForDest(M); in processMemCpy() local
1772 MSSA->getWalker()->getClobberingMemoryAccess(AnyClobber, DestLoc, BAA); in processMemCpy()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp585 const auto DestLoc = alignTo(Loc.getValue(), Align); in relaxAlign() local
587 Remove = SrcLoc - DestLoc; in relaxAlign()