Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp907 MemoryLocation DestLoc = isa<StoreInst>(cpyStore) ? performCallSlotOptzn() local
1539 MemoryLocation DestLoc(DestAlloca, LocationSize::precise(Size)); performStackMoveOptzn() local
1701 MemoryLocation DestLoc = MemoryLocation::getForDest(M); processMemCpy() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp582 const auto DestLoc = alignTo(Loc.getValue(), Align); relaxAlign() local