Home
last modified time | relevance | path

Searched refs:LoadLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp537 const MemoryLocation LoadLoc = MemoryLocation::get(LI); in moveUp() local
569 if (isModSet(AA->getModRefInfo(C, LoadLoc))) in moveUp()
645 MemoryLocation LoadLoc = MemoryLocation::get(LI); in processStoreOfLoad() local
654 if (isModSet(AA->getModRefInfo(&I, LoadLoc))) { in processStoreOfLoad()
677 if (isModSet(AA->getModRefInfo(SI, LoadLoc))) in processStoreOfLoad()
H A DLowerMatrixIntrinsics.cpp1563 MemoryLocation LoadLoc = MemoryLocation::get(Load); in getNonAliasingPointer() local
1566 if (AA->isNoAlias(LoadLoc, StoreLoc)) in getNonAliasingPointer()
1603 Value *LoadBegin = Builder.CreatePtrToInt(const_cast<Value *>(LoadLoc.Ptr), in getNonAliasingPointer()
1614 LoadBegin, ConstantInt::get(IntPtrTy, LoadLoc.Size.getValue()), in getNonAliasingPointer()
1629 Load->getAlign(), LoadLoc.Size.getValue()); in getNonAliasingPointer()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp537 MemoryLocation LoadLoc = MemoryLocation::get(LI); in getSimplePointerDependencyFrom() local
540 AliasResult R = BatchAA.alias(LoadLoc, MemLoc); in getSimplePointerDependencyFrom()
563 if (!isModSet(BatchAA.getModRefInfoMask(LoadLoc))) in getSimplePointerDependencyFrom()