Lines Matching defs:MemI
261 bool alreadyPrepared(Loop *L, Instruction *MemI,
266 Value *getNodeForInc(Loop *L, Instruction *MemI,
291 void addOneCandidate(Instruction *MemI, const SCEV *LSCEV,
374 static Value *getPointerOperandAndType(Value *MemI,
380 if (LoadInst *LMemI = dyn_cast<LoadInst>(MemI)) {
383 } else if (StoreInst *SMemI = dyn_cast<StoreInst>(MemI)) {
386 } else if (IntrinsicInst *IMemI = dyn_cast<IntrinsicInst>(MemI)) {
387 PointerElementType = Type::getInt8Ty(MemI->getContext());
836 Instruction *MemI, const SCEV *LSCEV, SmallVector<Bucket, 16> &Buckets,
838 assert((MemI && getPointerOperandAndType(MemI)) &&
849 B.Elements.push_back(BucketElement(Diff, MemI));
861 Buckets.push_back(Bucket(LSCEV, MemI));
1144 Value *PPCLoopInstrFormPrep::getNodeForInc(Loop *L, Instruction *MemI,
1154 BasicBlock *BB = MemI->getParent();
1218 bool PPCLoopInstrFormPrep::alreadyPrepared(Loop *L, Instruction *MemI,
1222 BasicBlock *BB = MemI->getParent();