Lines Matching defs:Info
390 MemIntrinsicInfo Info;391 if (!TTI.getTgtMemIntrinsic(II, Info))393 if (Info.NumMemRefs == 1) {394 Store = Info.WriteMem;395 Load = Info.ReadMem;396 MatchingId = Info.MatchingId;397 MayReadFromMemory = Info.ReadMem;398 MayWriteToMemory = Info.WriteMem;399 Vol = Info.Vol;400 Ptr = Info.PtrVal;