Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp542 const MemoryLocation LoadLoc = MemoryLocation::get(LI); in moveUp() local
574 if (isModSet(AA->getModRefInfo(C, LoadLoc))) in moveUp()
649 MemoryLocation LoadLoc = MemoryLocation::get(LI); in processStoreOfLoad() local
658 if (isModSet(AA->getModRefInfo(&I, LoadLoc))) { in processStoreOfLoad()
681 if (isModSet(AA->getModRefInfo(SI, LoadLoc))) in processStoreOfLoad()
H A DLowerMatrixIntrinsics.cpp1610 MemoryLocation LoadLoc = MemoryLocation::get(Load); in getNonAliasingPointer() local
1613 if (AA->isNoAlias(LoadLoc, StoreLoc)) in getNonAliasingPointer()
1650 Value *LoadBegin = Builder.CreatePtrToInt(const_cast<Value *>(LoadLoc.Ptr), in getNonAliasingPointer()
1661 LoadBegin, ConstantInt::get(IntPtrTy, LoadLoc.Size.getValue()), in getNonAliasingPointer()
1676 Load->getAlign(), LoadLoc.Size.getValue()); in getNonAliasingPointer()
/freebsd/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()