Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp556 const MemoryLocation LoadLoc = MemoryLocation::get(LI); in moveUp() local
588 if (isModSet(AA->getModRefInfo(C, LoadLoc))) in moveUp()
686 MemoryLocation LoadLoc = MemoryLocation::get(LI); in processStore() local
695 if (isModSet(AA->getModRefInfo(&I, LoadLoc))) { in processStore()
717 if (!AA->isNoAlias(MemoryLocation::get(SI), LoadLoc)) in processStore()
H A DLowerMatrixIntrinsics.cpp1284 MemoryLocation LoadLoc = MemoryLocation::get(Load); in getNonAliasingPointer() local
1287 if (AA->isNoAlias(LoadLoc, StoreLoc)) in getNonAliasingPointer()
1324 Value *LoadBegin = Builder.CreatePtrToInt(const_cast<Value *>(LoadLoc.Ptr), in getNonAliasingPointer()
1335 LoadBegin, ConstantInt::get(IntPtrTy, LoadLoc.Size.getValue()), in getNonAliasingPointer()
1346 LoadLoc.Size.getValue()); in getNonAliasingPointer()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp510 MemoryLocation LoadLoc = MemoryLocation::get(LI); in getSimplePointerDependencyFrom() local
513 AliasResult R = BatchAA.alias(LoadLoc, MemLoc); in getSimplePointerDependencyFrom()
540 if (BatchAA.pointsToConstantMemory(LoadLoc)) in getSimplePointerDependencyFrom()