Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp547 const MemoryLocation LoadLoc = MemoryLocation::get(LI); in moveUp() local
579 if (isModSet(AA->getModRefInfo(C, LoadLoc))) in moveUp()
677 MemoryLocation LoadLoc = MemoryLocation::get(LI); in processStore() local
686 if (isModSet(AA->getModRefInfo(&I, LoadLoc))) { in processStore()
708 if (!AA->isNoAlias(MemoryLocation::get(SI), LoadLoc)) in processStore()
H A DLowerMatrixIntrinsics.cpp1106 MemoryLocation LoadLoc = MemoryLocation::get(Load); in getNonAliasingPointer() local
1109 if (AA->isNoAlias(LoadLoc, StoreLoc)) in getNonAliasingPointer()
1146 Value *LoadBegin = Builder.CreatePtrToInt(const_cast<Value *>(LoadLoc.Ptr), in getNonAliasingPointer()
1157 LoadBegin, ConstantInt::get(IntPtrTy, LoadLoc.Size.getValue()), in getNonAliasingPointer()
1168 LoadLoc.Size.getValue()); in getNonAliasingPointer()
/netbsd-src/external/apache2/llvm/dist/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()