Lines Matching defs:Interesting
763 Instruction *I, SmallVectorImpl<InterestingMemoryOperand> &Interesting);
1418 Instruction *I, SmallVectorImpl<InterestingMemoryOperand> &Interesting) {
1426 Interesting.emplace_back(I, LI->getPointerOperandIndex(), false,
1431 Interesting.emplace_back(I, SI->getPointerOperandIndex(), true,
1436 Interesting.emplace_back(I, RMW->getPointerOperandIndex(), true,
1441 Interesting.emplace_back(I, XCHG->getPointerOperandIndex(), true,
1465 Interesting.emplace_back(I, OpOffset, IsWrite, Ty, Alignment, Mask);
1487 Interesting.emplace_back(I, OpOffset, IsWrite, Ty, Alignment, TrueMask,
1515 Interesting.emplace_back(I, PtrOpNo, IsWrite, Ty, Alignment,
1530 Interesting.emplace_back(I, PtrOpNo, IsWrite, Ty, Alignment,
1541 Interesting.emplace_back(I, ArgNo, false, Ty, Align(1));