Lines Matching refs:MemoryLocation

130 static ModRefInfo GetLocation(const Instruction *Inst, MemoryLocation &Loc,  in GetLocation()
134 Loc = MemoryLocation::get(LI); in GetLocation()
138 Loc = MemoryLocation::get(LI); in GetLocation()
141 Loc = MemoryLocation(); in GetLocation()
147 Loc = MemoryLocation::get(SI); in GetLocation()
151 Loc = MemoryLocation::get(SI); in GetLocation()
154 Loc = MemoryLocation(); in GetLocation()
159 Loc = MemoryLocation::get(V); in GetLocation()
165 Loc = MemoryLocation(CI->getArgOperand(0)); in GetLocation()
177 Loc = MemoryLocation( in GetLocation()
185 Loc = MemoryLocation( in GetLocation()
222 MemoryLocation Loc; in getCallSiteDependencyFrom()
269 static bool isLoadLoadClobberIfExtendedToFullWidth(const MemoryLocation &MemLoc, in isLoadLoadClobberIfExtendedToFullWidth()
380 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom()
449 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getSimplePointerDependencyFrom()
525 if (AA->isMustAlias(MemoryLocation(II->getArgOperand(1)), MemLoc)) in getSimplePointerDependencyFrom()
570 MemoryLocation LoadLoc = MemoryLocation::get(LI); in getSimplePointerDependencyFrom()
659 MemoryLocation StoreLoc = MemoryLocation::get(SI); in getSimplePointerDependencyFrom()
762 MemoryLocation MemLoc; in getDependency()
955 const MemoryLocation Loc = MemoryLocation::get(QueryInst); in getNonLocalPointerDependency()
1008 Instruction *QueryInst, const MemoryLocation &Loc, bool isLoad, in GetNonLocalInfoForBlock()
1123 const MemoryLocation &Loc, bool isLoad, BasicBlock *StartBB, in getNonLocalPointerDepFromBB()