Lines Matching refs:MemoryLocation
116 static ModRefInfo GetLocation(const Instruction *Inst, MemoryLocation &Loc, in GetLocation()
120 Loc = MemoryLocation::get(LI); in GetLocation()
124 Loc = MemoryLocation::get(LI); in GetLocation()
127 Loc = MemoryLocation(); in GetLocation()
133 Loc = MemoryLocation::get(SI); in GetLocation()
137 Loc = MemoryLocation::get(SI); in GetLocation()
140 Loc = MemoryLocation(); in GetLocation()
145 Loc = MemoryLocation::get(V); in GetLocation()
151 Loc = MemoryLocation::getAfter(CI->getArgOperand(0)); in GetLocation()
160 Loc = MemoryLocation::getForArgument(II, 1, TLI); in GetLocation()
165 Loc = MemoryLocation::getForArgument(II, 2, TLI); in GetLocation()
170 Loc = MemoryLocation::getForArgument(II, 0, TLI); in GetLocation()
173 Loc = MemoryLocation::getForArgument(II, 1, TLI); in GetLocation()
208 MemoryLocation Loc; in getCallDependencyFrom()
247 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom()
275 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom()
370 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getSimplePointerDependencyFrom()
458 MemoryLocation ArgLoc = MemoryLocation::getAfter(II->getArgOperand(1)); in getSimplePointerDependencyFrom()
465 MemoryLocation Loc; in getSimplePointerDependencyFrom()
510 MemoryLocation LoadLoc = MemoryLocation::get(LI); in getSimplePointerDependencyFrom()
577 MemoryLocation StoreLoc = MemoryLocation::get(SI); in getSimplePointerDependencyFrom()
676 MemoryLocation MemLoc; in getDependency()
844 const MemoryLocation Loc = MemoryLocation::get(QueryInst); in getNonLocalPointerDependency()
906 Instruction *QueryInst, const MemoryLocation &Loc, bool isLoad, in getNonLocalInfoForBlock()
1039 const MemoryLocation &Loc, bool isLoad, BasicBlock *StartBB, in getNonLocalPointerDepFromBB()