Lines Matching defs:MemI
259 bool alreadyPrepared(Loop *L, Instruction *MemI,
264 Value *getNodeForInc(Loop *L, Instruction *MemI,
289 void addOneCandidate(Instruction *MemI, const SCEV *LSCEV,
372 static Value *getPointerOperandAndType(Value *MemI,
378 if (LoadInst *LMemI = dyn_cast<LoadInst>(MemI)) {
381 } else if (StoreInst *SMemI = dyn_cast<StoreInst>(MemI)) {
384 } else if (IntrinsicInst *IMemI = dyn_cast<IntrinsicInst>(MemI)) {
385 PointerElementType = Type::getInt8Ty(MemI->getContext());
834 Instruction *MemI, const SCEV *LSCEV, SmallVector<Bucket, 16> &Buckets,
836 assert((MemI && getPointerOperandAndType(MemI)) &&
847 B.Elements.push_back(BucketElement(Diff, MemI));
859 Buckets.push_back(Bucket(LSCEV, MemI));
1142 Value *PPCLoopInstrFormPrep::getNodeForInc(Loop *L, Instruction *MemI,
1152 BasicBlock *BB = MemI->getParent();
1216 bool PPCLoopInstrFormPrep::alreadyPrepared(Loop *L, Instruction *MemI,
1220 BasicBlock *BB = MemI->getParent();