Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp907 MemoryLocation DestLoc = isa<StoreInst>(cpyStore) ? in performCallSlotOptzn() local
914 if (accessedBetween(BAA, DestLoc, MSSA->getMemoryAccess(C), in performCallSlotOptzn()
1539 MemoryLocation DestLoc(DestAlloca, LocationSize::precise(Size)); in performStackMoveOptzn() local
1545 ModRefInfo Res = BAA.getModRefInfo(UI, DestLoc); in performStackMoveOptzn()
1701 MemoryLocation DestLoc = MemoryLocation::getForDest(M); in processMemCpy() local
1703 MSSA->getWalker()->getClobberingMemoryAccess(AnyClobber, DestLoc, BAA); in processMemCpy()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp582 const auto DestLoc = alignTo(Loc.getValue(), Align); in relaxAlign() local
584 Remove = SrcLoc - DestLoc; in relaxAlign()