HomeSort by: relevance | last modified time | path
    Searched refs:StoreLoc (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 527 MemoryLocation StoreLoc = MemoryLocation::get(SI);
528 if (isModOrRefSet(AA->getModRefInfo(P, StoreLoc)))
542 SmallVector<MemoryLocation, 8> MemLocs{StoreLoc};
766 MemoryLocation StoreLoc = MemoryLocation::get(SI);
768 if (accessedBetween(*AA, StoreLoc, MSSA->getMemoryAccess(C),
775 if (isModOrRefSet(AA->getModRefInfo(&*I, StoreLoc))) {
LowerMatrixIntrinsics.cpp 1105 MemoryLocation StoreLoc = MemoryLocation::get(Store);
1109 if (AA->isNoAlias(LoadLoc, StoreLoc))
1142 const_cast<Value *>(StoreLoc.Ptr), IntPtrTy, "store.begin");
1144 StoreBegin, ConstantInt::get(IntPtrTy, StoreLoc.Size.getValue()),
LoopIdiomRecognize.cpp 964 // with store of &A[100], we need to StoreLoc to be "A" with size of 100,
966 MemoryLocation StoreLoc(Ptr, AccessSize);
973 intersectModRef(AA.getModRefInfo(&I, StoreLoc), Access)))
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 577 MemoryLocation StoreLoc = MemoryLocation::get(SI);
580 AliasResult R = BatchAA.alias(StoreLoc, MemLoc);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonLoopIdiomRecognition.cpp 2004 // with store of &A[100], we need to StoreLoc to be "A" with size of 100,
2006 MemoryLocation StoreLoc(Ptr, AccessSize);
2012 intersectModRef(AA.getModRefInfo(&I, StoreLoc), Access)))

Completed in 23 milliseconds